PHP Classes

File: README.txt

Recommend this page to a friend!
  Classes of Javier AP   Pergamus Publication Manager   README.txt   Download  
File: README.txt
Role: Documentation
Content type: text/plain
Description: Installation notes
Class: Pergamus Publication Manager
Web based manager for scientific publications
Author: By
Last change: New version 1.0.
Date: 19 years ago
Size: 2,285 bytes
 

Contents

Class file image Download
/-----------------------------------------------------\ | Pergamus publication manager 1.0 installation | \-----------------------------------------------------/ This is the first stable release of Pergamus. The main news are: - The search functionality is implemented (author, title, pub.type and year). - The visualization of the collection list is faster. Now we store a html version of the list with each modification, instead of generating it each time the page is requested. - I've fixed some bugs related to the bibtex key generation and the document codification. . Requirements . You must have installed PHP 4.3.9 as a module of the Apache server. . PHP Session Support must be enabled in the 'php.ini' file. It's also recommended that you check the upload file capacity. If you don't know what I'm talking about you should talk with your administrator. . Download Pergamus . Download Pergamus Publication Manager BETA . Unpack the zip file in your 'public_html' folder or wherever you want to use Pergamus. . Download DOMIT! . Download the DOMIT! 0.99 xml parser. . Create a folder named 'domit' in the 'pergamus' folder and unpack the DOMIT! source inside. . Enjoy ! . Now you can type in your web browser the corresponding address and log into Pergamus with username 'test' and password 'test'. ------------------------------------------------------------------------------------------ . Directory structure [class]________> contains mostly php source for the data handling. [pages]________> this code is intended to generate the user interfase and manage the users actions. [pubs]_________> where the 'pdf' and 'ps' files are saved | [temp]_______> upload folder. [reg]__________> contains xml files with the publications metadata and the users list. [img]__________> well, you may guess it ... ------------------------------------------------------------------------------------------ Pergamus Publication Manager is a sourceforge.net project Our home page is www.pergamus.javart.net For any copyright question read first the LICENSE.txt file in this package. ------------------------------------------------------------------------------------------