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

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

Revision 1.3, Fri Feb 20 14:43:22 2015 UTC (9 years, 2 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_1_1
Changes since 1.2: +1 -1 lines

Getting release-ready.

<!DOCTYPE html>
<html>
	<head>
		<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
		<meta charset='utf-8' /> 
		<title>texi2mdoc | Convert texinfo 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">texi2mdoc</span>
			&#8212;
			<span class="nd">Convert Texinfo data to mdoc input</span>
			<nav>
				<span>version <span>@VERSION@</span></span>
				<span><a href="snapshots/texi2mdoc.tgz">Sources</a> (<a href="snapshots/texi2mdoc.tgz.sha512">SHA</a>)</span>
				<span><a href="snapshots">Archives</a></span>
			</nav>
		</header>
		<article>
			<p>
				The <span class="nm">texi2mdoc</span> utility is a converter from <a
					href="http://www.gnu.org/software/texinfo/">Texinfo</a> into <a
					href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&amp;sektion=7">mdoc</a>.
				It 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>
				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="texi2mdoc.1.html">manual</a>.
			</p>
			<nav data-sblg-nav="1" data-sblg-navsz="4" data-sblg-navcontent="1">
				Version <span class="version">${sblg-title}</span> (<time datetime="${sblg-date}">${sblg-date}</time>): ${sblg-aside}
			</nav>
		</article>
		<footer>
			&#169; 2015 <a href="http://kristaps.bsd.lv">Kristaps Dzonsons</a>
		</footer>
	</body>
</html>