[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.4, Mon Feb 23 22:50:11 2015 UTC (9 years, 4 months ago) by kristaps
Branch: MAIN
Changes since 1.3: +22 -22 lines

Add reading initial file from stdin.
Ignore some more macros from in GMP.

<!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>
			body { margin: 0; font-size: 13pt; }
			body > header { background-color: #336699; color: #fff; padding: 1em 5%; }
			body > header h1 { margin: 0; font-weight: normal; }
			body > header div { font-size: 18pt; }
			body > nav { background-color: #ddd; box-shadow: 2px 0 2px #000; padding: 0 5%; color: #666; }
			body > nav div { padding: 1ex 1ex; display: inline-block; border-left: thin solid silver; }
			body > nav div:first-child { border-left: none; padding-left: 0; }
			body > footer { padding: 1em 5%; }
			body > nav a { color: #000; }
			article { padding: 1em 5%; }
			a { text-decoration: none; }
		</style>
	</head>
	<body>
		<header>
			<h1>texi2mdoc</h1>
			<div>Convert Texinfo data to mdoc input</div>
		</header>
		<nav>
			<div>Version <span>@VERSION@</span></div>
			<div><a href="snapshots/texi2mdoc.tgz">Sources</a></div>
			<div><a href="snapshots/texi2mdoc.tgz.sha512">SHA512</a></div>
			<div><a href="snapshots">Archives</a></div>
		</nav>
		<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>.
				<span class="nm">texi2mdoc</span> is available over <a href="http://mdocml.bsd.lv/anoncvs.html">anoncvs</a>,
				with the module being <q>texi2mdoc</q> instead of <q>mdocml</q> as noted in the instructions.
				You can also browse via <a href="http://mdocml.bsd.lv/cgi-bin/cvsweb/?cvsroot=texi2mdoc">cvsweb</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>