summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) ↵Kristaps Dzonsons2009-10-041-40/+43
| | | | | | (noted by joerg@netbsd.org) Removed superfluous span tags within section/subsection divs (noted by joerg@netbsd.org).
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-033-13/+104
|
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-032-201/+197
| | | | -Tascii `node' and `meta' args in DECL_ARGS renamed to `n' and `m' to be more coherent with -Thtml.
* Lintified (noops).Kristaps Dzonsons2009-10-031-5/+3
|
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-037-122/+120
| | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c.
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-035-26/+89
| | | | | 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-035-83/+171
| | | | | | | 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).
* Compat fix in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-09-281-2/+2
|
* Fix typo in st.in (Alan Bueno, alan.bsd@gmail.com)Kristaps Dzonsons2009-09-271-1/+1
|
* SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does).Kristaps Dzonsons2009-09-261-17/+24
|
* Fixed -Thtml handling of -compact lists.Kristaps Dzonsons2009-09-261-21/+50
| | | | Fixed -Thtml handling of `Bd' prior vspace and embedded macros.
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-262-60/+38
| | | | Fixed effect of embedding macros in `Bd' (was printing all on each line instead of grouping).
* Changed stylesheet used for local documents.VERSION.1.9.6Kristaps Dzonsons2009-09-251-19/+61
|
* Temporarily disabled ChangeLog.html (server's hosed and doesn't have xsltproc).Kristaps Dzonsons2009-09-252-3/+6
|
* Version: 1.9.6.Kristaps Dzonsons2009-09-251-2/+2
|
* Lint check (noop).Kristaps Dzonsons2009-09-252-1/+2
|
* Changed -Thtml document header to be 10/80/10 with no wrapping of the middle.Kristaps Dzonsons2009-09-251-3/+3
|
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-243-16/+128
| | | | | -Thtml behaves like -Tascii for printing. Printing of `Rs' elements cross-checked with new groff.
* Fixed segfault in `Rs' empty block.Kristaps Dzonsons2009-09-242-1/+2
|
* Lint-fixes (noop).Kristaps Dzonsons2009-09-241-2/+2
|
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-245-14/+142
| | | | | `Rs' post-checks that all children are proper bibliographic elements. `Rs' correctly re-orders its children as per groff's output (including %C).
* Proper handling of `Rs' blocks in -Thtml.Kristaps Dzonsons2009-09-242-14/+9
|
* -offset string can now be blank (supplied with 6n as stipulated by ↵Kristaps Dzonsons2009-09-242-13/+54
| | | | mdoc.samples).
* Fix in -Tascii where `Lb' causes line-break in any section (should only ↵Kristaps Dzonsons2009-09-244-17/+38
| | | | | | | happen in LIBRARY). `Fn' first parameter is broken apart into ftype and fname in -Thtml (for correct style application). Fixed \0 special character.
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-243-16/+89
| | | | -Thtml and -Tascii now have equivalent functionality.
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-245-39/+149
| | | | Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section.
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-246-382/+623
| | | | Minor space issues fixed in -Tascii.
* FreeBSD compile fixes (uqs@spoerlein.net).Kristaps Dzonsons2009-09-233-0/+6
|
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-236-128/+185
| | | | Re-added text links to index.sgml (just for show).
* Sync'd currency symbols with newest groff.Kristaps Dzonsons2009-09-232-14/+16
|
* Sync'd special letters and ligatures with newest groff.Kristaps Dzonsons2009-09-233-73/+84
|
* Arrows & brackets sync'd with newest groff.Kristaps Dzonsons2009-09-233-29/+89
|
* Quotes sync'd with newest groff.Kristaps Dzonsons2009-09-233-20/+32
|
* Accent marks sync'd with current groff.Kristaps Dzonsons2009-09-223-31/+39
|
* Many more UTF-8 symbols in place.Kristaps Dzonsons2009-09-223-176/+280
| | | | | | Started partitioning chars.in into sections corresponding to mandoc_char.7. Correctly ordered Greek letters. Sync'd all mathematical and logical symbols with current groff.
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-224-574/+278
| | | | | | Added some more UTF-8 chars. mandoc_char.7 now has all special characters rendered. Fixed column layout in -Thtml.
* Fixed some characters.Kristaps Dzonsons2009-09-222-15/+67
| | | | Initial push of mandoc_char showing the current character rendering (useful for testing, too).
* Many more characters for HMTL (mostly Greek).Kristaps Dzonsons2009-09-223-47/+48
|
* A few more macros in -Thtml.Kristaps Dzonsons2009-09-214-16/+103
|
* Added chars.h to HEADS.VERSION.1.9.5Kristaps Dzonsons2009-09-211-2/+4
|
* Added html.h to headers that should be distributed.Kristaps Dzonsons2009-09-211-2/+3
|
* Wrong stylesheet in xsl.Kristaps Dzonsons2009-09-211-1/+1
|
* Version: 1.9.5.Kristaps Dzonsons2009-09-211-2/+2
|
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-215-1690/+1770
|
* Removed man handling in -Thtml (for now).Kristaps Dzonsons2009-09-212-60/+33
| | | | Added some UTF chars to chars.in.
* Fix height of hard-breaks in -Thtml.Kristaps Dzonsons2009-09-212-4/+10
|
* Consolidation of Pp/sp/br/Lp stuff.Kristaps Dzonsons2009-09-212-48/+41
|
* Fix in outopts processing.Kristaps Dzonsons2009-09-211-1/+1
|
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-216-63/+95
| | | | | | 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
|