Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -3/+25 |
| | |||||
* | process_nodes(): New function. | Fred Drake | 1999-02-24 | 1 | -6/+10 |
| | | | | | main(): Moved the node processing between input and ouptut to process_nodes(). | ||||
* | Make the _rmtt regular expression deal with the new CSS-friendly | Fred Drake | 1999-02-18 | 1 | -1/+2 |
| | | | | changes to the HTML documentation. | ||||
* | Remove obsolete comment. | Fred Drake | 1999-01-05 | 1 | -1/+0 |
| | |||||
* | trim_ignored_letters(): Simplify a little. | Fred Drake | 1999-01-04 | 1 | -6/+6 |
| | |||||
* | Print a line to the console reporting the number of index nodes | Fred Drake | 1998-12-28 | 1 | -2/+6 |
| | | | | processed. This can be interesting to see. | ||||
* | The letter headings must be requested explicitly with --letters. | Fred Drake | 1998-08-07 | 1 | -5/+15 |
| | |||||
* | Allow multi-column indexes to be produced. | Fred Drake | 1998-08-07 | 1 | -6/+60 |
| | |||||
* | Minor housing cleaning in HTML that gets generated. | Fred Drake | 1998-04-11 | 1 | -2/+2 |
| | |||||
* | Nearly a complete re-write. | Fred Drake | 1998-04-08 | 1 | -85/+133 |
| | | | | | | Basically, it now works and produces a nice-looking HTML index. Shows some promise for extensibility, but still young. Needs useful comments. | ||||
* | First (rough) cut at HTML index generation in Python. Not very pretty, but | Fred Drake | 1998-03-27 | 1 | -0/+211 |
easier to work with than the Perl code. |