axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Re: Axiom HyperDoc Replacement


From: Martin Rubey
Subject: Re: [Axiom-developer] Re: Axiom HyperDoc Replacement
Date: 21 Apr 2007 19:23:30 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

"Bill Page" <address@hidden> writes:


> > An error occurred while loading http://localhost:8080/x:
> > Access denied to 
> > file:///users/rubey/martin/Axiom/hyperdoc-replacement/stretch.html.
> 
> Don't be too easily discouraged. 

Haha ;-)  I spent all saturday on that stupid detail.  In fact, I'm giving up
now.

> I think file:///... (with 3 slashes) is the correct form.
> 
> http://en.wikipedia.org/wiki/File:_URL

Thanks.  In fact, that solves the riddle, at least possibly:  it seems that I
am not allowed in mozilla and firefox to do a file:// redirect from a http:
page.  So, it seems we are out of luck?

> > (defun server (s)
> >   (let* ((get (read s nil 'eof))
> >          (fn (and (eq get 'get) (read s nil 'eof))))
> >     (format t "Got ~S~%~%" fn)
> >     (format s "HTTP/1.1 ~S~%" (if fn 303 403))
> >     (format s "Location: ~S~% "http://mat.univie.ac.at";)
> >     (close s)))
> > 
> > gives "Got /" forever.
> > 
> > Please Help!
> > 
> 
> That's a syntax error.

Yes. But the syntax error happened while pasting into my mail window.  Sorry
about that.  It still won't work.  But I guess, I will be able to solve that
one. The other one is a show-stopper, though.

Martin





reply via email to

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