summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html-utils.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to docs made possible by recent HTML rendering fixes for Tk.dkf2017-03-161-2/+1
|
* Add mappings for groff-style character naming, used in experimental branches ↵dkf2017-03-121-1/+9
| | | | of Tk.
* Fix the generated copyright sections in the HTML help file.htmlCopyrightsFixJoe Mistachkin2016-11-021-0/+5
|
* Improve descriptions of character escapes and ranges in Tcl.n.dkf2013-12-151-0/+1
| | | Improve output format handlers to cope with added escape for en-dashes.
* [01b77111e5]: Small fixes relating to this bug. In particular, the package namedkf2013-10-281-1/+1
| | | | | mapping was not being distributed, and there were some small problems with what the mappings were and how they were applied. Also prevented external URLs from ending with a '.'; that's vanishingly rare...
* Added tooltip generation to contents and keywords pages.off_trunkdkf2012-11-081-4/+17
|
* Make HTML generator more resilient against problems when generating docs fordkf2012-11-081-1/+3
| | | older versions of Tcl/Tk.
* More polishing of Tcl's HTML doc converter.dkf2011-09-291-5/+383
|
* [Bug 2903743]: Try to do the right thing when presented with old-style nroff.dkf2011-09-221-26/+7
|
* Small errors plague us all...dkf2011-07-291-2/+2
|
* Small enhancements to improve cross-linking with contributed packages.dkf2011-07-291-46/+15
|
* The final parts of my doc improvement projectdkf2011-07-181-3/+5
|
* More small documentation improvements.dkf2011-07-181-3/+16
|
* Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-171-165/+212
| | | the quality of HTML doc builds.
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| | | cause more harm than good. Purged them (except in zlib files).
* Start producing HTML out for Thread package. Consequent bugfixes:dkf2010-09-031-2/+2
| | | | | | | | | * tools/tcltk-man2html.tcl (plus-pkgs): Improve the package documentation search pattern to support the doctoos-generated directory structure. * tools/tcltk-man2html-utils.tcl (output-name): Made this more resilient against misformatted NAME sections, induced by import of Thread package documentation into Tcl doc tree.
* More tinkering with the conversion special cases.dkf2010-01-141-4/+4
|
* Add link remapping capability.dkf2010-01-141-6/+10
|
* Add copyrights/version trackers.dkf2010-01-131-0/+4
|
* Add to exclusions, remove list-syntax problemdkf2010-01-131-1/+1
|
* More factoring out of special cases in the nroff->HTML code.dkf2010-01-131-105/+37
|
* Split man2html converter up for ease of maintenance.dkf2010-01-101-0/+1285