This program is a cgi-bin script which adds html link markup on the flyto IETF text-format documents - i.e. RFCs, drafts and other text docu‐ments which contain references to RFCs and drafts.
The script is written in Python, so the http server on which you run itmust have Python installed. You can download Python fromhttp://www.python.org. The script has been verified to work with Python2.2 and later.
It may be called by either http POST or GET, and the relevant fieldnames which may be provided are as follows:
Copyright 2002 Henrik Levkowetz
This program is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2 of the License, or (at youroption) any later version.
This program is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty of MER‐CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GeneralPublic License for more details.
You should be able to retrieve a copy of the GNU General Public Licensefromhttp://www.gnu.org/licenses/gpl.txt; if not, write to the FreeSoftware Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA02111-1307 USA