This is a small patch to make the documentation work properly
in axserver.pamphlet.

Arthur
--- axserver.pamphlet	2007-09-22 09:06:19.000000000 -0700
+++ axserver.pamphlet.new	2007-09-22 09:10:20.000000000 -0700
@@ -11,14 +11,13 @@
 \eject
 \tableofcontents
 \eject
-\section{Preface}
 
 \section{Lisp preliminaries}
 
 Extract the lisp to a file named, say, http.lisp with the
 command
 
-notangle -RServer\ Lisp axserver.pamphlet > http.lisp
+notangle -RServer$\backslash$ Lisp axserver.pamphlet $>$ http.lisp
 
 <<Server Lisp>>=
 ;; file: http.lisp
@@ -109,7 +108,7 @@
 
 Extract the AxiomServer package with the command
 
-notangle axserver.pamphlet > axserver.spad
+notangle axserver.pamphlet $>$ axserver.spad
 
 <<package AXSERV AxiomServer>>=
 
@@ -255,6 +254,8 @@
 	WriteLine(str)$Lisp
 	strlist := split(str,char "&")
 	str := ""
+	-- oops, if & is the last character in the string this method
+	-- will eliminate it.  Need to redo this.
 	for s in strlist repeat
 	    str := concat [str,s,"&amp;"]
 	strlen:Integer := #str
@@ -332,7 +333,7 @@
 
 Extract the Axiom xml interface page with the commmand
 
-notangle -RAxiom\ xml axserver.pamphlet > axiom.xml
+notangle -RAxiom$\backslash$ xml axserver.pamphlet $>$ axiom.xml
 
 or in fact make the file name whatever you like instead of
 "axiom.xml".
@@ -387,7 +388,7 @@
 
 )compile axserver
 
-axServer(8085,mutliServ$AXSERV)
+axServer(8085,multiServ\$AXSERV)
 
 
 Of course you need a mathml enabled build of axiom to do this.
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to