X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/23c2f10aeb41ed048e0c9ad77efae70cd3089ec7..e6f3a812b7e2531d4862d94e46075d927ff2558a:/index.sgml diff --git a/index.sgml b/index.sgml index a91f2ca1..9800343e 100644 --- a/index.sgml +++ b/index.sgml @@ -1,205 +1,295 @@ - -
- - - -
-
- mdocml – mdoc macro compiler
-
- |
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-
+
+
+
+
+
+ |
+
+
+ mdocml – mdoc macro compiler
+
+ |
+ ||||||||||||||||||||||
+ DESCRIPTION -+ -- mdocml is a suite of tools compiling “-mdoc”, the roff macro package - of choice for BSD manual pages, and “-man”, the predominant historical package for UNIX - manuals. The mission of mdocml is to deprecate groff, the GNU roff implementation, for +
+ mdocml is a suite of tools compiling + Why? groff amounts to over 5 MB of source code, most of which is C++ and all of which is GPL. It runs slowly, produces uncertain output, and varies in operation from system to system. mdocml strives to fix this (respectively small, C, ISC-licensed, fast and regular). - + -- The core of mdocml is composed of the libmdoc and libman + + The core of mdocml is composed of the libmdoc and libman validating compiler libraries. Both are simple, fast libraries operating on memory buffers, so they may be used for a variety of front-ends (terminal-based, CGI and so on). The primary front-end is mandoc, which formats manuals for display on the terminal. - - |
- ||||||||||||||||||||||
- - DOWNLOADS -- -- Sources correctly build and install on FreeBSD, OpenBSD, NetBSD and Linux operating systems, tested - variously on i386, AMD64, alpha, and others. The most current version is @VERSION@, dated @VDATE@. A full ChangeLog is written with each release. - - -+ + ++ The mdocml utility is a BSD.lv + Project member. + + |
+ ||||||||||||||||||||||
+ + SOURCES ++ ++ Sources correctly build and install on DragonFly BSD, FreeBSD, OpenBSD, NetBSD, and GNU/Linux operating + systems, tested variously on i386, AMD64, alpha, and others. The most current version is @VERSION@, dated @VDATE@. A full ChangeLog (txt) is written with each release. + + +Current -- -
++ +
Downstream -- -
++ +
Historical -- -
|
- ||||||||||||||||||||||
- + + +
|
+ ||||||||||||||||||||||
+ DOCUMENTATION -- -- These manuals are generated automatically (with mandoc(1) -Thtml) and refer to the - current snapshot. - - -
|
- ||||||||||||||||||||||
- ++ ++ These manuals are generated automatically and refer to the current snapshot. + + +
|
+ ||||||||||||||||||||||
+ CONTACT -+ -- For all issues related to mdocml, contact Kristaps Džonsons, kris...@kth.se. - ++ For all issues related to mdocml, contact Kristaps Dzonsons, kris...@bsd.lv. + -+ If you want to receive a semi-automated mail-out of new releases, then please write with a message - subject of subscribe mdocml (or unsubscribe mdocml). - - |
- ||||||||||||||||||||||
-
- Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/09/25 14:07:51 $
-
- |
-
31-03-2010 | +
+ Version 1.9.22: adjusted merge of the significant work
+ by Ingo Schwarze in getting Xoblocks (block full implicit, e.g., + Itfor non-columnar lists) to work properly. This isn't enabled by + default: you must specify -DUGLY as a compiler flag + (see the Makefile for details). + |
+
30-03-2010 | +
+ Version 1.9.20: more efforts to get roff instructions
+ in -man documents under control. Note that roff instructions embedded in
+ line-scoped, next-line macros (e.g. B) are not supported. Leading + punctuation for -mdoc macros, such as Fl ( ( a, are now correctly + handled. + |
+
27-03-2010 | +
+ Version 1.9.18: many fixes (largely pertaining to
+ scope) and improvements (e.g., handling of apostrophe-control macros, which
+ fixes the strange BRseen in some macro output) to handling roff + instructions in -man documents. + |
+
25-03-2010 | +
+ Version 1.9.17 highlights: accept perlpod standard preamble.
+ Also accept (and discard) de, dei, am, ami, and + igroff macro blocks. + |
+
22-03-2010 | +
+ Version 1.9.16 highlights: inspired by patches and bug
+ reports by Ingo Schwarze, allowed -man to accept
+ non-printing elements to be nested within next-line scopes, such as br+ within Bor TH, which is valid roff. Longsoon architecture also + noted and Makefile cleaned up. + |
+
18-02-2010 | +
+ Moved to our new BSD.lv home.
+ Version 1.9.15 highlights: XHTML is now an acceptable
+ output mode for mandoc(1); Xrmade more + compatible with groff; Vtfixed when invoked in SYNOPSIS; \\+ escape removed; end-of-line white-space detected for all lines; subtle bug + fixed in list display for some modes; compatibility layer checked in for + compilation in diverse UNIX systems; and column lengths handled correctly. + |
+