]> granicus.if.org Git - mutt/commit
Properly use tables in manual where appropriate.
authorRocco Rutte <pdmef@gmx.net>
Thu, 18 May 2006 18:02:34 +0000 (18:02 +0000)
committerRocco Rutte <pdmef@gmx.net>
Thu, 18 May 2006 18:02:34 +0000 (18:02 +0000)
commit995ea883605c197c83e9cc6b4aef858a79a81eb3
tree3883eea90031cefb51aad26c494ed01f845bcbc3
parentb871ee9bf1b27bb45e0435c824badc1bcd3d6bda
Properly use tables in manual where appropriate.

Now, lots of information which really deserves a table is just put into
<screen/> sections with manual line breaks and things like that.

This is ugly for several reasons including that the information stored
there should be accessable straight from the table of contents.

For the TOC, this patch switches to <book/> for the manual and uses a
deeper split level so things actually look nicer.

The only problem are tables which may be not so well supported when
dumping the HTML to .txt but the DocBook->txt converter with table
support is work-in-progress...
doc/chunk.xsl
doc/manual.xml.head
doc/manual.xml.tail
makedoc.c