[BACK]Return to index.xml CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / docbook2mdoc

File: [cvsweb.bsd.lv] / docbook2mdoc / Attic / index.xml (download)

Revision 1.3, Sat Mar 29 22:48:32 2014 UTC (10 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_4
Changes since 1.2: +10 -1 lines

Notes for new version.

<!DOCTYPE html>
<html>
	<head>
		<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
		<meta charset='utf-8' /> 
		<title>docbook2mdoc | Convert DocBook refentry to mdoc</title>
		<style>
			html, body { margin: 0; padding: 0; }
			header { margin-top: 1em; }
			header span.nm { font-size: 16pt; }
			header span.nd { font-size: 14pt; }
			article span.nm, article a.nm { font-style: italic; }
			header, article, footer { width: 80%; margin-left: auto; margin-right: auto; }
			body { color: #333; font-family: Times,serif; line-height: 120%; }
			nav { color: #666; margin-top: 0.5ex; }
			nav span { border-left: thin solid silver; margin-left: 0.25ex; padding-left: 0.5ex; }
			nav span:first-child { border: 0; padding: 0; margin: 0; }
			a { text-decoration: none; }
			footer { margin-top: 1em; font-size: smaller; color: #666; }
			footer a { color: #000; }
			h2 { font-size: larger; font-weight: bolder; color: #333; }
		</style>
	</head>
	<body>
		<header>
			<span class="nm">docbook2mdoc</span>
			&#8212;
			<span class="nd">Convert DocBook refentry to mdoc</span>
			<nav>
				<span>version <span>@VERSION@</span></span>
				<span><a href="snapshots/docbook2mdoc.tgz">Sources</a></span>
				<span><a href="snapshots">Archives</a></span>
			</nav>
		</header>
		<article>
			<p>
				The <span class="nm">docbook2mdoc</span> utility is a converter from <a
					href="http://www.oasis-open.org/docbook/">DocBook</a> into <a
					href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7">mdoc</a>.
				Unlike most DocBook utilities, it's a standalone <a rel="license"
					href="https://www.isc.org/downloads/software-support-policy/isc-license/">ISC</a>-licensed ISO C utility
				that should compile on any modern UNIX system.
				The only requirement is <a href="http://expat.sourceforge.net/">libexpat</a> (for parsing XML), which is
				installed by default on most systems.
			</p>
			<p>
				<span class="nm">docbook2mdoc</span> is <em>very</em> experimental: it probably won't work with your manual
				without improvement. 
				However, it does work with the DocBook reference manuals (minimally rendered here with <a
					href="http://mdocml.bsd.lv">mandoc</a> -Thtml): <a href="printf.html">printf</a>, <a
					href="ls.html">ls</a>, <a href="as.html">as</a>, <a href="iovec.html">iovec</a>.
			</p>
			<p>
				Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions, but please make sure any formatting issue
				hasn't already been covered in the <a href="docbook2mdoc.1.html">manual</a>.
			</p>
			<h2>
				New in version @VERSION@...
			</h2>
			<p>
				Accomodate for node attributes, for now limited to the <code>rep</code> and <code>choice</code> attributes for
				<code>&lt;arg&gt;</code>.
				Properly comma-separate names in the NAME section.
			</p>
		</article>
		<footer>
			&#169; 2014 <a href="http://kristaps.bsd.lv">Kristaps Dzonsons</a>,
			$Date: 2014/03/29 22:48:32 $
		</footer>
	</body>
</html>