axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] axserver patch


From: Arthur Ralfs
Subject: [Axiom-developer] axserver patch
Date: Sat, 22 Sep 2007 09:14:38 -0700
User-agent: Thunderbird 1.5.0.12 (X11/20060911)

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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]