summaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial check-in of -man -Thtml \f support (needs testing).Kristaps Dzonsons2009-11-141-4/+6
|
* Fixed \c handling in -Thtml.Kristaps Dzonsons2009-11-141-5/+2
|
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-1/+4
|
* More lint fixes.Kristaps Dzonsons2009-10-301-2/+1
| | | | Removed err.h from inclusions (less main.c--still in progress).
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, ↵Kristaps Dzonsons2009-10-281-1/+4
| | | | | | | | -mdoc). Made html_idcat be completely correct (messy standard) (-Thtml). Fixed warnings about -ohang and -item lists (-Thtml, -mdoc). Fixed typo in index.sgml.
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-5/+9
|
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-3/+2
| | | | | Fixed "-o" residue. Added "-O" to usage() (-o didn't appear there either).
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-1/+3
|
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ↵Kristaps Dzonsons2009-10-221-7/+3
| | | | Noted by Ulrich Sporlein.
* Made sure devices and formats recognise that -man and -mdoc have different ↵Kristaps Dzonsons2009-10-181-7/+5
| | | | syntax for scaling widths: -mdoc assumes no unit means that the value is a string literal while -man instead uses the default vertical/horizontal scale.
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-1/+2
| | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c.
* RS tags implemented for -Tman -Thtml.Kristaps Dzonsons2009-10-091-2/+34
|
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-15/+129
| | | | Added many -man -Thtml functions (almost complete).
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-145/+138
| | | | Fitted both -Thtml with handling of arbitrary vertical and horizontal scaling units (see groff(7)). Undocumented until fitted into -Tascii (next release).
* Structural components of -man -Thtml in place (note that HP is the same as ↵Kristaps Dzonsons2009-10-041-21/+78
| | | | IP, as HTML doesn't "do" this construction without fixed page widths).
* Initial IP implementation in -Thtml -man.Kristaps Dzonsons2009-10-041-6/+93
|
* SS, SH, PP, P, LP, br, sp tags in -man -Thtml.Kristaps Dzonsons2009-10-041-10/+303
|
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-2/+97
|
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-1/+2
| | | | | | | buffmt() can be called in sequence. Noted BUFSIZ-sized buffer in CAVEATS (attribute length for link formats). Added -oman=FMT -Thtml option for `Xr' manual links. Removed -obase=URI -Thtml option (obsolete).
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-0/+30