mirror of https://github.com/python/cpython
Added ref to cgi.html
This commit is contained in:
parent
5a1a175170
commit
09da209ce4
|
@ -81,6 +81,11 @@ on PowerPC Macs.
|
|||
how to create a Python module interfacing to a scriptable application,
|
||||
and how to use that module in your python program.
|
||||
|
||||
<LI>
|
||||
<A HREF="cgi.html">Using python to create CGI scripts</A> is a preliminary
|
||||
introduction to writing CGI scripts in Python and to writing scriptable applications
|
||||
in Python.
|
||||
|
||||
<LI>
|
||||
<A HREF="building.html">Building Mac Python from source</A> explains
|
||||
how to build a PPC or 68K interpreter from a source distribution.
|
||||
|
@ -123,5 +128,5 @@ documentation. <p>
|
|||
|
||||
<HR>
|
||||
<A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>,
|
||||
<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 18-July-1996.
|
||||
<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 09-September-1996.
|
||||
</BODY></HTML>
|
||||
|
|
Loading…
Reference in New Issue