public
Description: personal bookshelf application, rails based.
Homepage: http://github.com/caffo/bookqueue/wikis
Clone URL: git://github.com/caffo/bookqueue.git
caffo (author)
Sun Sep 14 09:55:10 -0700 2008
commit  15e4d53520083be1ace7e1bc15355e0098feaae8
tree    f63abd1210857b9c9732601395532da8aefdb7bc
parent  7be79a2cd152325f6f82c9c9753f6f161520b89c
name age message
file .gitignore Sun Mar 09 17:24:03 -0700 2008 Updated gitignore to ignore vendor/rails, remov... [caffo]
file README Loading commit data...
file Rakefile Tue Feb 19 16:51:54 -0800 2008 Imported legacy files [caffo]
directory app/
directory config/
directory db/
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/
directory script/ Sun Sep 14 15:22:25 -0700 2008 added missing 2.1 files [caffo]
directory test/
directory vendor/
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.x
* twitter4r
* json

== INSTRUCTIONS:

- mkdir log
- create a config/database.yml (rename and edit config/database.yml.example)
- rake db:migrate
- rake
- rake db:fixtures:load
- modify app/models/cover.rb to use your image processor of choice (default is rmagick)

that will get the database created, the tests done and some sample data - including an 
admin user, quentin. You can authenticate as an administrator accessing /login (quentin's 
password is  test).  you should create new admin users using the console. feel free to 
customize the following files: config/config.yml and config/twitter.yml


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