diff options
Diffstat (limited to 'admin/bin/faq2ht.py')
| -rwxr-xr-x | admin/bin/faq2ht.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/bin/faq2ht.py b/admin/bin/faq2ht.py index 84d2659f7..29db9ea76 100755 --- a/admin/bin/faq2ht.py +++ b/admin/bin/faq2ht.py @@ -1,8 +1,6 @@ #! /usr/bin/env python """Convert the plain text FAQ file to its .ht template. - -Requires Python 2.0 """ import sys @@ -39,6 +37,9 @@ def main(): print >> out, '''\ Title: Mailman Frequently Asked Questions +See also the <a href="http://www.python.org/cgi-bin/faqw-mm.py">Mailman +FAQ Wizard</a> for more information. + <h3>Mailman Frequently Asked Questions</h3> ''' first = 1 |
