aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed %T: it now correctly underlines, instead of quoting (noted by Jason ↵Kristaps Dzonsons2010-04-081-11/+3
| | | | McIntyre and posted on Ingo Schwarze' mandoc-todo list).
* Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg ↵Kristaps Dzonsons2010-04-071-1/+2
| | | | Sonnenberger).
* Let `Bl' accept arguments on the head line with a warning (these are ignored ↵Kristaps Dzonsons2010-04-061-1/+3
| | | | in the front-end device) (noted by Theo de Raadt).
* `Fl' now correctly suppresses the trailing space if followed by macros on ↵Kristaps Dzonsons2010-04-061-3/+3
| | | | the same line.
* Fix in `Mt' mailto from a patch by Tim van der Molen.Kristaps Dzonsons2010-04-051-37/+42
| | | | | Fixed PAIR_xxx_INIT macros -- this are to be unified. Have `Vt', `Fn', `Ft', and `Fo' print whitespace afterward, instead of before.
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no ↵Kristaps Dzonsons2010-04-031-1/+4
| | | | arguments (emits warning of course).
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening ↵Kristaps Dzonsons2010-03-291-2/+2
| | | | | | | | | | | and closing macro punctuation). Modify blk_part_exp() to correctly handle leading punctuation before HEAD. Significantly clean up and document blk_part_exp(). Modify blk_part_imp() for to correctly handle leading punctuation before HEAD. Significantly clean up and document blk_part_imp(). Integrate Ingo Schwarze's patch for args() (using new mdoc_iscdelim() format). Documented bad `Ec' handling for later work in mdoc_term.c/mdoc_html.c.
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg ↵Kristaps Dzonsons2010-01-301-3/+6
| | | | Sonnenberger.
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-2/+2
| | | | Added -Txhtml for XHTML output (minimal increase to programme logic). Because groff has it and it bothers me that we don't.
* Big check-in of compatibility layer. This should work on most major ↵Kristaps Dzonsons2010-01-011-7/+9
| | | | architectures. Thanks to Joerg Sonnenberger.
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-011-17/+5
| | | | Backed out stipulation that `Fl ""' is ignored: this is not the case in !OpenBSD groffs.
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-4/+25
| | | | | Situation of `Fl [arg]* "" [arg]*' is fixed: empty arguments are ignored. Note that OpenBSD crashes when this happens. Situation of `Fl' is fixed wrt trailing whitespace.
* Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, ↵Kristaps Dzonsons2009-12-021-3/+3
| | | | discovered again).
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-4/+2
|
* Removed superfluous HTML_NEWLINE.Kristaps Dzonsons2009-11-141-7/+6
|
* Fixed -Thtml printing of -ohang lists (-mdoc).Kristaps Dzonsons2009-10-311-3/+6
| | | | Fixed validation of -ohang lists as having no widths.
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-311-2/+2
| | | | Noted inclusion into DragonFly BSD (thanks Sascha Wildner).
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+2
|
* More lint fixes.Kristaps Dzonsons2009-10-301-4/+5
| | | | 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-10/+11
| | | | | | | | -mdoc). Made html_idcat be completely correct (messy standard) (-Thtml). Fixed warnings about -ohang and -item lists (-Thtml, -mdoc). Fixed typo in index.sgml.
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-281-14/+16
| | | | Added html_id[cat,cpy] for transforming id's into well-formed attribute strings (no %s, etc.).
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-5/+10
|
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-7/+7
| | | | | Fixed "-o" residue. Added "-O" to usage() (-o didn't appear there either).
* Full `%U' support.Kristaps Dzonsons2009-10-261-18/+28
| | | | | | | `Lk' display fixed. Renamed arg2xxxx as a2xxxx for consistency. Renamed print_foot to print_man_foot for consistency. Removed default printing of `~' when `Lk' not provided (not sure where I got that from).
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+4
|
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ↵Kristaps Dzonsons2009-10-221-8/+4
| | | | Noted by Ulrich Sporlein.
* More updates to mdoc.7.Kristaps Dzonsons2009-10-201-6/+8
|
* Continued work on mdoc.7.Kristaps Dzonsons2009-10-191-1/+3
| | | | Noted buffer overwrite bug in -Thtml -mdoc (will fix later).
* Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't ↵Kristaps Dzonsons2009-10-191-1/+3
| | | | | | specified. Many more cleanups to mdoc.7 (ongoing completion and documentation of all macros).
* Made sure devices and formats recognise that -man and -mdoc have different ↵Kristaps Dzonsons2009-10-181-6/+6
| | | | 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.
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-181-1/+5
|
* Added support for `Bd -centered', which appears in newer groffs (not yet ↵Kristaps Dzonsons2009-10-151-1/+5
| | | | implemented in centre-capable front-ends, i.e., -Thtml).
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-1/+2
| | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c.
* `Cd' in -Thtml -mdoc correctly breaks lines.Kristaps Dzonsons2009-10-101-1/+2
|
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-11/+11
| | | | Added many -man -Thtml functions (almost complete).
* Lint-ified.Kristaps Dzonsons2009-10-071-2/+3
|
* Lint-ified.Kristaps Dzonsons2009-10-071-16/+18
|
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling ↵Kristaps Dzonsons2009-10-071-15/+45
| | | | | | | (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-450/+391
| | | | 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-1/+5
| | | | IP, as HTML doesn't "do" this construction without fixed page widths).
* Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) ↵Kristaps Dzonsons2009-10-041-41/+44
| | | | | | (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-031-12/+7
|
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-031-14/+19
| | | | -Tascii `node' and `meta' args in DECL_ARGS renamed to `n' and `m' to be more coherent with -Thtml.
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-108/+3
| | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c.
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-22/+63
| | | | | 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-68/+142
| | | | | | | 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).
* SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does).Kristaps Dzonsons2009-09-261-18/+25
|
* Fixed -Thtml handling of -compact lists.Kristaps Dzonsons2009-09-261-22/+51
| | | | Fixed -Thtml handling of `Bd' prior vspace and embedded macros.
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-261-2/+2
| | | | Fixed effect of embedding macros in `Bd' (was printing all on each line instead of grouping).
* Lint check (noop).Kristaps Dzonsons2009-09-251-2/+2
|