=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/Attic/index.sgml 2009/02/25 12:46:27 1.8 +++ mandoc/Attic/index.sgml 2009/02/27 10:55:16 1.9 @@ -24,14 +24,19 @@

- 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 mdocml is a suite of tools compiling “mdoc”, the roff macro + package for 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 systems. + displaying BSD mdoc pages.

+ Why? groff amounts to roughly 5,2 MB of source code (OpenBSD 4.2), some 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 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

  • mdocterm(1) – formats mdoc input for display on the terminal -
  • mdochtml(1) – formats mdoc input as strict HTML (nascent) +
  • mdochtml(1) – formats mdoc input as HTML/CSS (nascent)
  • mdoclint(1) – validates mdoc input
  • mdoctree(1) – prints input abstract syntax tree @@ -79,11 +84,11 @@

    - snapshotted source + Snapshot source

    - CVS sources are checkedout and snapshotted with big updates. These may be found in the /snapshots/ directory.

    @@ -97,7 +102,7 @@

    - nightly port + Snapshot port

    @@ -141,7 +146,7 @@

    - Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/25 12:46:27 $ + Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/27 10:55:16 $