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

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

Revision 1.2, Wed Apr 2 08:14:27 2014 UTC (9 years, 11 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_9
Changes since 1.1: +8 -1 lines

Bumping version: more smarties.

<!DOCTYPE html>
<html>
	<head>
		<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
		<meta charset='utf-8' /> 
		<title>pod2mdoc | Convert POD data to mdoc input </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">pod2mdoc</span>
			&#8212;
			<span class="nd">Convert POD data to mdoc input</span>
			<nav>
				<span>version <span>@VERSION@</span></span>
				<span><a href="snapshots/pod2mdoc.tgz">Sources</a></span>
				<span><a href="snapshots">Archives</a></span>
			</nav>
		</header>
		<article>
			<p>
				The <span class="nm">pod2mdoc</span> utility is a converter from <a
					href="http://perldoc.perl.org/perlpod.html">POD</a> into <a
					href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7">mdoc</a>.
				It's meant to operate like <a class="nm" href="http://perldoc.perl.org/pod2man.html">pod2man</a>; however, it
				doesn't require a <a href="http://www.perl.org/">Perl</a> installation: <span class="nm">pod2mdoc</span> is a
				standalone <a rel="license"
					href="https://www.isc.org/downloads/software-support-policy/isc-license/">ISC</a>-licensed ISO C utility
				and should compile on any modern UNIX system.
			</p>
			<p>
				Be aware, as stated in the <a href="pod2mdoc.1.html">manual</a>:
			</p>
			<blockquote>
				By way of being a presentational language, POD is not well-represented
				by mdoc(7).
				Semantic content will be necessarily lost.
			</blockquote>
			<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="pod2mdoc.1.html">manual</a>.
			</p>
			<h2>
				New in version @VERSION@...
			</h2>
			<p>
				More smarts in converting SYNOPSIS sections into useful mdoc(7).
			</p>
		</article>
		<footer>
			&#169; 2014 <a href="http://kristaps.bsd.lv">Kristaps Dzonsons</a>,
			$Date: 2014/04/02 08:14:27 $
		</footer>
	</body>
</html>