Re: GNU-info files under WWW

Guido.van.Rossum@cwi.nl
Message-id: <9306162047.AA18048=guido@voorn.cwi.nl>
To: Dudu Rashty +972-2-584848 <RASHTY%HUJIVMS.BITNET@relay.nluug.nl>
Cc: www-talk@nxoc01.cern.ch
Subject: Re: GNU-info files under WWW 
In-reply-to: Your message of "Wed, 16 Jun 1993 22:24:00 MDT."
             <16060093222410@HUJIVMS> 
From: Guido.van.Rossum@cwi.nl
X-Organization: CWI (Centrum voor Wiskunde en Informatica)
X-Address: P.O. Box 4079, 1009 AB  Amsterdam, The Netherlands
X-Phone: +31 20 5924127 (work), +31 20 6225521 (home), +31 20 5924199 (fax)
Date: Wed, 16 Jun 1993 22:47:24 +0200
Sender: Guido.van.Rossum@cwi.nl
>     Has anybody written a server for displaying GNU-info files under WWW?
>     Or anything to convert GNU-info to html.

I'm not sure if this fits your bill (since texinfo is one step removed
from plain info), but it won't hurt advertising this piece of code again:

I have written a texinfo to html converter in Python.  Python is an
object-oriented interpreted language (also written by me).  The html
converter is part of the Python source distribution (in demo/www); you
can ftp this distribution from ftp.cwi.nl, directory pub/python, file
python0.9.8.tar.Z.  It runs on most UNIX platforms.

If you have a Sparc or SGI platform, I can make a binary of just the
texinfo-to-html program available for you; this would save you the
trouble of building Python just to run the script, but means you can't
modify the program (the html it generates may need some
customization).  Let me know if you're interested in this.

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>