Skip to content
forked from sadasant/topics

topics is (not just) a web application to write notes

Notifications You must be signed in to change notification settings

CITunitec/topics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topics

topics is a web application for creating notes by a given topic. It's purpose is to give you a simple, beautiful and fully interactive environment where you can inquire about your favourite things, begin summaries of life events, take annotations from books, classes or any other subject. Access it anywhere with your twitter account, and share your ideas over social networks!

Read more and test it live here: http://topics.sadasant.com/sadasant/topic....

Some details

topics is an spare-time project made by Daniel Rodríguez @sadasant for fun and knowledge. It is built entirely in JavaScript, with Open Source frameworks and libraries such as NodeJS, jQuery, Backbone, Underscore, RequireJS, Express, Jade, Stylus, Mongodb and more!

How to run it

  • Run npm install.

  • Run it locally with node app.

  • Or test a production-like behavior with foreman start.

What changes between the both states is that foreman stablish a environment variable with the port, which I use to switch from using the public/ route for static files, to the production/ folder, which has all the optimized AMD resources.

JavaScript flavor

I'm using this .jshintrc :)

Rebuild the public/js source

  • Install RequireJS with node: npm install -g requirejs

  • Go to the root and run r.js -o app.build.js.

If you're interested on learning about RequireJS optimization, I recommend you to go to the official documentation: http://requirejs.org/docs/optimization.html

Wikis

It will have a full wiki. (Wait for it)

License

Copyright 2012 Daniel Rodríguez http://sadasant.com/

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

topics is (not just) a web application to write notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published