caffo-archived / bookqueue

Personal bookshelf application, rails based.

Home Page:http://github.com/caffo/bookqueue/wikis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UPDATE: A updated (and much improved) version of this application is available as SaaS (software as a service) here: http://bookqueue.net/ 


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

About

Personal bookshelf application, rails based.

http://github.com/caffo/bookqueue/wikis


Languages

Language:Ruby 78.6%Language:JavaScript 21.4%