summaryrefslogtreecommitdiffstats
path: root/man_html.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-5/+0
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-1/+0
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-2/+2
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-1/+7
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-3/+14
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-221-4/+22
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-1/+7
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-1/+1
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+4
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-2/+8
* Abstraction of -Thtml -man font setting (still experimental).Kristaps Dzonsons2009-11-161-19/+12
* Fixed -Thtml -man PP left- and top-margin.Kristaps Dzonsons2009-11-151-6/+6
* \f escapes appear to work properly for -Thtml -man. Needs more testing.Kristaps Dzonsons2009-11-151-11/+18
* Initial check-in of -man -Thtml \f support (needs testing).Kristaps Dzonsons2009-11-141-3/+5
* Fixed \c handling in -Thtml.Kristaps Dzonsons2009-11-141-4/+1
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-0/+3
* More lint fixes.Kristaps Dzonsons2009-10-301-1/+0
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-0/+3
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-4/+8
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-2/+1
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-0/+2
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-6/+2
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-6/+4
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-0/+1
* RS tags implemented for -Tman -Thtml.Kristaps Dzonsons2009-10-091-1/+33
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-14/+128
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-144/+137
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-20/+77
* Initial IP implementation in -Thtml -man.Kristaps Dzonsons2009-10-041-5/+92
* SS, SH, PP, P, LP, br, sp tags in -man -Thtml.Kristaps Dzonsons2009-10-041-9/+302
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-1/+96
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-0/+1
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-0/+30