The steps listed below, detail creating a very simple project with Sapphire/Web.
% mkdir $HOME/tutorial0a
% cd $HOME/tutorial0a
SAPPHIRE
sapphire_directory;export Sapphire
setenv SAPPHIRE
sapphire_home
PATH=$PATH:$SAPPHIRE/bin; export PATH
set path=($path $SAPPHIRE/bin)
$SAPPHIRE/bin/saweb.sh
begin.html
as the name of the first HTML document. Change begin.html to the following.
<HTML>
<HEAD><TITLE> Initial Document </TITLE></HEAD>
<BODY>
This is the first document. Click <A HREF="GO">here</A> to go to the next.
</BODY>
</HTML>
<HTML>
<HEAD><TITLE> Final Document </TITLE></HEAD>
<BODY>
This is the final document. Cool.
</BODY>
</HTML>
test.pj