1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
<!DOCTYPE html>
<html>
<head>
<title>Ronn-NG</title>
<style>
body {
font-size:24px;
line-height:1.5;
font-family:georgia,serif;
color:#555;
}
div#index {
width:28em;
margin:0 auto;
}
h1 {
text-align:center;
font-weight:normal;
color:#000;
margin-bottom:0;
letter-spacing:-3px;
}
h3 {
text-align:center;
font-weight:normal;
color:#444;
margin-top:-20px;
margin-bottom:40px;
}
h4 {
font-weight:normal;
font-size:26px;
color:#111;
}
p, dl { margin-left:40px }
.aux { font-family:monospace;font-size:20px;letter-spacing:1px; }
.also { font-size:18px }
.copy { font-size:16px;text-align:center;color:#111 }
.man-ref { font-family:monospace;letter-spacing:-2px; }
</style>
</head>
<body>
<div id='index'>
<h1>Ronn-NG</h1>
<h3>Builds manuals</h3>
<h4>Auxiliary</h4>
<p class='aux'>
<a href='https://github.com/apjanke/ronn-ng#readme'>README</a>,
<a href='https://github.com/apjanke/ronn-ng/blob/main/INSTALLING.md'>INSTALLING</a>,
<a href='https://github.com/apjanke/ronn-ng/blob/main/CHANGELOG.md'>CHANGELOG.md</a>,
<a href='https://github.com/apjanke/ronn-ng/blob/main/LICENSE.txt'>LICENSE</a>,
<a href='https://github.com/apjanke/ronn-ng/blob/main/AUTHORS'>AUTHORS</a>
</p>
<h4>Manuals</h4>
<dl>
<dt><a class='man-ref' href='ronn.1.html'>ronn(1)</a></dt>
<dd>manpage authoring tool</dd>
<dt><a class='man-ref' href='ronn-format.7.html'>ronn-format(7)</a></dt>
<dd>Markdown-based text format for authoring manpages</dd>
</dl>
<h4>See Also</h4>
<p class='also'>
<a class='man-ref' href="https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man5/manpages.5.html">manpages(5)</a>,
<a class='man-ref' href="https://daringfireball.net/projects/markdown/syntax">Markdown syntax</a>,
<a class='man-ref' href="https://man7.org/linux/man-pages/man1/man.1.html">man(1)</a>,
<a class='man-ref' href="https://man7.org/linux/man-pages/man7/roff.7.html">roff(7)</a>,
<a class='man-ref' href="https://man7.org/linux/man-pages/man1/groff.1.html">groff(1)</a>,
<a class='man-ref' href="https://mustache.github.io/mustache.5.html">mustache(5)</a>,
<a class='man-ref' href="https://linux.die.net/man/1/pandoc">pandoc(1)</a>
</p>
<p class='copy'>Copyright © 2010 Ryan Tomayko, © 2018, 2019, 2020, 2022, 2023 Andrew Janke, © 2022 Takuya Noguchi</p>
</div>
</body>
</html>
|