Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wrong HTML references caused by identical section names. | Kaz Kylheku | 2015-08-25 | 1 | -2/+7 |
| | | | | | | | | | | For instance, both entries in the TOC titled "Overview" navigate to the the same section when we click on them. * genman.txr (tagnum): New hash for counting duplicate occurrences of section title. (enumerate): New function for adding numeric suffix to titles which are the same as previously seen titles. | ||||
* | * genman.txr: Simplify double plass over BODY into single pass. | Kaz Kylheku | 2015-07-03 | 1 | -30/+28 |
| | |||||
* | * genman.txr: Take advantage of \@ escape in quasilit. | Kaz Kylheku | 2015-07-01 | 1 | -1/+1 |
| | | | | | | | * genvim.txr (txr_escat): New match category containing \@. Colorized a String. (txr_quasilit): Contains txr_escat. Thus, \@ looks like any other escape inside a quasilit. | ||||
* | * genman.txr: Bugfix: reproduce the correct opening bracket | Kaz Kylheku | 2015-07-01 | 1 | -1/+2 |
| | | | | before a function link. | ||||
* | * genman.txr: New filter to add hyperlinks within code in | Kaz Kylheku | 2015-06-26 | 1 | -0/+26 |
| | | | | more places such as examples and summary lists. | ||||
* | * genman.txr: indentation. | Kaz Kylheku | 2015-06-26 | 1 | -10/+10 |
| | |||||
* | * genman.txr: Point to hacked manutils. | Kaz Kylheku | 2015-06-22 | 1 | -4/+2 |
| | |||||
* | * genman.txr: Rewrite the man2html-generated inner name links with hash | Kaz Kylheku | 2015-06-20 | 1 | -24/+54 |
| | | | | | | values derived from the title text, so that when sections are inserted or deleted, the URL's remain stable. The PREAMBLE is gone, and VERSION is collected when processsing the body. | ||||
* | * genman.txr (month-name): Filter removed. | Kaz Kylheku | 2015-06-20 | 1 | -5/+3 |
| | | | | Page date is converted to a time value, and later formatted. | ||||
* | * genman.txr: Add PayPal donation button. | Kaz Kylheku | 2014-09-30 | 1 | -0/+9 |
| | | | | | * txr.1: Avoid escapes at the end of a line; man2html doesn't handle this properly. | ||||
* | * genman.txr: TXR is now bolded in the title. | Kaz Kylheku | 2014-09-30 | 1 | -2/+2 |
| | | | | * txr.1: More formatting and wording fixes. | ||||
* | * txr.1: Substantially revised with rich troff markup, | Kaz Kylheku | 2014-09-26 | 1 | -5/+37 |
| | | | | | | | and restructured in some places. * genman.txr: No longer generate the whole document in monospaced font. Add hyperlinks. | ||||
* | Capitalization of TXR. | Kaz Kylheku | 2014-02-27 | 1 | -2/+2 |
| | |||||
* | * genman.txr: Updated.txr-56 | Kaz Kylheku | 2012-02-05 | 1 | -2/+2 |
| | | | | | | * txr.vim: Fixed mistakes in a few regex character classes, causing upper case letters not to be recognized as part of a variable name, and character hex constant. | ||||
* | * genman.txr: Updated for recent man page changes. | Kaz Kylheku | 2011-12-28 | 1 | -1/+1 |
| | |||||
* | * genman.txr: Fix empty NAME section. | Kaz Kylheku | 2011-12-14 | 1 | -4/+7 |
| | |||||
* | * genman.txr: Use filter for mapping month digits to names. | Kaz Kylheku | 2011-11-01 | 1 | -38/+9 |
| | | | | Added comment about where to find the right man2html. | ||||
* | Fix month name.txr-035 | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Show "git head" version in bleeding-edge document. | Kaz Kylheku | 2010-01-17 | 1 | -2/+2 |
| | |||||
* | Fix man page date.txr-028 | Kaz Kylheku | 2010-01-16 | 1 | -9/+9 |
| | |||||
* | * genman.txr, txr.1: Encode version differently; extract | Kaz Kylheku | 2010-01-15 | 1 | -2/+2 |
| | | | | from text during HTML conversion. | ||||
* | Automate the maintenance of the HTML-ized man page. | Kaz Kylheku | 2010-01-15 | 1 | -0/+79 |