summaryrefslogtreecommitdiffstats
path: root/Tools/faqwiz
Commit message (Collapse)AuthorAgeFilesLines
* Mostly small changes.Guido van Rossum1997-05-221-20/+56
| | | | | | | | | - Fixed broken HTML in edit form that swallowed <BR> tags - Removed "another one" link in roulette, replaced with "use Reload" message - show() now has edit=1 by default; changed all calls - Display last-changed date, author, email when present and edit=1 - Added back pointers at bottom - Added a copy of the bootstrap script at the end of the file
* Separate prologue/epilogue functions.Guido van Rossum1997-05-211-45/+69
| | | | | Get the current version on edit and reject commits based on an old version.
* Oops, left an 'n = n+1' in but n was undefined.Guido van Rossum1997-05-211-1/+0
|
* Add "Log info" to view rcs log.Guido van Rossum1997-05-211-4/+33
| | | | Speed up __getattr__ by storing the value as self.<key>.
* Lots of new features:Guido van Rossum1997-05-211-27/+183
| | | | | | | - got rid of the separate search page - added an index (lists the questions with links to the answers) - add a mechanism to add new entries - add a way to list most recently edited entries first
* Crude but functional, except for adding new entries.Guido van Rossum1997-05-211-46/+172
|
* Initial revisionGuido van Rossum1997-05-211-0/+255