Installation ============= ----> At Ben-Gurion University tar zcvf IPS2000.tar.gz * ----> if you want to place the files mkdir IPS2000 cd IPS2000 ***PLACE*** IPS2000.tar.gz tar zxvf IPS2000.tar.gz rm IPS2000.tar.gz chmod -R go=r . chmod go+x FairsFiles chmod go+x PRINTOUTS chmod go+x SUBMISSIONS chmod go+x ARCHIVE chown -R apache ARCHIVE ln -s ../ARCHIVE SUBMISSIONS ----> if you want to protect by password cd SUBMISSIONS ***EDIT*** htaccess mv htaccess .htaccess htpasswd -c .htpswd ips ----> if you want to empty the archive cd ARCHIVE rm *.html echo 1000 > ID.html chown apache ID.html Note: changes of ownership might require sudo. The same applies if you want to delete or to modify file in the archive directory. Note: There are many ways to do password protection. Consult your web administrator regarding your server. Without password protection anyone can submit... %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% abstrct.length < 3000 has been reduced to abstrct.length < 2500 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% grep TITLE A6532.html | awk -F category '{printf "%s", $1}' | awk -F \> '{printf "%s", $2}' grep TITLE A6532.html | awk -F category '{printf "%s", $2}' | awk '{printf "%s", $1}' gives Ben-Abraham Shelomo I #01-2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% html2ps http://user.it.uu.se/~jan/html2ps.html gedit path in /html2ps-1.0b5/html2ps /html2ps-1.0b5/html2psrc /html2ps-1.0b5/html2ps.1 /html2ps-1.0b5/html2ps.ps /html2ps-1.0b5/man/man1/html2ps.1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% http://il.php.net/manual/en/function.mysql-query.php %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% sed s/"img src"/"img align=absmiddle src"/ A1234.html > A1234d1.html