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

Annotation of texi2mdoc/index.xml, Revision 1.7

1.1       kristaps    1: <!DOCTYPE html>
                      2: <html>
                      3:        <head>
                      4:                <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
1.6       schwarze    5:                <meta charset="utf-8" />
1.1       kristaps    6:                <title>texi2mdoc | Convert texinfo data to mdoc input </title>
                      7:                <style>
1.4       kristaps    8:                        body { margin: 0; font-size: 13pt; }
                      9:                        body > header { background-color: #336699; color: #fff; padding: 1em 5%; }
                     10:                        body > header h1 { margin: 0; font-weight: normal; }
                     11:                        body > header div { font-size: 18pt; }
                     12:                        body > nav { background-color: #ddd; box-shadow: 2px 0 2px #000; padding: 0 5%; color: #666; }
                     13:                        body > nav div { padding: 1ex 1ex; display: inline-block; border-left: thin solid silver; }
                     14:                        body > nav div:first-child { border-left: none; padding-left: 0; }
                     15:                        body > footer { padding: 1em 5%; }
                     16:                        body > nav a { color: #000; }
1.5       kristaps   17:                        article { padding: 1em 5%; line-height: 125%; }
1.1       kristaps   18:                        a { text-decoration: none; }
1.5       kristaps   19:                        nav[data-sblg-nav] ul { padding: 0; list-style-type: none; }
                     20:                        nav[data-sblg-nav] li { margin: 1ex 0; }
                     21:                        nav[data-sblg-nav] li h2 { margin: 0; margin-bottom: 1ex; background-color: #336699; box-shadow: 1px 1px 2px #666;
                     22:                                color: #eef; display: inline-block; padding: 0.75ex; font-size: 14pt; border-radius: 8px; font-weight: normal; }
                     23:                        .nm { font-style: italic; }
1.1       kristaps   24:                </style>
                     25:        </head>
1.5       kristaps   26:        <body itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication">
1.1       kristaps   27:                <header>
1.5       kristaps   28:                        <h1 itemprop="name">texi2mdoc</h1>
                     29:                        <div itemprop="description">Convert Texinfo data to mdoc input</div>
1.1       kristaps   30:                </header>
1.4       kristaps   31:                <nav>
                     32:                        <div>Version <span>@VERSION@</span></div>
1.5       kristaps   33:                        <div><a itemprop="downloadURL" href="snapshots/texi2mdoc.tgz">Sources</a></div>
1.4       kristaps   34:                        <div><a href="snapshots/texi2mdoc.tgz.sha512">SHA512</a></div>
                     35:                        <div><a href="snapshots">Archives</a></div>
                     36:                </nav>
1.1       kristaps   37:                <article>
                     38:                        <p>
                     39:                                The <span class="nm">texi2mdoc</span> utility is a converter from <a
                     40:                                        href="http://www.gnu.org/software/texinfo/">Texinfo</a> into <a
1.7     ! schwarze   41:                                        href="http://man.openbsd.org/mdoc.7">mdoc</a>.
1.1       kristaps   42:                                It is a standalone <a rel="license"
                     43:                                        href="https://www.isc.org/downloads/software-support-policy/isc-license/">ISC</a>-licensed ISO C utility
                     44:                                and should compile on any modern UNIX system.
                     45:                        </p>
                     46:                        <p>
1.5       kristaps   47:                                For the time being, contact the <a href="http://mdocml.bsd.lv/contact.html">mandoc mailing list</a> with
                     48:                                questions, but please make sure any formatting issue hasn't already been covered in the <a
                     49:                                        href="texi2mdoc.1.html">manual</a>.
1.4       kristaps   50:                                <span class="nm">texi2mdoc</span> is available over <a href="http://mdocml.bsd.lv/anoncvs.html">anoncvs</a>,
                     51:                                with the module being <q>texi2mdoc</q> instead of <q>mdocml</q> as noted in the instructions.
                     52:                                You can also browse via <a href="http://mdocml.bsd.lv/cgi-bin/cvsweb/?cvsroot=texi2mdoc">cvsweb</a>.
1.1       kristaps   53:                        </p>
1.2       kristaps   54:                        <nav data-sblg-nav="1" data-sblg-navsz="4" data-sblg-navcontent="1">
1.5       kristaps   55:                                <div><h2>Version <span class="version">${sblg-title}</span> (<time datetime="${sblg-date}">${sblg-date}</time>)</h2></div>
                     56:                                <div>${sblg-aside}</div>
1.2       kristaps   57:                        </nav>
1.1       kristaps   58:                </article>
                     59:                <footer>
                     60:                        &#169; 2015 <a href="http://kristaps.bsd.lv">Kristaps Dzonsons</a>
                     61:                </footer>
                     62:        </body>
                     63: </html>

CVSweb