from publishers weekly starred review
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 436
Panda Publisher RC3
Panda Publisher provides a lightweight, standards-compliant content management system. more>>
Panda Publisher provides a lightweight, standards-compliant content management system.
Panda Publisher is a lightweight content management system. It aims to be fast, scalable, standards-compliant and meta-data rich in order to serve page viewers better and allow Web masters to concentrate on writing content rather than all the little things that make visiting Web sites easier for users.
Meta-data is created on the fly to ensure that it is up-to-date. Menus, Site Maps, Searches, etc. are all generated automatically to give consistent navigation to the end user.
Enhancements:
- Shiny new installer
- Standards Compliance improvements
- Fixed style sheet selector in admin
- New Offline-mode
- Code clean-ups
- Security Fixes
<<lessPanda Publisher is a lightweight content management system. It aims to be fast, scalable, standards-compliant and meta-data rich in order to serve page viewers better and allow Web masters to concentrate on writing content rather than all the little things that make visiting Web sites easier for users.
Meta-data is created on the fly to ensure that it is up-to-date. Menus, Site Maps, Searches, etc. are all generated automatically to give consistent navigation to the end user.
Enhancements:
- Shiny new installer
- Standards Compliance improvements
- Fixed style sheet selector in admin
- New Offline-mode
- Code clean-ups
- Security Fixes
Download (MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
934 downloads

@1 Calendar Publisher I 2.0
Publish events, schedules or news to an online web calendar. more>> Publish events, schedules or news to an online web calendar. Multiple events can be posted on the same day. The calendar can be called directly or via SSI. No MySQL required. View in full or compact mode. Show X number of upcoming events. Header, footer colors and so on are highly customizable. Newly added features: "Todays Events" and "Tomorrows Events".<<less
Download (37KB)
Added: 2009-04-02 License: Freeware Price: Free
204 downloads
Pandora Publisher 0.4.4
Pandora is a simple web document and application platform written in Ruby. more>>
Pandora is a simple web document and application platform written in Ruby. Pandora Publisher aims to make it easy for a team of people to quickly collaborate on the network and develop custom document components and extensions to meet their specific needs.
Main features:
Easy to install and maintain
- Just unpack the package archive and run under Windows, Mac OS X, or Linux. The only prerequisite is Ruby, which you can install following these instructions.
Simple, extensible, and powerful
- Pandora does not require any relational database, but it lets you build your own web applications that can use databases with Ruby and Pandora Box object-oriented application framework.
Textile and Silk Veil formatting for site contents
- There is no need to code web pages in HTML with Pandora. Instead, just use Textile and Silk Veil, which are almost as easy to learn as plain text formatting.
Portable web site contents
- Pandora site contents are stored in a simple format that can be exported, zipped, moved, and viewed anywhere with its built in web server.
User selectable page design and templates
- You can easily customize the appearance of your Pandora site by creating new skins with Ruby, HTML, and CSS.
Integrated user account management functions
- Pandora comes with a built-in user account management functions that perform automated email verification and support a manual or automated registration approval process.
Enhancements:
- A new way to delete existing pages and chapters, a recent changes page, a default sidebar for new books, a trail path attachment indicator, and iconified file links were added.
- A defect that caused an exception when a book is deleted was fixed.
- The documentation was edited.
<<lessMain features:
Easy to install and maintain
- Just unpack the package archive and run under Windows, Mac OS X, or Linux. The only prerequisite is Ruby, which you can install following these instructions.
Simple, extensible, and powerful
- Pandora does not require any relational database, but it lets you build your own web applications that can use databases with Ruby and Pandora Box object-oriented application framework.
Textile and Silk Veil formatting for site contents
- There is no need to code web pages in HTML with Pandora. Instead, just use Textile and Silk Veil, which are almost as easy to learn as plain text formatting.
Portable web site contents
- Pandora site contents are stored in a simple format that can be exported, zipped, moved, and viewed anywhere with its built in web server.
User selectable page design and templates
- You can easily customize the appearance of your Pandora site by creating new skins with Ruby, HTML, and CSS.
Integrated user account management functions
- Pandora comes with a built-in user account management functions that perform automated email verification and support a manual or automated registration approval process.
Enhancements:
- A new way to delete existing pages and chapters, a recent changes page, a default sidebar for new books, a trail path attachment indicator, and iconified file links were added.
- A defect that caused an exception when a book is deleted was fixed.
- The documentation was edited.
Download (1.5MB)
Added: 2006-08-27 License: Other/Proprietary License Price:
1155 downloads
The Dark Star 4.0
The Dark Star is an operating system, optimized for user experience, providing many desktop and office programs. more>>
The Dark Star is an operating system, optimized for user experience, providing many desktop and office programs.
The Dark Star can fit on MiniDVDs and is distributed as a LiveDistro which can later be installed to harddisk, effectively being an option for those who want FreeBSD, however are scared by the installer and the tons of configuration.
The Dark Star also provides the easy to use DSI - making installing packages -
whether from an FreeBSD 6.1 install CD or downloaded, easy as two or three
clicks with a mouse!
What are you waiting for? Download The Dark Star 4.0 now!
Enhancements:
- More polished. See the forum.
<<lessThe Dark Star can fit on MiniDVDs and is distributed as a LiveDistro which can later be installed to harddisk, effectively being an option for those who want FreeBSD, however are scared by the installer and the tons of configuration.
The Dark Star also provides the easy to use DSI - making installing packages -
whether from an FreeBSD 6.1 install CD or downloaded, easy as two or three
clicks with a mouse!
What are you waiting for? Download The Dark Star 4.0 now!
Enhancements:
- More polished. See the forum.
Download (875.2MB)
Added: 2006-09-12 License: Other/Proprietary License Price:
1145 downloads
Podcast::Publisher 0.50
Podcast::Publisher is a Perl module for creating and managing podcasts. more>>
Podcast::Publisher is a Perl module for creating and managing podcasts.
SYNOPSIS
use Podcast::Publisher;
my $podcast = Podcast::Publisher->new;
$podcast->set_logger( sub { my $msg = shift; print $msg; } );
$podcast->set_error_logger( sub { my $msg = shift; print STDERR $msg; } );
my $xml = "./podcast.xml";
$podcast->set_file( $xml );
$podcast->set_remote_root( "http://localhost.localdomain/podcast/publishing/" );
$podcast->set_db_connection( { driver => "mysql",
username => foo,
password => bar,
host => localhost,
database => podcast } );
# If we change podcast information, synchronize this information in the MP3 file itself
$podcast->set_synchronize( 1 );
$podcast->set_metadata( { title => "Chris Podcast",
description => "All About Chris",
"docs" => "http://localhost",
"editor" => "podcastmanager@localhost",
"webmaster" => "podcastmanager@localhost",
} );
# This adds an item to the database, and synchronizes the
# MP3 Tag information in the file with the database
$podcast->add_new_episode( { title => Some title,
author => Chris of course
category => Jazz
description => First in a series of many
mp3 => /home/foobar/mp3s/episode1.mp3 } );
$podcast->set_upload_settings( { host => localhost.localdomain,
username => someuser,
password => somepass,
path => podcast/publishing/,
remote_root => http://localhost.localdomain/podcast/publishing/ } );
$podcast->upload();
<<lessSYNOPSIS
use Podcast::Publisher;
my $podcast = Podcast::Publisher->new;
$podcast->set_logger( sub { my $msg = shift; print $msg; } );
$podcast->set_error_logger( sub { my $msg = shift; print STDERR $msg; } );
my $xml = "./podcast.xml";
$podcast->set_file( $xml );
$podcast->set_remote_root( "http://localhost.localdomain/podcast/publishing/" );
$podcast->set_db_connection( { driver => "mysql",
username => foo,
password => bar,
host => localhost,
database => podcast } );
# If we change podcast information, synchronize this information in the MP3 file itself
$podcast->set_synchronize( 1 );
$podcast->set_metadata( { title => "Chris Podcast",
description => "All About Chris",
"docs" => "http://localhost",
"editor" => "podcastmanager@localhost",
"webmaster" => "podcastmanager@localhost",
} );
# This adds an item to the database, and synchronizes the
# MP3 Tag information in the file with the database
$podcast->add_new_episode( { title => Some title,
author => Chris of course
category => Jazz
description => First in a series of many
mp3 => /home/foobar/mp3s/episode1.mp3 } );
$podcast->set_upload_settings( { host => localhost.localdomain,
username => someuser,
password => somepass,
path => podcast/publishing/,
remote_root => http://localhost.localdomain/podcast/publishing/ } );
$podcast->upload();
Download (0.012MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1081 downloads
Dream Print Tracking System 1.0.1
Dream Print Tracking System is a powerful and user-friendly system for tracking print distribution and circulation. more>>
Dream Print Tracking System is a powerful and user-friendly system for tracking print distribution and circulation.
It uses many principles from customer relationship management (CRM) systems, but in a way specific to print publishers.
The Media Development Loan Fund commissioned Dream based on its experience in working with print publishers in more than 30 countries worldwide, where it provides support to independent media in the form of financing, training and technology.
In many of these countries, print distribution is one of the biggest difficulties independent publishers face because it is tightly controlled. Many countries have print distribution monopolies or cartels, which are either politically tied to the government, corrupt or incompetent.
Dream is a tool for tracking print circulation. In a similar way to customer relationship management (CRM) systems such as Campwares Cream software, Dream allows you to maintain a clear picture of your distribution business based on regularly entered contracts, orders, and shipment information. This is handled primarily through Dreams Report functions. Dream is designed to look and feel like an email application. Its inbox is used for tracking inbound communications such as new customer e-mails and customer phone calls.
Because Dream works with any standard SMTP mail server, it also manages outbound customer communications and keeps records of your responses.
Dream does two things: It is a database that stores all the relevant information you supply about the publications you produce, who distributes, who sells it, and how you connect with these people.
It is also a tool for retrieving and presenting this information in several different ways. It contains utilities for tracking products, promotions, and communications.
Dream handles four types of information:
1. Information about what you produce and the people to whom you provide it. This information is entered on the Options tab of the screen and appears primarily in the menus on the Main tabs screens. One example is a product category in which you describe a periodical you produce.
2. Information about specific products such as books or individual issues of what you produce, specific distributors and specific sellers, and tracking of these items from contract to order to shipment to return.
3. Communications, including records of incoming messages from various sources, outgoing emails to individuals, and newsletters.
4. User information including usernames, passwords, preferences and permissions.
Enhancements:
- Minor bugfixes were made.
- A Russian localization was added.
<<lessIt uses many principles from customer relationship management (CRM) systems, but in a way specific to print publishers.
The Media Development Loan Fund commissioned Dream based on its experience in working with print publishers in more than 30 countries worldwide, where it provides support to independent media in the form of financing, training and technology.
In many of these countries, print distribution is one of the biggest difficulties independent publishers face because it is tightly controlled. Many countries have print distribution monopolies or cartels, which are either politically tied to the government, corrupt or incompetent.
Dream is a tool for tracking print circulation. In a similar way to customer relationship management (CRM) systems such as Campwares Cream software, Dream allows you to maintain a clear picture of your distribution business based on regularly entered contracts, orders, and shipment information. This is handled primarily through Dreams Report functions. Dream is designed to look and feel like an email application. Its inbox is used for tracking inbound communications such as new customer e-mails and customer phone calls.
Because Dream works with any standard SMTP mail server, it also manages outbound customer communications and keeps records of your responses.
Dream does two things: It is a database that stores all the relevant information you supply about the publications you produce, who distributes, who sells it, and how you connect with these people.
It is also a tool for retrieving and presenting this information in several different ways. It contains utilities for tracking products, promotions, and communications.
Dream handles four types of information:
1. Information about what you produce and the people to whom you provide it. This information is entered on the Options tab of the screen and appears primarily in the menus on the Main tabs screens. One example is a product category in which you describe a periodical you produce.
2. Information about specific products such as books or individual issues of what you produce, specific distributors and specific sellers, and tracking of these items from contract to order to shipment to return.
3. Communications, including records of incoming messages from various sources, outgoing emails to individuals, and newsletters.
4. User information including usernames, passwords, preferences and permissions.
Enhancements:
- Minor bugfixes were made.
- A Russian localization was added.
Download (6.9MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1382 downloads
Web Submission and Review Software 0.53
Web Submission and Review Software is a Web-based system that is used for the submission and review of papers. more>>
Web Submission and Review Software is a Web-based system that is used for the submission and review of papers to academic conferences. Web Submission and Review Software provides support for the entire life-cycle of the conference review process.
One of the goals of this software was to make administration as easy as possible. In particular, you never need to run scripts etc. In principle, to install this software you just unpack the zip file in some directory in your web tree (call it the BASE directory), point your browser at that directory and off you go.
I will very much appreciate any comments that you can give me regarding this software.
Enhancements:
Changes to chair/administrator interface:
- Added Undo/Redo link to the administration page
- Re-implemented the voting mechanism to allow multiple concurrent ballots
- Let the chair play with assignments of submissions to reviewers before these assignments are visible to the reviewers
- Let the chair manage PC membership, Edit review guidelines and setup votes also during the submission phase
Changes to reviewer interface:
- Allow reviewers to login to the site (and vote in ballots if any) also during the submission phase
- Added support for batch upload of reviews in a scorecard file
- Backup old versions of reviews and let reviewers browse the old versions of their reviews (this is useful, e.g., if they overwite somethign by mistake)
<<lessOne of the goals of this software was to make administration as easy as possible. In particular, you never need to run scripts etc. In principle, to install this software you just unpack the zip file in some directory in your web tree (call it the BASE directory), point your browser at that directory and off you go.
I will very much appreciate any comments that you can give me regarding this software.
Enhancements:
Changes to chair/administrator interface:
- Added Undo/Redo link to the administration page
- Re-implemented the voting mechanism to allow multiple concurrent ballots
- Let the chair play with assignments of submissions to reviewers before these assignments are visible to the reviewers
- Let the chair manage PC membership, Edit review guidelines and setup votes also during the submission phase
Changes to reviewer interface:
- Allow reviewers to login to the site (and vote in ballots if any) also during the submission phase
- Added support for batch upload of reviews in a scorecard file
- Backup old versions of reviews and let reviewers browse the old versions of their reviews (this is useful, e.g., if they overwite somethign by mistake)
Download (0.23MB)
Added: 2006-11-22 License: Common Public License Price:
1078 downloads
OpenWebStats 1.1
OpenWebStats is a PHP stats application that reads Apache log files. more>>
OpenWebStats is a PHP stats application that reads Apache log files and imports the data to a MySQL database.
It then provides an awstats-style reporting tool so that you can review stats on demand from the database. Stats updates are available through cron jobs or the Web interface.
Enhancements:
- Changed Year from hardcoded 2005 to a dynamic current and last year.
- Added full page views to hosts, referers, keywords, and pages
- Drastically improved the class_apache_logs_import.php to not readin the full log to an array. Thus no more memory errors.
- Updated the update now message with flush to show that it is running.
<<lessIt then provides an awstats-style reporting tool so that you can review stats on demand from the database. Stats updates are available through cron jobs or the Web interface.
Enhancements:
- Changed Year from hardcoded 2005 to a dynamic current and last year.
- Added full page views to hosts, referers, keywords, and pages
- Drastically improved the class_apache_logs_import.php to not readin the full log to an array. Thus no more memory errors.
- Updated the update now message with flush to show that it is running.
Download (0.080MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1570 downloads
PurpleView 1.9.1b
PurpleView provides a paper review system. more>>
PurpleView provides a paper review system.
PurpleView is a paper review system that was designed to help distributed project development. It serves as a collection of materials relevant to a field of interest, and its review capability allows users to distinguish good and relevant items from bad and irrelevant items.
Submission of papers in different Categories and Platforms aids their systematization. The sorting and searching features facilitate powerful and expedient data examination.
It incorporates discussion forums for each item, notifications and message boards, and features security logins and automated database backups that assure the systems accountability and availability.
The additional features added to PurpleView help increase its effectiveness. The systems notification and message board keeps members up-to-date with databases latest changes.
PurpleViews rank list shows users activity according to the submitted materials and reviews. Paging capabilities reduce bandwidth demands and improve clarity of big databases. Security logins and automated database backup assure respectively the systems accountability and availability.
Enhancements:
- dded the register_globals off kludge (Eric Titolo)
- put some comments in (Eric Titolo)
- added a db_prefix "pv_" in the table entries(Eric Titolo)
- added $server_name var(Eric Titolo)
- replace obsolete mysql_db_query with mysql_query(Lyudmil Antonov)
<<lessPurpleView is a paper review system that was designed to help distributed project development. It serves as a collection of materials relevant to a field of interest, and its review capability allows users to distinguish good and relevant items from bad and irrelevant items.
Submission of papers in different Categories and Platforms aids their systematization. The sorting and searching features facilitate powerful and expedient data examination.
It incorporates discussion forums for each item, notifications and message boards, and features security logins and automated database backups that assure the systems accountability and availability.
The additional features added to PurpleView help increase its effectiveness. The systems notification and message board keeps members up-to-date with databases latest changes.
PurpleViews rank list shows users activity according to the submitted materials and reviews. Paging capabilities reduce bandwidth demands and improve clarity of big databases. Security logins and automated database backup assure respectively the systems accountability and availability.
Enhancements:
- dded the register_globals off kludge (Eric Titolo)
- put some comments in (Eric Titolo)
- added a db_prefix "pv_" in the table entries(Eric Titolo)
- added $server_name var(Eric Titolo)
- replace obsolete mysql_db_query with mysql_query(Lyudmil Antonov)
Download (0.31MB)
Added: 2007-02-08 License: GPL (GNU General Public License) Price:
988 downloads
PoJoe Component Libraries 1.1
PoJoe Component Libraries project is a set of Java POJO components, originally developed for OSMQ. more>>
PoJoe Component Libraries project is a set of Java POJO components, originally developed for OSMQ. Developers have found these components useful in building robust enterprise applications.
Of note are: a FIFO queue that utilizes memory until a size threshold is reached, paging overflow elements to a disk cache; a dynamic discovery mechanism for locating remote processes by name over an IP network, eliminating the need to identify a remote service with a specific host computer; and a set of peer-to-peer async message components that support n concurrent message publishers for each named subscriber.
Enhancements:
- Minor enhancements and bugfixes, and changing the license from GNU Lesser to Apache 2.0.
<<lessOf note are: a FIFO queue that utilizes memory until a size threshold is reached, paging overflow elements to a disk cache; a dynamic discovery mechanism for locating remote processes by name over an IP network, eliminating the need to identify a remote service with a specific host computer; and a set of peer-to-peer async message components that support n concurrent message publishers for each named subscriber.
Enhancements:
- Minor enhancements and bugfixes, and changing the license from GNU Lesser to Apache 2.0.
Download (0.87MB)
Added: 2007-06-12 License: The Apache License 2.0 Price:
521 downloads
OS Reviews CMS 20070604
OS Reviews CMS is a content management system that features the generation of purely static content. more>>
OS Reviews CMS is a content management system that features the generation of purely static content.
OS Reviews CMS also has an NNTP-based comment system, LaTeX input, and customizable templates.
Main features:
- Generation of static content for maximum performance
- Comment system with NNTP back-end
- Input format is LaTeX (perfect for hard copies)
- Customizable templates
- 100% standards-compliant output
<<lessOS Reviews CMS also has an NNTP-based comment system, LaTeX input, and customizable templates.
Main features:
- Generation of static content for maximum performance
- Comment system with NNTP back-end
- Input format is LaTeX (perfect for hard copies)
- Customizable templates
- 100% standards-compliant output
Download (0.072MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 downloads
PHPTestManager 0.1.4beta
PHPTestManager project is a school test manager. more>>
PHPTestManager project is a school test manager.
PHPTestManager is a program aimed to help teachers test their students. It is written in PHP and uses a MySQL database.
Main features:
- create, delete and edit subjects
- create, delete and edit four type of questions (Open, Multiple choice with only one correct answer, with more than one correct answer and true/false questions)
- create, delete and edit groups
- allow just some groups to take a test
- take and review tests
- sticky questions (always in) to tests
- enable/disable registration
<<lessPHPTestManager is a program aimed to help teachers test their students. It is written in PHP and uses a MySQL database.
Main features:
- create, delete and edit subjects
- create, delete and edit four type of questions (Open, Multiple choice with only one correct answer, with more than one correct answer and true/false questions)
- create, delete and edit groups
- allow just some groups to take a test
- take and review tests
- sticky questions (always in) to tests
- enable/disable registration
Download (0.051MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1086 downloads
Shooting Star 1.2.0
Shooting Star project is a 2D shooting game. more>>
Shooting Star project is a 2D shooting game.
Shooting Star is a 2D action game which uses SDL and OpenGL.
The goal is to clear all levels of bad guys and make the World a better place.
<<lessShooting Star is a 2D action game which uses SDL and OpenGL.
The goal is to clear all levels of bad guys and make the World a better place.
Download (7.4MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1966 downloads
BlogTrader Platform 1.0.2 Build2052
BlogTrader Platform is a free, open source stock technical analysis platform. more>>
BlogTrader Platform is a free, open source stock technical analysis platform with a pluggable architecture that is ideal for extensions such as indicators and charts. BlogTrader Platform is built on pure java.
It supports parallel quote data retrieval from Yahoo! or ASCII text files, historical, intra-day, and real-time charts, and candle, bar, and line charts. It has a natural date/trading date view model. "MACD", "OBV", "ROC", "KD", "BIAS", "DMI", "RSI", "MTM", and "WMS" indicators and drawing of "Line", "Parallel", "Gann Angle", and "Fibonacci Line" are supported. You can easily write your own indicators.
Main features:
- Retrieve quote data in parallel from Yahoo! Finance, netfonds.se, or CSV files.
- Save quote data to local database (hsqldb).
- Adjust quote chart for splits and dividents if possibale (Yahoo! quote data only).
- Daily, Weekly, Monthly charts (Weekly, Monthly data are composed automatically from Daily data)
- Historical/Intra-Day/Real-Time Chart
- Real-time Ticker Board
- Update Daily, Weekly, Monthly Charts and their indicators automatically according to the newest tickers.
- Multiple quote-charts comparison
- Candle/Bar/Line
- Calendar/Trading date view
- Define indicators parameters separately for Daily, Weekly and Monthly charts, parameters can be saved as default or apply to all
- Add layer drawings separately for Daily, Weekly and Monthly. Save/Restore drawings.
- Carefully design for writing your own indicator easy, but in java (maybe will support scripts some day)
- Supports multiple platforms, includes windows, linux, macos, solaris, etc. (Java JRE 1.5 required)
- More to be come ...
Enhancements:
- Minor bugfixes
<<lessIt supports parallel quote data retrieval from Yahoo! or ASCII text files, historical, intra-day, and real-time charts, and candle, bar, and line charts. It has a natural date/trading date view model. "MACD", "OBV", "ROC", "KD", "BIAS", "DMI", "RSI", "MTM", and "WMS" indicators and drawing of "Line", "Parallel", "Gann Angle", and "Fibonacci Line" are supported. You can easily write your own indicators.
Main features:
- Retrieve quote data in parallel from Yahoo! Finance, netfonds.se, or CSV files.
- Save quote data to local database (hsqldb).
- Adjust quote chart for splits and dividents if possibale (Yahoo! quote data only).
- Daily, Weekly, Monthly charts (Weekly, Monthly data are composed automatically from Daily data)
- Historical/Intra-Day/Real-Time Chart
- Real-time Ticker Board
- Update Daily, Weekly, Monthly Charts and their indicators automatically according to the newest tickers.
- Multiple quote-charts comparison
- Candle/Bar/Line
- Calendar/Trading date view
- Define indicators parameters separately for Daily, Weekly and Monthly charts, parameters can be saved as default or apply to all
- Add layer drawings separately for Daily, Weekly and Monthly. Save/Restore drawings.
- Carefully design for writing your own indicator easy, but in java (maybe will support scripts some day)
- Supports multiple platforms, includes windows, linux, macos, solaris, etc. (Java JRE 1.5 required)
- More to be come ...
Enhancements:
- Minor bugfixes
Download (6.1MB)
Added: 2006-04-02 License: BSD License Price:
1379 downloads
BibShelf 1.4.0
BibShelf is a book organizer integrating well with the GNOME desktop environment. more>>
BibShelf is a book organizer integrating well with the GNOME desktop environment.
BibShelf project helps you to keep track of your book collection. You can fill in such things as the book summary, review, rating and the ISBN.
Never forget when it was that you read a book, BibShelf lets you save the date so you do no longer need to waste your brain capacity for storing this information.
<<lessBibShelf project helps you to keep track of your book collection. You can fill in such things as the book summary, review, rating and the ISBN.
Never forget when it was that you read a book, BibShelf lets you save the date so you do no longer need to waste your brain capacity for storing this information.
Download (0.45MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1344 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above from publishers weekly starred review search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed