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

Annotation of texi2mdoc/index.xml, Revision 1.4

1.1       kristaps    1: <!DOCTYPE html>
                      2: <html>
                      3:        <head>
                      4:                <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
1.4     ! kristaps    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; }
        !            17:                        article { padding: 1em 5%; }
1.1       kristaps   18:                        a { text-decoration: none; }
                     19:                </style>
                     20:        </head>
                     21:        <body>
                     22:                <header>
1.4     ! kristaps   23:                        <h1>texi2mdoc</h1>
        !            24:                        <div>Convert Texinfo data to mdoc input</div>
1.1       kristaps   25:                </header>
1.4     ! kristaps   26:                <nav>
        !            27:                        <div>Version <span>@VERSION@</span></div>
        !            28:                        <div><a href="snapshots/texi2mdoc.tgz">Sources</a></div>
        !            29:                        <div><a href="snapshots/texi2mdoc.tgz.sha512">SHA512</a></div>
        !            30:                        <div><a href="snapshots">Archives</a></div>
        !            31:                </nav>
1.1       kristaps   32:                <article>
                     33:                        <p>
                     34:                                The <span class="nm">texi2mdoc</span> utility is a converter from <a
                     35:                                        href="http://www.gnu.org/software/texinfo/">Texinfo</a> into <a
1.2       kristaps   36:                                        href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&amp;sektion=7">mdoc</a>.
1.1       kristaps   37:                                It is a standalone <a rel="license"
                     38:                                        href="https://www.isc.org/downloads/software-support-policy/isc-license/">ISC</a>-licensed ISO C utility
                     39:                                and should compile on any modern UNIX system.
                     40:                        </p>
                     41:                        <p>
                     42:                                Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions, but please make sure any formatting issue
                     43:                                hasn't already been covered in the <a href="texi2mdoc.1.html">manual</a>.
1.4     ! kristaps   44:                                <span class="nm">texi2mdoc</span> is available over <a href="http://mdocml.bsd.lv/anoncvs.html">anoncvs</a>,
        !            45:                                with the module being <q>texi2mdoc</q> instead of <q>mdocml</q> as noted in the instructions.
        !            46:                                You can also browse via <a href="http://mdocml.bsd.lv/cgi-bin/cvsweb/?cvsroot=texi2mdoc">cvsweb</a>.
1.1       kristaps   47:                        </p>
1.2       kristaps   48:                        <nav data-sblg-nav="1" data-sblg-navsz="4" data-sblg-navcontent="1">
                     49:                                Version <span class="version">${sblg-title}</span> (<time datetime="${sblg-date}">${sblg-date}</time>): ${sblg-aside}
                     50:                        </nav>
1.1       kristaps   51:                </article>
                     52:                <footer>
                     53:                        &#169; 2015 <a href="http://kristaps.bsd.lv">Kristaps Dzonsons</a>
                     54:                </footer>
                     55:        </body>
                     56: </html>

CVSweb