X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/f79712a542f0e0ad60ca7f59357570d33dca7b24..92d36306307652f916347656b5c31928db651c45:/index.sgml?ds=inline diff --git a/index.sgml b/index.sgml index 94325393..08826271 100644 --- a/index.sgml +++ b/index.sgml @@ -1,151 +1,449 @@ - -
- - - -
-
- 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 systems. - - -- 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. - - -- The most current version is @VERSION@, dated - @VDATE@. - - -- snapshotted source -- -- CVS sources are checkedout and snapshotted with big updates. These may be found in the /snapshots/ directory. - - -
- % cd /tmp - nightly port -- -- The source 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. - You must have the ports tree installed. - - -
- # pkg_delete 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/25 12:46:27 $
-
- |
-
+
+ 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). + + ++ mdocml consists of the libmdoc, libman, and libroff validating compilers; and mandoc, which interfaces with the compiler libraries to format output for UNIX + terminals, XHTML, HTML, and PostScript. mdocml is a BSD.lv project. + + +
+ Disambiguation: mdocml is often referred to by its installed binary,
+ |
+ ||||||||||||||||
+ + SOURCES ++ ++ mdocml is architecture- and system-neutral, written in plain-old C. 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 ++ ++ Please use the mailing lists for bug-reports, patches, questions, etc. Beyond that, contact + Kristaps at kris...@bsd.lv. + + ++ You may also subscribe to several mailing lists (these require subscription, which is + moderated). + + +
|
+ ||||||||||||||||
+ + NEWS ++
+
+ + 27-07-2010: + version 1.10.5 + ++ Primarily a bug-fix and polish release, but including -Tpdf + support in mandoc by way of Summer of Code. + Highlights: + +
+
+ + 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: + +
+ See cvsweb for + historical notes. + + |
+ ||||||||||||||||
+
+ Copyright © 2008–2010 Kristaps Dzonsons, $Date: 2010/08/19 20:49:34 $
+
+ |
+