summaryrefslogtreecommitdiffstatshomepage
path: root/html.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-211-10/+17
| | | | | | 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-1/+2
|
* Lint pass (OpenBSD-alpha). Noops.Kristaps Dzonsons2009-09-211-5/+3
|
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-15/+121
| | | | | 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-2/+2
|
* Tentative addition of front-end utility functions (out.h) (not sure if it's ↵Kristaps Dzonsons2009-09-211-235/+397
| | | | | | necessary). More -Thtml installments.
* Using inline-blocks for header and footer (works much better).Kristaps Dzonsons2009-09-201-58/+42
|
* Headers and footers in -Thtml. Various minor additions.Kristaps Dzonsons2009-09-201-19/+251
|
* Bl -column in place for -Thtml.Kristaps Dzonsons2009-09-201-4/+26
|
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for ↵Kristaps Dzonsons2009-09-201-182/+202
| | | | -hang, now) and -column is still pending.
* Fixed memory leak on close.Kristaps Dzonsons2009-09-201-1/+4
|
* Considerable, wide-ranging improvements to the -Thtml output mode (most ↵Kristaps Dzonsons2009-09-201-102/+166
| | | | especially proper tagging and using `em' instead of `px').
* Consider html fixes, most importantly -tag and -hang (breaks in IE6, ↵Kristaps Dzonsons2009-09-171-91/+439
| | | | apparently).
* Hang lists in html (the hard one first).Kristaps Dzonsons2009-09-171-14/+296
|
* More html.Kristaps Dzonsons2009-09-171-20/+152
| | | | Initial html encodings in chars.in.
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-4/+30
| | | | More html work.
* More updates to html.c.Kristaps Dzonsons2009-09-161-150/+299
| | | | 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-1/+5
|
* Prettier HTML.Kristaps Dzonsons2008-12-101-4/+17
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-100/+84
|
* Sx to Sh anchors work.Kristaps Dzonsons2008-12-101-2/+30
|
* Linted on NetBSD side.Kristaps Dzonsons2008-12-101-1/+3
|
* Versioning up.Kristaps Dzonsons2008-12-101-15/+121
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-4/+12
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-2/+5
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-112/+135
|
* *** empty log message ***Kristaps Dzonsons2008-12-091-37/+74
|
* Considerable clean-ups.Kristaps Dzonsons2008-12-091-36/+70
|
* *** empty log message ***Kristaps Dzonsons2008-12-081-12/+5
|
* Added warnings for using macros in the wrong sections.Kristaps Dzonsons2008-12-081-4/+4
|
* *** empty log message ***Kristaps Dzonsons2008-12-071-5/+82
|
* .St macros in place.Kristaps Dzonsons2008-12-061-1/+10
|
* *** empty log message ***Kristaps Dzonsons2008-12-061-15/+44
|
* *** empty log message ***Kristaps Dzonsons2008-12-051-11/+11
|
* Nm works properly, many other changes, etc.Kristaps Dzonsons2008-12-051-22/+268
|
* *** empty log message ***Kristaps Dzonsons2008-12-051-53/+48
|
* *** empty log message ***Kristaps Dzonsons2008-12-051-10/+49
|
* *** empty log message ***Kristaps Dzonsons2008-12-051-154/+147
|
* *** empty log message ***Kristaps Dzonsons2008-12-041-1/+13
|
* Character-encoding tests.Kristaps Dzonsons2008-12-041-2/+2
|
* More html-css.Kristaps Dzonsons2008-12-041-73/+130
|
* Initial html outputs working.Kristaps Dzonsons2008-12-031-17/+165
|
* Major update.Kristaps Dzonsons2008-12-031-6/+200
|
* Abstract ml/mlg/html/xml.Kristaps Dzonsons2008-12-031-0/+51