[Axiom-developer] Re: axserver and hyperdoc

2007-09-22 Thread root
>> I finally figured it out. Although I'm still struggling with page >> coloring. Coloring the page and fetching it directly as a file gives a >> fully colored page. Fetching the page thru the axserver gives a >> partially colored page. Style sheets and local decls are ignored. >> How odd. >> >W

[Axiom-developer] newhyper.pamphlet

2007-09-22 Thread daly
mkdir -p /home/silver/bitmaps cp newhyper.pamphlet /home/silver cd /home/silver (copy the axserver.spad, axiom.xml, and http.lisp files here) export AXIOM=(where) export PATH=$AXIOM/bin/lib:$AXIOM/bin:$PATH notangle -R"rootpage.html" newhyper.pamphlet > rootpage.html notangle

[Axiom-developer] Re: axserver and hyperdoc

2007-09-22 Thread Arthur Ralfs
root wrote: > Arthur, > > >> Should have mentioned I use nxml-mode in emacs to make sure >> my xml is well formed. >> > > I finally figured it out. Although I'm still struggling with page > coloring. Coloring the page and fetching it directly as a file gives a > fully colored page. Fetching

[Axiom-developer] axserver and hyperdoc

2007-09-22 Thread root
Arthur, > Should have mentioned I use nxml-mode in emacs to make sure > my xml is well formed. I finally figured it out. Although I'm still struggling with page coloring. Coloring the page and fetching it directly as a file gives a fully colored page. Fetching the page thru the axserver gives a p

Re: [Axiom-developer] axserver patch

2007-09-22 Thread Arthur Ralfs
root wrote: > Thanks. Already found and made them. > I used double quotes rather than "\ " to delimit the -R arguments > but the effect is the same. > > The most significant problem I'm having is that my browser has > suddenly decided to start syntax checking my html files. But it > only does that

Re: [Axiom-developer] axserver patch

2007-09-22 Thread Alfredo Portes
Hi Arthur, Thank you for the file. On 9/22/07, Arthur Ralfs <[EMAIL PROTECTED]> wrote: > The wiki won't let me upload files so I've stopped using it for the time > being. However I've attached the latest version if you want to try. I added the file as a pamphlet page: http://wiki.axiom-devel

Re: [Axiom-developer] axserver patch

2007-09-22 Thread Arthur Ralfs
root wrote: > Thanks. Already found and made them. > I used double quotes rather than "\ " to delimit the -R arguments > but the effect is the same. > > The most significant problem I'm having is that my browser has > suddenly decided to start syntax checking my html files. But it > only does that

Re: [Axiom-developer] axserver patch

2007-09-22 Thread Arthur Ralfs
Alfredo Portes wrote: > Hi Arthur, > > Do you think is possible to put your latest axserver.pamphlet > as a pamphlet file in the wiki? If you send me the latest version, > I can do this. > > Regards, > > Alfredo > > Alfredo, The wiki won't let me upload files so I've stopped using it for the ti

Re: [Axiom-developer] axserver patch

2007-09-22 Thread root
Thanks. Already found and made them. I used double quotes rather than "\ " to delimit the -R arguments but the effect is the same. The most significant problem I'm having is that my browser has suddenly decided to start syntax checking my html files. But it only does that when I go thru your inter

[Axiom-developer] axserver patch

2007-09-22 Thread Arthur Ralfs
This is a small patch to make the documentation work properly in axserver.pamphlet. Arthur --- axserver.pamphlet 2007-09-22 09:06:19.0 -0700 +++ axserver.pamphlet.new 2007-09-22 09:10:20.0 -0700 @@ -11,14 +11,13 @@ \eject \tableofcontents \eject -\section{Preface} \section{Li

Re: [Axiom-developer] Re: hyperdoc on windows

2007-09-22 Thread Martin Rubey
root <[EMAIL PROTECTED]> writes: > >I think it will be good to add Martin's code to Arthur's work to browse > >the databases: > > > >http://wiki.axiom-developer.org/SandBoxHyperDocReplacement > > I already demonstrated getting database accesses working here: > > http://daly.axiom-developer.org