DISP Pharser Notes
DISP Pharser Notes
The root of the website is at /home/httpd/htdocs on
galilei.disp.duke.edu (not galileo) and everything is being served from
http://fraunhofer.disp.duke.edu/.
I have created a directory for each of the major projects and I have
pulled in the html from the existing documents. For information on how
to write or modify a html document that can be used by the php server,
go to
http://fraunhofer.disp.duke.edu/Documentation/docs/user.ptml.
Also feel free to contact me with any questions.
Pharser takes a standard html page and generates a menu bar and a title
bar. This works really well as long as you do the following:
Avoid special formatting. Almost everything we do can be
accomplished
using standard html tags such as h1, h2, h3... etc for titles and
special text. This makes the resulting pages much easier to read and
understand.
Files need to be named with a .ptml extension to be read in and
modified.
The menu bar is controlled by the menu.inc file in the directory of
the html file. I can show you how to modify this if necessary.