Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [01b77111e5]: Small fixes relating to this bug. In particular, the package name | dkf | 2013-10-28 | 1 | -2/+7 |
| | | | | | 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... | ||||
* | Prefer to extract package data from the *contents* not the directory name. | dgp | 2012-12-12 | 1 | -8/+49 |
| | |||||
* | Improve the generation of HTML documentation in 8.6, allowing for contributed | dkf | 2012-12-10 | 1 | -7/+15 |
| | | | | | packages whose non-version name parts are prefixes of others. Also ensure that documentation builds are complete after distribution, and that we generate a better error message when using the wrong tclsh version to do the build. | ||||
* | Added tooltip generation to contents and keywords pages.off_trunk | dkf | 2012-11-08 | 1 | -6/+23 |
| | |||||
* | More polishing of Tcl's HTML doc converter. | dkf | 2011-09-29 | 1 | -354/+24 |
| | |||||
* | [Bug 2903743]: Try to do the right thing when presented with old-style nroff. | dkf | 2011-09-22 | 1 | -14/+16 |
| | |||||
* | Use the actual case used by Thread to name the directory its distributions | dgp | 2011-08-02 | 1 | -1/+1 |
| | | | unpack into. | ||||
* | Variable substitution botch. | dgp | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | [Bug 3382474]: Added code to determine the version number of contributed | dkf | 2011-08-01 | 1 | -4/+12 |
| | | | | packages from their directory names so that HTML documentation builds are less confusing. | ||||
* | Small enhancements to improve cross-linking with contributed packages. | dkf | 2011-07-29 | 1 | -1/+3 |
| | |||||
* | The final parts of my doc improvement project | dkf | 2011-07-18 | 1 | -0/+27 |
| | |||||
* | More small documentation improvements. | dkf | 2011-07-18 | 1 | -1/+13 |
| | |||||
* | Documentation improvements (small; some revision to parsing script) to improve | dkf | 2011-07-17 | 1 | -1/+20 |
| | | | the quality of HTML doc builds. | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | * tools/tcltk-man2html.tcl: Improve handling of cross-links for | dkf | 2010-09-01 | 1 | -1/+4 |
| | | | | | | | | options between Ttk manual pages. | ||||
* | | Start producing HTML out for Thread package. Consequent bugfixes: | dkf | 2010-09-03 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | * 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. | ||||
* | | * tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make the | dkf | 2010-06-13 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | title of a manual page be stored relative to its resulting directory name as well as its source filename. This was caused by both Tcl and a contributed package ([incr Tcl]) defining an Object.3. Also corrected the joining of strings in titles to avoid extra braces. Note: This removes the previous hack and fixes things correctly. | ||||
* | | * tools/tcltk-man2html.tcl: [Bug 3015327]: Add hack to stop Itcl C | dkf | 2010-06-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | docs from interfering with Tcl docs during HTML generation. This is a band-aid since it just prevents the generation of the HTML version of the Itcl C docs (since they're not installed during 'make install') rather than improving the code to not have problems with the clash between two Object.3 files. | ||||
* | | More zlib documentation improvements. | dkf | 2010-02-10 | 1 | -4/+4 |
| | | |||||
* | | Improvements to zlib documentation (and formatting of it). | dkf | 2010-02-10 | 1 | -2/+4 |
| | | |||||
* | | Yet another exclusion | dkf | 2010-01-14 | 1 | -2/+3 |
| | | |||||
* | | Another link suppression | dkf | 2010-01-14 | 1 | -2/+3 |
| | | |||||
* | | More tinkering with the conversion special cases. | dkf | 2010-01-14 | 1 | -16/+41 |
| | | |||||
* | | Add link remapping capability. | dkf | 2010-01-14 | 1 | -1/+7 |
| | | |||||
* | | Add copyrights/version trackers. | dkf | 2010-01-13 | 1 | -0/+3 |
| | | |||||
* | | Add to exclusions, remove list-syntax problem | dkf | 2010-01-13 | 1 | -0/+6 |
| | | |||||
* | | Adjust the link suppression | dkf | 2010-01-13 | 1 | -2/+3 |
| | | |||||
* | | Another useless special case removed | dkf | 2010-01-13 | 1 | -1/+0 |
| | | |||||
* | | No need for regexp(n) to get special treatment | dkf | 2010-01-13 | 1 | -1/+0 |
| | | |||||
* | | No need for return(n) to get special treatment | dkf | 2010-01-13 | 1 | -1/+0 |
| | | |||||
* | | More factoring out of special cases in the nroff->HTML code. | dkf | 2010-01-13 | 1 | -3/+30 |
| | | |||||
* | | Simplification/refactoring of nroff->HTML. | dkf | 2010-01-12 | 1 | -83/+140 |
| | | |||||
* | | Split man2html converter up for ease of maintenance. | dkf | 2010-01-10 | 1 | -1388/+201 |
| | | |||||
* | | Add more troff macros to ignore | dkf | 2010-01-10 | 1 | -1/+2 |
| | | |||||
* | | Small tweaks to improve reporting and quell some unimportant messages | dkf | 2010-01-09 | 1 | -3/+3 |
| | | |||||
* | | Added the contributed packages to the code to build HTML docs. | dkf | 2010-01-09 | 1 | -5/+21 |
| | | |||||
* | | Force this file to be interpreted as a Tcl script by Emacs | dkf | 2009-12-16 | 1 | -0/+4 |
| | | |||||
* | | [FRQ 2897296]: Cross-links to sections within a manpage when in HTML. | dkf | 2009-12-11 | 1 | -3/+9 |
| | | |||||
* | | Eliminate unneccessary spaces | nijtmans | 2009-11-18 | 1 | -5/+5 |
| | | |||||
* | | Apply last useful bit of [Patch 557486]. | dkf | 2009-06-15 | 1 | -1/+1 |
| | | |||||
* | | bring doc and tools in line with http://wiki.tcl.tk/812 | nijtmans | 2009-03-25 | 1 | -1/+1 |
| | | |||||
* | | The converter author should not be assigned copyright for transformed documents | patthoyts | 2009-01-18 | 1 | -1/+0 |
| | | |||||
* | | Converter script improvements. [Bug 2330040] | dkf | 2008-11-24 | 1 | -27/+39 |
|/ | |||||
* | Improved manual page scraper to do a better job with Ttk. [Tk Bug 1876493] | dkf | 2008-01-30 | 1 | -35/+45 |
| | |||||
* | * tools/tcltk-man2html.tcl (make-man-pages): make man page title | hobbs | 2008-01-05 | 1 | -1/+1 |
| | | | | use more specific info on lhs to improve tabbed browser view titles. | ||||
* | Convert .DS/.DE sequences to tables, as that's now what they're used for. | dkf | 2007-11-01 | 1 | -2/+5 |
| | |||||
* | Enhance the HTML generator so that it can produce multi-line option ↵ | dkf | 2007-10-30 | 1 | -224/+277 |
| | | | | descriptions. | ||||
* | Make the man->HTML scraper work better. | dkf | 2007-10-26 | 1 | -13/+57 |
| | |||||
* | * tools/tcltk-man2html.tcl: revamp of html doc output to use CSS, | hobbs | 2007-06-20 | 1 | -163/+249 |
| | | | | standardized headers, subheaders, dictionary sorting of names. | ||||
* | * tools/tcltk-man2html.tcl: clean up copyright merging and output. | hobbs | 2007-06-19 | 1 | -89/+114 |
| | | | | clean up coding constructs. |