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>
10 <table class="frame" summary="[frame]">
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 DragonFly BSD, FreeBSD, OpenBSD, NetBSD, and GNU/Linux operating
56 systems, tested 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> (<a href="ChangeLog.txt">txt</a>) is written with each release.
65 <table width="100%" summary="Current Sources">
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>)
77 <td>Online source</td>
79 <a class="external" href="http://bsd.lv/cgi-bin/cvsweb.cgi/?cvsroot=mdocml">cvsweb</a>
89 <table width="100%" summary="Downstream Sources">
94 <td>DragonFly BSD</td>
96 <a href="http://gitweb.dragonflybsd.org/dragonfly.git/tree/HEAD:/usr.bin/mandoc"
97 class="external">usr.bin/mandoc</a>
103 <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/mdocml/"
104 class="external">ports/textproc/mdocml</a>
110 <a href="http://cvsweb.netbsd.org/bsdweb.cgi/src/external/bsd/mdocml/"
111 class="external">src/external/bsd/mdocml</a>
117 <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mandoc/"
118 class="external">src/usr.bin/mandoc</a>
128 <table width="100%" summary="Archived Sources">
133 <td>Source archive</td>
135 <a href="/snapshots/">/snapshots/</a>
149 These manuals are generated automatically and refer to the current snapshot.
152 <table width="100%" summary="Documentation">
157 <td><a href="mandoc.1.html">mandoc(1)</a> (<a href="mandoc.1.txt">text</a>)</td>
158 <td>format and display UNIX manuals</td>
161 <td><a href="mandoc_char.7.html">mandoc_char(7)</a> (<a href="mandoc_char.7.txt">text</a>)</td>
162 <td>mandoc special characters</td>
165 <td><a href="mdoc.7.html">mdoc(7)</a> (<a href="mdoc.7.txt">text</a>)</td>
166 <td>mdoc language reference</td>
169 <td><a href="man.7.html">man(7)</a> (<a href="man.7.txt">text</a>)</td>
170 <td>man language reference</td>
173 <td><a href="manuals.7.html">manuals(7)</a> (<a href="manuals.7.txt">text</a>)</td>
174 <td>a guide to writing UNIX manuals</td>
177 <td><a href="mdoc.3.html">mdoc(3)</a> (<a href="mdoc.3.txt">text</a>)</td>
178 <td>mdoc macro compiler library</td>
181 <td><a href="man.3.html">man(3)</a> (<a href="man.3.txt">text</a>)</td>
182 <td>man macro compiler library</td>
195 For all issues related to <span class="nm">mdocml</span>, contact Kristaps Džonsons, kris<a
197 href="http://mailhide.recaptcha.net/d?k=01jt88xIsFONwVjHZmGpc4AQ==&c=sb5E6ulipc-eTnpTVqI-BQ=="
198 title="Reveal this e-mail address">...</a>@kth.se.
202 If you want to receive a semi-automated mail-out of new releases, then please write with a message
203 subject of <i>subscribe mdocml</i> (or <i>unsubscribe mdocml</i>).
210 Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/10/31 08:37:26 $