Changes http://wiki.axiom-developer.org/SocketsInSpad/diff
--

??changed:
 
-I did all my testing with Gold and haven't tested it with all the various
-branches.
-
-Arthur Ralfs
+The following file updates the previous socket package.
+
+<a href="uploads/axserver.spad">axserver.spad</a>
+
+axserver.spad has example HTTP GET and POST response functions.
+The GET function is called 'axget' and the POST function 'axpost'.
+axget allows for evaluating axiom commands and displaying them
+in Firefox by adding them to the URL.  So to evaluate, for example,
+(x+y)**2 type 127.0.0.1:8085/?axiom=(x+y)**2 into the URL box.
+
+On the axiom end you will need a mathml enabled build.  I've been
+testing with a recent build of silver which now includes mathml.
+Put the files 'http.lisp' and 'axserver.spad' in the directory
+you start axiom in and then issue the commands:
+
+-> )set output mathml on
+-> )lisp (load "http.lisp")
+-> )compile axserver
+-> axServer(8085,axget$AXSERV)
+
+You should now be able to get axioms response displayed in Firefox.
+
+
+
 

??changed:
 
-<a href="uploads/axserver.spad">axserver.spad</a>
-
+

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to