X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/63aa9d77e4526a51fbef92b2bfebf5d640087f56..b088e954af8efacd0953fb5fb903d2e434649ebf:/index.sgml diff --git a/index.sgml b/index.sgml index a9d26019..32494e44 100644 --- a/index.sgml +++ b/index.sgml @@ -1,154 +1,441 @@ - -
- - - -
-
- mdocml – mdoc macro compiler
-
- |
-
- - DESCRIPTION -- -- mdocml is a suite of tools that compile “mdoc”, the roff macro - package of the BSD manual pages. The mission of mdocml is to deprecate groff, the GNU roff implementation, for - displaying BSD mdoc pages. groff amounts to over 60 000 lines of GPL C++ source, which is a - considerable encumbrance to BSD operating system. - - -- The core of mdocml is the libmdoc library, a validating scanner-parser producing - intermediate-form output from mdoc input. libmdoc is a simple, fast library operating on memory buffers - of mdoc input. Its intermediate output, an abstract syntax tree, is fully documented in the mdoc(3) reference manual. - - -- There are three utilities implementing mdoc(3): - - -
- The mdocterm(1) utility is intended to deprecate usage of groff for displaying BSD manuals to the - terminal, either directly or cached as a “catman” page. - - -- Please submit patches! Although a significant implementation exists, work - remains for the backend library and especially the front-end utilities. See the contact information below to submit patches and bug reports. - - |
-
- - INSTALLING SOURCES -- -- Sources correctly build and install on OpenBSD, NetBSD and Linux operating systems, tested variously on - i386, AMD64 and Alpha. - - -- nightly source -- -- CVS sources are checkedout and snapshotted nightly. These may be found in the /snapshots/ directory. - - -
- % cd /tmp - nightly port -- -- The nightly snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not - yet available). These may be found in the /ports-openbsd/ directory. - - -- If installing for the first time (you must have the ports tree installed): - - -
- % cd /usr/ports/devel/ - Subsequent installations: - - -- % sudo pkg_add -r mdocml - - |
-
- - CONTACT -- -- Please contact Kristaps, kris...@kth.se, with questions, bug reports, patches, and so on. - - -- If you'd like to submit patches, please contact us beforehand in case larger changes are pending but not - checked in. If making a bug report, please make sure it's repeatable on the most current snapshot. - - |
-
-
- Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/23 16:01:33 $
-
- |
-
+
+ mdocml – mdoc macro compiler
+
+
+ |
+ ||||||||||||||||
+ + DESCRIPTION ++ +
+ 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, libman, and libroff validating compiler libraries. All + 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 front-end is mandoc, which formats + manuals for display. + + ++ The mdocml suite is a BSD.lv + Project member. + + |
+ ||||||||||||||||
+ + SOURCES ++ ++ Sources correctly build and install on DragonFly BSD, FreeBSD, OpenBSD, NetBSD, GNU/Linux, and many + other 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 and refer to the current snapshot. + + +
+ See |
+ ||||||||||||||||
+ + CONTACT ++ ++ For all issues related to mdocml, contact Kristaps Dzonsons, kris...@bsd.lv. + + ++ You may also subscribe to several mailing lists (these require subscription, which is moderated). An + archive is not yet available on-line, although you may request one once subscribed. + + +
|
+ ||||||||||||||||
+ + NEWS ++
+
+ + 12-07-2010: + version 1.10.4 + ++ Lots of features developed during both Summer of Code and the + OpenBSD c2k10 hackathon: + + +
+
+ + 19-06-2010: + version 1.10.2 + ++ Small release featuring text-decoration in -Tps output, a few + minor relaxations of errors, and some optimisations. + +
+
+ + 07-06-2010: + version 1.10.1 + +
+ This primarily focusses on the
+
+ + 29-05-2010: + version 1.10.0 + ++ Release consisting of the results from the m2k10 hackathon and up-merge from OpenBSD. + This requires a significant note of thanks to Ingo Schwarze (OpenBSD) and Joerg + Sonnenberger (NetBSD) for their hard work, and again to Joerg for hosting m2k10. + Highlights (mostly cribbed from Ingo's m2k10 report) follow in no particular order: + +
+
+ + 13-05-2010: + version 1.9.25 + +
+ Fixed handling of
+
+ + 09-05-2010: + version 1.9.24 + +
+ Rolled back break-at-hyphen. -DUGLY is now the
+ default (no feature splits!). Free-form text is not de-chunked any more: lines
+ are passed whole-sale into the front-end, including whitespace. Added mailing
+ lists. Lastly, mdocml is the focus of two Google Summer of Code
+ projects this year: + See cvsweb for + historical notes. + + |
+ ||||||||||||||||
+
+ Copyright © 2008–2010 Kristaps Dzonsons, $Date: 2010/07/11 23:07:47 $
+
+ |
+