nvmegazine
Download nvmegazine.tar using right click#-#COM #-#COM #-#COM NAME: nvmegazine.php #-#COM #-#COM #-#COM DESCRIPTION: #-#COM - Create the megazine.mz3 file on the fly if it doesn't exist in the directory #-#COM of the photo #-#COM - Manage the html, with dynamic variable. #-#COM #-#COM PRE-REQUISITE: #-#COM - the megazine software must be by default in $_SERVER[DOCUMENT_ROOT]/etc/megazine #-#COM - for the rest of this document, we refer $_SERVER[DOCUMENT_ROOT]/etc/megazine #-#COM as MEGDIR #-#COM #-#COM INSTALLATION #-#COM Software : #-#COM - get the megazine software at http://www.megazine3.de/home.html #-#COM - create a directory MEGDIR #-#COM - unarchive megazine in the new directory, you must have in MEGDIR #-#COM something like : #-#COM docs js megazine style.css #-#COM - download the file nvmegazine.tar from this site #-#COM - unarchive it in MEGDIR #-#COM #-#COM Creating a book : #-#COM - put the set of photo in a new directory under $_SERVER[DOCUMENT_ROOT] but not in MEGDIR #-#COM - move the file index.php to this directory, or copy it from a previous one. #-#COM - in your browser type the url "http://your_server/the_directory" #-#COM #-#COM See the code to change size or other parameters. #-#COM #-#COM AUTHOR : #-#COM CHAUVIERE Jean-Raymond #-#COM #-#COM DATE: #-#COM July, 19, 2011 #-#COM #-#COM NOTES: #-#COM #-#COM TODO: #-#COM - include video in the book #-#COM