Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that `Ql' literalises its arguments in -T[x]html. Found when | Kristaps Dzonsons | 2011-08-26 | 1 | -1/+1 |
| | | | | doing manpages.bsd.lv stuff. | ||||
* | Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5ex | Kristaps Dzonsons | 2011-08-18 | 1 | -1/+1 |
| | | | | | | | | | margin. This is dubious: the HTML4 spec specifically says that BLOCKQUOTE shouldn't be abused for indentation, which is exactly what we do. However, `D1' needs indentation and it's the only way to force text browsers to do so. Alternatives? Also remove the unused HALFINDENT defines while here. | ||||
* | Have `Li' be correctly monospaced in -T[x]html. Also make sure that | Kristaps Dzonsons | 2011-08-18 | 1 | -2/+2 |
| | | | | | `Li' prints as a CODE tag and the style-sheet has the `lit' class apply to multiple tag types. | ||||
* | Make www style.css link up to example.style.css much nicer. | Kristaps Dzonsons | 2011-05-14 | 1 | -39/+32 |
| | |||||
* | EQN blocks are now printed in all modes. This is simply a printing of | Kristaps Dzonsons | 2011-02-09 | 1 | -6/+11 |
| | | | | the concatenated string (in -T[x]html, it gets a SPAN, too). | ||||
* | Whack superfluous font-family in mdocml's www style.css. Noted by | Kristaps Dzonsons | 2010-12-24 | 1 | -2/+1 |
| | | | | Anthony J. Bentley. Thanks! | ||||
* | Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump | Kristaps Dzonsons | 2010-12-24 | 1 | -1/+1 |
| | | | | version date for release. | ||||
* | Build xhtml files for www site exemplaria. | Kristaps Dzonsons | 2010-12-22 | 1 | -0/+2 |
| | |||||
* | Fix list-type being clobbered by margins. Last default styles in place. | Kristaps Dzonsons | 2010-12-20 | 1 | -19/+19 |
| | | | | | Added `Sx' to be default-italic (as in OpenBSD's cvsweb). Added `diag' formatting, which had been lost. | ||||
* | Tweak default styles. | Kristaps Dzonsons | 2010-12-17 | 1 | -4/+4 |
| | |||||
* | Merged example.style.css into style.css. Adding version stuff. | Kristaps Dzonsons | 2010-12-17 | 1 | -50/+118 |
| | |||||
* | Prettyfied the stylesheet for mdocml.bsd.lv's online manuals. | Kristaps Dzonsons | 2010-04-06 | 1 | -8/+17 |
| | |||||
* | Fixed `Bf Li' default style (monospace). | Kristaps Dzonsons | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling ↵ | Kristaps Dzonsons | 2009-10-07 | 1 | -4/+4 |
| | | | | | | | (better more than less). Fixed -column widths for -Thtml -mdoc. Fixed left-hand margin padding for -Thtml -mdoc. | ||||
* | Changed stylesheet used for local documents.VERSION.1.9.6 | Kristaps Dzonsons | 2009-09-25 | 1 | -19/+61 |
| | |||||
* | Many more macros added to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -0/+5 |
| | | | | Minor space issues fixed in -Tascii. | ||||
* | A few more macros in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | Fixed body/divbody structure of html pages. | Kristaps Dzonsons | 2009-09-21 | 1 | -39/+20 |
| | | | | | | Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage. | ||||
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 1 | -43/+39 |
| | | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices. | ||||
* | Proper html showing of ChangeLog. | Kristaps Dzonsons | 2009-07-16 | 1 | -0/+8 |
| | |||||
* | Minor www fixes. | Kristaps Dzonsons | 2009-07-04 | 1 | -28/+6 |
| | |||||
* | Updating web-page to be a bit more compact. | Kristaps Dzonsons | 2009-06-25 | 1 | -0/+1 |
| | |||||
* | man(3) doesn't use err.h anymore. | Kristaps Dzonsons | 2009-04-05 | 1 | -1/+2 |
| | | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man. | ||||
* | Fixing web-site (had old references). | Kristaps Dzonsons | 2009-03-24 | 1 | -0/+4 |
| | |||||
* | Adding revamped webpage. | Kristaps Dzonsons | 2009-02-23 | 1 | -0/+52 |