1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <meta name="resource-type" content="document">
6 <link rel="stylesheet" href="style.css" type="text/css" media="all">
7 <title>mdocml.bsd.lv</title>
16 <b>mdocml</b> – mdoc macro compiler
27 <span class="nm">mdocml</span> is a suite of tools compiling “-mdoc”, the roff macro package
28 of choice for BSD manual pages, and “-man”, the predominant historical package for UNIX
29 manuals. The mission of <span class="nm">mdocml</span> is to deprecate <a
30 href="http://www.gnu.org/software/groff/" class="external">groff</a>, the GNU roff implementation, for
31 displaying -mdoc pages whilst providing token support for -man.
35 Why? groff amounts to over 5 MB of source code, most of which is C++ and all of which is GPL. It runs
36 slowly, produces uncertain output, and varies in operation from system to system. mdocml strives to fix
37 this (respectively small, C, ISC-licensed, fast and regular).
41 The core of <span class="nm">mdocml</span> is composed of the <i>libmdoc</i> and <i>libman</i>
42 validating compiler libraries. Both are simple, fast libraries operating on memory buffers, so they may
43 be used for a variety of front-ends (terminal-based, CGI and so on). The primary front-end is <i>
44 mandoc</i>, which formats manuals for display on the terminal.
55 Sources correctly build and install on FreeBSD, OpenBSD, NetBSD and Linux operating systems, tested
56 variously on i386, AMD64, alpha, and others. The most current version is <span
57 class="attn">@VERSION@</span>, dated <span class="attn">@VDATE@</span>. A full <a
58 href="ChangeLog.html">ChangeLog</a> is written with each release.
70 <td>Source archive</td>
72 <a href="/snapshots/mdocml.tar.gz">/snapshots/mdocml.tar.gz</a>
73 (<a href="/snapshots/mdocml.md5">md5</a>)
90 <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/mdocml/"
91 class="external">ports/textproc/mdocml</a>
97 <a href="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/textproc/mdocml/"
98 class="external">pkgsrc/textproc/mdocml</a>
104 <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mandoc/"
105 class="external">src/usr.bin/mandoc</a>
120 <td>Source archive</td>
122 <a href="/snapshots/">/snapshots/</a>
126 <td>FreeBSD port</td>
128 <a href="/ports-freebsd/">/ports-freebsd/</a>
132 <td>NetBSD pkgsrc</td>
134 <a href="/ports-netbsd/">/ports-netbsd/</a>
138 <td>OpenBSD port</td>
140 <a href="/ports-openbsd/">/ports-openbsd/</a>
154 These manuals are generated automatically (with <a href="mandoc.1.txt">mandoc(1)</a>) and refer to the
163 <td><a href="mandoc.1.txt">mandoc(1)</a></td>
164 <td>format and display UNIX manuals</td>
167 <td><a href="mandoc_char.7.txt">mandoc_char(7)</a></td>
168 <td>mandoc special characters</td>
171 <td><a href="mdoc.7.txt">mdoc(7)</a></td>
172 <td>mdoc language reference</td>
175 <td><a href="man.7.txt">man(7)</a></td>
176 <td>man language reference</td>
179 <td><a href="manuals.7.txt">manuals(7)</a></td>
180 <td>a guide to writing UNIX manuals</td>
183 <td><a href="mdoc.3.txt">mdoc(3)</a></td>
184 <td>mdoc macro compiler library</td>
187 <td><a href="man.3.txt">man(3)</a></td>
188 <td>man macro compiler library</td>
201 For all issues related to <span class="nm">mdocml</span>, contact Kristaps Džonsons, kris<a
203 href="http://mailhide.recaptcha.net/d?k=01jt88xIsFONwVjHZmGpc4AQ==&c=sb5E6ulipc-eTnpTVqI-BQ=="
204 title="Reveal this e-mail address">...</a>@kth.se.
208 If you want to receive a semi-automated mail-out of new releases, then please write with a message
209 subject of <i>subscribe mdocml</i> (or <i>unsubscribe mdocml</i>).
216 Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/07/17 13:23:26 $