This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 15e4d53520083be1ace7e1bc15355e0098feaae8
tree f63abd1210857b9c9732601395532da8aefdb7bc
parent 7be79a2cd152325f6f82c9c9753f6f161520b89c
tree f63abd1210857b9c9732601395532da8aefdb7bc
parent 7be79a2cd152325f6f82c9c9753f6f161520b89c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Mar 09 17:24:03 -0700 2008 | |
| |
README | ||
| |
Rakefile | Tue Feb 19 16:51:54 -0800 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | Tue Feb 19 16:51:54 -0800 2008 | |
| |
lib/ | Tue Feb 19 16:51:54 -0800 2008 | |
| |
public/ | ||
| |
script/ | Sun Sep 14 15:22:25 -0700 2008 | |
| |
test/ | ||
| |
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.








