summaryrefslogtreecommitdiffstats
path: root/Tools/faqwiz/README
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/faqwiz/README')
-rw-r--r--Tools/faqwiz/README16
1 files changed, 14 insertions, 2 deletions
diff --git a/Tools/faqwiz/README b/Tools/faqwiz/README
index aca785e..c76077f 100644
--- a/Tools/faqwiz/README
+++ b/Tools/faqwiz/README
@@ -2,8 +2,8 @@ FAQ Wizard
----------
Author: Guido van Rossum <guido@python.org>
-Version: 0.8.4
-Date: 16 December 1997
+Version: 0.9.0
+Date: 21 December 1997
This is a CGI program that maintains a user-editable FAQ. It uses RCS
@@ -22,6 +22,17 @@ faqwiz.py main module, lives in same directory as FAQ entry files
faqconf.py main configuration module
faqcust.py additional local customization module (optional)
+
+What's New?
+-----------
+
+Version 0.9.0 uses the re module (Perl style regular expressions) for
+all its regular expression needs, instead of the regex and regsub
+modules (Emacs style). This affects the syntax for regular
+expressions entered by the user as search strings (with "regular
+expression" checked), hence the version number jump.
+
+
Setup Information
-----------------
@@ -76,6 +87,7 @@ file faq01.001.htp,v in the RCS subdirectory. You can now exercise
the other FAQ wizard features (search, index, whole FAQ, what's new,
roulette, and so on).
+
Maintaining Multiple FAQs
-------------------------