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 Sun Mar 09 17:24:03 -0700 2008 Updated gitignore to ignore vendor/rails, remov... [caffo]
file README Sat Feb 28 20:25:35 -0800 2009 some fixes in the user signup process [caffo]
file Rakefile Tue Feb 19 16:51:54 -0800 2008 Imported legacy files [caffo]
directory app/ Sat Feb 28 20:42:02 -0800 2009 Blank state page added [caffo]
directory config/ Sat Feb 28 20:25:35 -0800 2009 some fixes in the user signup process [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/ Sun Mar 01 09:33:15 -0800 2009 styles updated [caffo]
directory script/ Sun Sep 14 15:22:25 -0700 2008 added missing 2.1 files [caffo]
directory test/ Sat Feb 28 16:14:16 -0800 2009 Tests fixed [caffo]
directory vendor/ Sat Feb 28 19:50:55 -0800 2009 right_http_connection gem 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
* imagemagick for cover manipulation
* some gems (use rake gems to list them)

== 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.