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="index.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.txt">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>
136 These manuals are generated automatically (with <a href="mandoc.1.html">mandoc(1)</a> -Thtml) and refer to the
145 <td><a href="mandoc.1.html">mandoc(1)</a> [<a href="mandoc.1.txt">text</a>]</td>
146 <td>format and display UNIX manuals</td>
149 <td><a href="mandoc_char.7.html">mandoc_char(7)</a> [<a href="mandoc_char.7.txt">text</a>]</td>
150 <td>mandoc special characters</td>
153 <td><a href="mdoc.7.html">mdoc(7)</a> [<a href="mdoc.7.txt">text</a>]</td>
154 <td>mdoc language reference</td>
157 <td><a href="man.7.html">man(7)</a> [<a href="man.7.txt">text</a>]</td>
158 <td>man language reference</td>
161 <td><a href="manuals.7.html">manuals(7)</a> [<a href="manuals.7.txt">text</a>]</td>
162 <td>a guide to writing UNIX manuals</td>
165 <td><a href="mdoc.3.html">mdoc(3)</a> [<a href="mdoc.3.txt">text</a>]</td>
166 <td>mdoc macro compiler library</td>
169 <td><a href="man.3.html">man(3)</a> [<a href="man.3.txt">text</a>]</td>
170 <td>man macro compiler library</td>
183 For all issues related to <span class="nm">mdocml</span>, contact Kristaps Džonsons, kris<a
185 href="http://mailhide.recaptcha.net/d?k=01jt88xIsFONwVjHZmGpc4AQ==&c=sb5E6ulipc-eTnpTVqI-BQ=="
186 title="Reveal this e-mail address">...</a>@kth.se.
190 If you want to receive a semi-automated mail-out of new releases, then please write with a message
191 subject of <i>subscribe mdocml</i> (or <i>unsubscribe mdocml</i>).
198 Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/09/25 14:07:51 $