Skip to content

clutterapp/clutterapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClutterApp

ClutterApp is an open-ended, dirt-stupid, limitlessly-hierarchical personal-information-manager, distributed in the form of a Rails app.

Requirements

A webserver running:

  • Ruby 1.8.7
  • Rails 2.3.11
  • and a connection to the RubyGems mainframe to fetch the authlogic and jrails gems

Installation

  1. Replace all instances of ‘_fill_in_’ in the project with reasonable values (some of which can be garnered from a fresh Rails project).
  2. Install the dependencies with rake gems:install
  3. Set up the database(s) (as necessary in config/database.yml) and run rake db:setup.

That's really all it should take. If trouble abounds, strike back.

Contributing

You're encouraged to contribute to ClutterApp in any way you please. As it stands, the project is not being actively developed, so any changes/additions you make will be held in high regard.

Issues may be filed for bugs, feature requests, etc. at github.com/clutterapp/clutterapp/issues.

Contributors

Although ClutterApp is Slipp D's baby, it has seen the fine handiwork of a handful of other chaps.

The full list of contributors in this codebase (via git log --all --format='%aN (%aE)' | sort -u) is:

  • Slipp Douglas Thompson (GitHub | Twitter | homepage)
  • Josh Vera (GitHub | Twitter | homepage)

License

(The MIT License)

Copyright © 2006-2012 ClutterApp, LLC

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.

Icons in readme documentation courtesy of Font Awesome - http://fortawesome.github.com/Font-Awesome

About

An open-ended, dirt-stupid, limitlessly-hierarchical personal-information-manager web app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 65.3%
  • JavaScript 34.7%