My first open source project
After looking for a simple clean application to hold my book collection and coming up empty, I decided to write one myself!
The application is written in Ruby on Rails (ROR) and will have the following features!
- admin user to update and edit
- book grabber from amazon (enter the ISBN and all the data is entered automagicly -including the image of the front cover-)
- search by author, category ,book title or publisher
- list or grid view
- sexy smart looking with a very clean interface!
- rate books
- wish list
- mark as borrowed with the borrowers name
I have registered a project at sourceforge.com and will upload the source as soon as the project is approved!
here are a couple of screen shots:


November 26th, 2006 at 11:15 pm
Does it link to a file on the HDD? if it doesn’t please make it does.
you can make it open the file by clicking on the thumbnail, and open the amazon page by clicking on the description.
November 27th, 2006 at 12:12 am
[...] After looking for a simple clean application to hold his books collection and coming up empty, Ahmed El Zein decided to write his won application. It is written in Ruby on Rails (ROR) and is Open Source. Find some snapshots here! Haitham Sabbah [...]
November 27th, 2006 at 4:26 am
Looks pretty cool
November 27th, 2006 at 6:48 am
I am relatively new to linux. What IDE did you use to do your project? I am still using gedit and gdb. On another note, is there a comprehensive IDE like VS 2005 :$ on linux we bel marra have a make file generator?
November 29th, 2006 at 4:22 am
to tell the truth I am addicted to vim
I do most of my coding with it! but if you are looking for an IDE Eclipse is THE IDE for linux! http://www.eclipse.org/
You can find plugins for almost all languages… some I have used and liked are:
EPIC (perl), RadRails (Rails), and CDT (C/C++)
November 29th, 2006 at 4:26 am
Ramy: I am not sure what you mean! all the data (including the front cover) is stored locally. Amazon is used to retrieve the book information automatically from the ISBN number! take a look at http://books.azein.com/
Keep the comments coming as this thing is still alpha and need lots of work!
December 3rd, 2006 at 6:41 am
thanks ya ahmed