?
=?ISO-8859-1?Q?=D8ystein_Johansen?=
Hi,
I'm trying to build a new web site for the GNU Backgammon project, and I
want a cgi program to fetch the file faq.texi from the projects cvs and
then display it on web page formatted with html.
I get the file with urllib2. No problem. But how can I parse it and
display it? I see there is a file in the Python23/Tools/Scripts/
directory called texi2html.py. How can I use the functions from this
file to genrate the webpage?
Regards,
-Øystein
(Unexperienced Python programmer, who has just fallen in love with this
beautiful programming language.)
I'm trying to build a new web site for the GNU Backgammon project, and I
want a cgi program to fetch the file faq.texi from the projects cvs and
then display it on web page formatted with html.
I get the file with urllib2. No problem. But how can I parse it and
display it? I see there is a file in the Python23/Tools/Scripts/
directory called texi2html.py. How can I use the functions from this
file to genrate the webpage?
Regards,
-Øystein
(Unexperienced Python programmer, who has just fallen in love with this
beautiful programming language.)