public
Description: personal bookshelf application, rails based.
Homepage: http://github.com/caffo/bookqueue/wikis
Clone URL: git://github.com/caffo/bookqueue.git
name age message
file .gitignore Mon Oct 05 23:53:20 -0700 2009 Gitignore updated [caffo]
file README Mon Oct 05 23:55:28 -0700 2009 README updated [caffo]
file Rakefile Tue Feb 19 16:51:54 -0800 2008 Imported legacy files [caffo]
directory app/ Wed Nov 18 09:04:21 -0800 2009 Reports caching removed for testing purposes [caffo]
directory config/ Thu Oct 08 10:26:32 -0700 2009 Config messages updated [caffo]
directory db/ Sat Feb 28 20:20:23 -0800 2009 Signup page added [caffo]
directory doc/ Tue Feb 19 16:51:54 -0800 2008 Imported legacy files [caffo]
directory lib/ Tue Feb 19 16:51:54 -0800 2008 Imported legacy files [caffo]
directory public/ Thu Oct 08 10:22:58 -0700 2009 Reports now splitted by year [caffo]
directory script/ Sun Sep 14 15:22:25 -0700 2008 added missing 2.1 files [caffo]
directory test/ Tue Oct 06 10:31:34 -0700 2009 Small fixes in the report caching [caffo]
directory vendor/ Mon Oct 05 21:24:00 -0700 2009 rails 2.1 vendored [caffo]
README
= bookqueue

bookqueue is a bookshelf application done in rails. under heavy development,
the current features includes:

* Categorize your books in 3 main categories (Next/Current/Finished)
* File upload for covers
* RSS feed with queue activity
* Twitter integration

== REQUIREMENTS:

* rails 2.1 (vendored)
* some gems (vendored too)
* imagemagick for cover manipulation


== INSTRUCTIONS:

- mkdir log
- create a config/database.yml (rename and edit config/database.yml.example)
- modify the session secret
- rake db:migrate RAILS_ENV=production
- modify config/amazon_s3.yml with your amazon s3 credentials (covers are uploaded to s3)
- setup the webserver to access the app
- access '/signup' and create your admin user.

You can later login into the admin area accessing '/login'. Feel free to customize the config.yml file with fancy 
configatron options.


== LICENSE:

(The MIT License)

Copyright (c) 2008 Rodrigo Franco

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.