summaryrefslogtreecommitdiffstats
path: root/html.c
Commit message (Collapse)AuthorAgeFilesLines
* More updates to mdoc.7.Kristaps Dzonsons2009-10-201-0/+1
|
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-0/+1
| | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c.
* Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).Kristaps Dzonsons2009-10-131-4/+8
|
* Scaling factor made floating point (as per groff.7) and, e.g., ↵Kristaps Dzonsons2009-10-091-2/+6
| | | | gnu/usr.bin/cvs/man/cvs.1.
* Fixed side-effect of linting (oops).Kristaps Dzonsons2009-10-071-4/+5
|
* Lint-ified.Kristaps Dzonsons2009-10-071-2/+4
|
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling ↵Kristaps Dzonsons2009-10-071-2/+9
| | | | | | | (better more than less). Fixed -column widths for -Thtml -mdoc. Fixed left-hand margin padding for -Thtml -mdoc.
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-071-2/+54
| | | | Fitted both -Thtml with handling of arbitrary vertical and horizontal scaling units (see groff(7)). Undocumented until fitted into -Tascii (next release).
* Example style-sheet reflecting modified section/subsection style tags.Kristaps Dzonsons2009-10-041-0/+1
| | | | Added ATTR_ID and so forth to attrs.
* Lintified (noops).Kristaps Dzonsons2009-10-031-5/+3
|
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-2/+95
| | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c.
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-3/+6
| | | | | The `In' handler now decorates with a hyperlink. If no -oman= or -oincludes= is stipulated, no link is printed (but the text is still style-decorated).
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-9/+8
| | | | | | | 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).
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-1/+2
| | | | Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section.
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-211-1683/+7
|
* Removed man handling in -Thtml (for now).Kristaps Dzonsons2009-09-211-40/+13
| | | | Added some UTF chars to chars.in.
* Fix height of hard-breaks in -Thtml.Kristaps Dzonsons2009-09-211-3/+9
|
* Consolidation of Pp/sp/br/Lp stuff.Kristaps Dzonsons2009-09-211-19/+28
|
* Fix in outopts processing.Kristaps Dzonsons2009-09-211-1/+1
|
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-211-9/+16
| | | | | | Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage.
* getsubopt() is in unistd.h, not stdlib.h (error in xBSD manuals).Kristaps Dzonsons2009-09-211-0/+1
|
* Lint pass (OpenBSD-alpha). Noops.Kristaps Dzonsons2009-09-211-4/+2
|
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-14/+120
| | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices.
* Added example stylesheet.Kristaps Dzonsons2009-09-211-1/+1
|
* Tentative addition of front-end utility functions (out.h) (not sure if it's ↵Kristaps Dzonsons2009-09-211-234/+396
| | | | | | necessary). More -Thtml installments.
* Using inline-blocks for header and footer (works much better).Kristaps Dzonsons2009-09-201-57/+41
|
* Headers and footers in -Thtml. Various minor additions.Kristaps Dzonsons2009-09-201-18/+250
|
* Bl -column in place for -Thtml.Kristaps Dzonsons2009-09-201-3/+25
|
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for ↵Kristaps Dzonsons2009-09-201-181/+201
| | | | -hang, now) and -column is still pending.
* Fixed memory leak on close.Kristaps Dzonsons2009-09-201-0/+3
|
* Considerable, wide-ranging improvements to the -Thtml output mode (most ↵Kristaps Dzonsons2009-09-201-101/+165
| | | | especially proper tagging and using `em' instead of `px').
* Consider html fixes, most importantly -tag and -hang (breaks in IE6, ↵Kristaps Dzonsons2009-09-171-90/+438
| | | | apparently).
* Hang lists in html (the hard one first).Kristaps Dzonsons2009-09-171-13/+295
|
* More html.Kristaps Dzonsons2009-09-171-19/+151
| | | | Initial html encodings in chars.in.
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-3/+29
| | | | More html work.
* More updates to html.c.Kristaps Dzonsons2009-09-161-149/+298
| | | | Secretly enabled -Thtml in main.c (obviously not yet documented).
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-0/+638
| | | | Put err() functions back into front-ends (no use making it needlessly complex).
* Purged all old files in favour of new design. Selective reintegration.Kristaps Dzonsons2008-12-151-1085/+0
|
* *** empty log message ***Kristaps Dzonsons2008-12-121-0/+4
|
* Prettier HTML.Kristaps Dzonsons2008-12-101-3/+16
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-99/+83
|
* Sx to Sh anchors work.Kristaps Dzonsons2008-12-101-1/+29
|
* Linted on NetBSD side.Kristaps Dzonsons2008-12-101-0/+2
|
* Versioning up.Kristaps Dzonsons2008-12-101-14/+120
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-3/+11
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-1/+4
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-111/+134
|
* *** empty log message ***Kristaps Dzonsons2008-12-091-36/+73
|
* Considerable clean-ups.Kristaps Dzonsons2008-12-091-35/+69
|
* *** empty log message ***Kristaps Dzonsons2008-12-081-11/+4
|