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

Re: export-url and "real" web pages



Richard.  You have a couple of things wrong with your export-url.
First, is there really a "<" in the line?  There should not be.
Also its http::

(http:export-url "<http:/lynch.lscorp.com/" :directory :recursive-p)

Finally, the URL string and the pathname are different fields, so your
export should look something like.

(http:export-url "http::/lynch.lscorp.com/" :directory <your directory path>
                 :recursive-p t)

Hope this helps,

Jeff
----


Follow-Ups: References: