Luse's Kallimachos Project



This OpenSource Project is a simple digital book-catalog written in PHP and based on the MySQL database: it's intended for personal use.



Its name derives from the famous Kallimachos, (c.294 - c.235 BC), who was born in Cyrene in North Africa, and went to Alexandria, where King Ptolemy Philadelphus of Egypt made him director of the library. Kallimachos became the organizer of the great library at Alexandria, where he created a scientific library index.


FEATURES:


ONE SCREENSHOT:




DOWNLOAD:


Linux archive: Kallimachos.tar.gz

Win archive: Kallimachos.zip



INSTALLATION:


[1] Extract the archive in your web directory (for example ".../htdocs" or ".../proxy" )

[2] Edit the following values in  the  "connect.php" file:

USERNAME --------> your MySQL username

USERPASSWORD ----> your MySQL password


Then save the file.

[3] From the MySQL console, launch the following queries :


mysql> create database libri;
mysql> connect libri;

then


mysql> CREATE TABLE `kallimachos` (
`Titolo` varchar(255) NOT NULL default '',
`Autore` varchar(255) NOT NULL default '',
`Traduttore` varchar(255) default '...',
`Edizione` varchar(255) NOT NULL default '',
`Genere` varchar(255) NOT NULL default '',
`Pagine` varchar(20) NOT NULL default '0',
`ISBN` int(8) default NULL,
PRIMARY KEY (`Titolo`)
) TYPE=MyISAM;

Now you can enter the library by your Internet Browser. ENJOY IT!!!


NOTE: This software has been developed and tested with the following platorms:


-> APACHE WEB SERVER 1.3 and 2

-> PHP 4.3.4

-> MySQL 3.23 and 4

MySQL database and PHP must be installed previously


CONTACT:


If you need help or you want to signal a bug or an advice, send an e-mail to: [email protected]


1
Hosted by www.Geocities.ws

1