Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 admin 2009-08-10 paskino [r1]
 css 2009-08-10 paskino [r1]
 scripts 2009-08-10 paskino [r1]
 upload 2009-08-10 paskino [r1]
 0.3.99-to-0.4.0.sql 2009-08-10 paskino [r1]
 0.4.2-to-0.4.3.sql 2009-08-10 paskino [r1]
 0.4.3-to-0.4.4.sql 2009-08-10 paskino [r1]
 0.4.3.sql 2009-08-10 paskino [r1]
 0.4.4-to-0.4.5.sql 2009-08-10 paskino [r1]
 0.4.5-to-0.4.6.sql 2009-08-10 paskino [r1]
 0.4.5.sql 2009-08-10 paskino [r1]
 0.4.6-to-0.4.7.sql 2009-08-10 paskino [r1]
 0.4.6.sql 2009-08-10 paskino [r1]
 0.4.7-to-0.4.8.sql 2009-08-10 paskino [r1]
 0.4.7.sql 2009-08-10 paskino [r1]
 0.4.8-to-0.4.9.sql 2009-08-10 paskino [r1]
 0.4.8.sql 2009-08-10 paskino [r1]
 CHANGELOG 2009-08-10 paskino [r1]
 Copy of view_searched.inc.php 2009-08-10 paskino [r1]
 DEPENDS 2009-08-10 paskino [r1]
 LICENSE 2009-08-10 paskino [r1]
 NKIbiblio.sql 2009-08-10 paskino [r1]
 README 2009-08-10 paskino [r1]
 actionFilter.php 2009-08-10 paskino [r1]
 add_class_mask.inc.php 2009-08-10 paskino [r1]
 add_journal_mask.inc.php 2009-08-10 paskino [r1]
 cd-dvd-books.label.php 2009-08-10 paskino [r1]
 change_mask.inc.php 2009-08-10 paskino [r1]
 copyright 2009-08-10 paskino [r1]
 dbStructure-0.3.99.sql 2009-08-10 paskino [r1]
 dbadd.inc.php 2009-08-10 paskino [r1]
 dbinsert.inc.php 2009-08-10 paskino [r1]
 dblink.php 2009-08-10 paskino [r1]
 dbreplace.inc.php 2009-08-10 paskino [r1]
 delete_record.inc.php 2009-08-10 paskino [r1]
 en-lang.label.php 2009-08-10 paskino [r1]
 example_homepage.txt 2009-08-10 paskino [r1]
 fields.label.php 2009-08-10 paskino [r1]
 footer.php 2009-08-10 paskino [r1]
 generate_LaTeX_code.inc.php 2009-08-10 paskino [r1]
 index.old 2009-08-10 paskino [r1]
 index.php 2009-08-10 paskino [r1]
 insert_mask.inc.php 2009-08-10 paskino [r1]
 newClass.inc.php 2009-08-10 paskino [r1]
 newJournal.inc.php 2009-08-10 paskino [r1]
 nki.sql 2009-08-10 paskino [r1]
 pacs.sql 2009-08-10 paskino [r1]
 pacs_search_mask.inc.php 2009-08-10 paskino [r1]
 pacs_view_searched.inc.php 2009-08-10 paskino [r1]
 parse_isbndb.php 2009-08-10 paskino [r1]
 parse_isbndb2.php 2009-08-10 paskino [r1]
 record_change_mask.inc.php 2009-08-10 paskino [r1]
 scientific_en.label.php 2009-08-10 paskino [r1]
 search_mask.inc.php 2009-08-10 paskino [r1]
 select.inc.php 2009-08-10 paskino [r1]
 select_LaTeX_mask.inc.php 2009-08-10 paskino [r1]
 setup.sql 2009-08-10 paskino [r1]
 setup.txt 2009-08-10 paskino [r1]
 socket_prova.php 2009-08-10 paskino [r1]
 version.inc.php 2009-08-10 paskino [r1]
 view_searched.inc.php 2009-08-10 paskino [r1]
 view_searched.inc.php.bak 2009-08-10 paskino [r1]
 view_searched2.inc.php 2009-08-10 paskino [r1]

Read Me

README for meBiblio 0.4.7

Refer to setup.txt to install or upgrade

README for meBiblio 0.4.3

PLEASE READ setup.txt for information about installation and upgrade

README for meBiblio 0.4.2

update the db structure issuing:
mysql -u user -p your-mysql-user-pwd letteratura < pacs.sql
update the web files.

README for meBiblio 0.4.0

If you already installed meBiblio 0.3.99 and filled the database, it is 
important to alter the database structure, since it has changed from 0.3.99 
to 0.4.0.  To alter the database just issue:
mysql -u user -p your-mysql-user-pwd letteratura < 0.3.99-to-0.4.0.sql

For the rest, is also important to update all the php files.


README for meBiblio 0.3.99

To be written...

README for meBiblio 0.3.4

Dependencies:
	* php4
	* mysql
	* apache (or another web server able to run php)
	* a web browser

The first 3 programs they must be working on the machine (together).

Install:
	1) First of all you must create a database named "letteratura" 
	with mysql. Eventually grant privileges to non-root users.
	2) run mysql -u root -p your-mysql-root-pwd < dbStructure.sql
	   in any case you can also run the command as non root but privileges
	   must be granted for database "letteratura"
	3) Copy the files to a dir where your apache server can find them 
	   (i.e. in my case /home/edo/public_html/meBiblio)
	4) Edit the file dblink.php and enter your mysql user and password.

Usage: hopefully it is self explainable.
	Anyway you have to address your browser to the URL where you installed
	meBiblio (i.e. /home/edo/public_html/meBiblio)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.