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

Annotation of pod2mdoc/index.xml, Revision 1.1

1.1     ! kristaps    1: <!DOCTYPE html>
        !             2: <html>
        !             3:        <head>
        !             4:                <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
        !             5:                <meta charset='utf-8' />
        !             6:                <title>pod2mdoc | Convert POD data to mdoc input </title>
        !             7:                <style>
        !             8:                        html, body { margin: 0; padding: 0; }
        !             9:                        header { margin-top: 1em; }
        !            10:                        header span.nm { font-size: 16pt; }
        !            11:                        header span.nd { font-size: 14pt; }
        !            12:                        article span.nm, article a.nm { font-style: italic; }
        !            13:                        header, article, footer { width: 80%; margin-left: auto; margin-right: auto; }
        !            14:                        body { color: #333; font-family: Times,serif; line-height: 120%; }
        !            15:                        nav { color: #666; margin-top: 0.5ex; }
        !            16:                        nav span { border-left: thin solid silver; margin-left: 0.25ex; padding-left: 0.5ex; }
        !            17:                        nav span:first-child { border: 0; padding: 0; margin: 0; }
        !            18:                        a { text-decoration: none; }
        !            19:                        footer { margin-top: 1em; font-size: smaller; color: #666; }
        !            20:                        footer a { color: #000; }
        !            21:                </style>
        !            22:        </head>
        !            23:        <body>
        !            24:                <header>
        !            25:                        <span class="nm">pod2mdoc</span>
        !            26:                        &#8212;
        !            27:                        <span class="nd">Convert POD data to mdoc input</span>
        !            28:                        <nav>
        !            29:                                <span>version <span>@VERSION@</span></span>
        !            30:                                <span><a href="snapshots/pod2mdoc.tgz">Sources</a></span>
        !            31:                                <span><a href="snapshots">Archives</a></span>
        !            32:                        </nav>
        !            33:                </header>
        !            34:                <article>
        !            35:                        <p>
        !            36:                                The <span class="nm">pod2mdoc</span> utility is a converter from <a
        !            37:                                        href="http://perldoc.perl.org/perlpod.html">POD</a> into <a
        !            38:                                        href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7">mdoc</a>.
        !            39:                                It's meant to operate like <a class="nm" href="http://perldoc.perl.org/pod2man.html">pod2man</a>; however, it
        !            40:                                doesn't require a <a href="http://www.perl.org/">Perl</a> installation: <span class="nm">pod2mdoc</span> is a
        !            41:                                standalone <a rel="license"
        !            42:                                        href="https://www.isc.org/downloads/software-support-policy/isc-license/">ISC</a>-licensed ISO C utility
        !            43:                                and should compile on any modern UNIX system.
        !            44:                        </p>
        !            45:                        <p>
        !            46:                                Be aware, as stated in the <a href="pod2mdoc.1.html">manual</a>:
        !            47:                        </p>
        !            48:                        <blockquote>
        !            49:                                By way of being a presentational language, POD is not well-represented
        !            50:                                by mdoc(7).
        !            51:                                Semantic content will be necessarily lost.
        !            52:                        </blockquote>
        !            53:                        <p>
        !            54:                                Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions, but please make sure any formatting issue
        !            55:                                hasn't already been covered in the <a href="pod2mdoc.1.html">manual</a>.
        !            56:                        </p>
        !            57:                </article>
        !            58:                <footer>
        !            59:                        &#169; 2014 <a href="http://kristaps.bsd.lv">Kristaps Dzonsons</a>,
        !            60:                        $Date$
        !            61:                </footer>
        !            62:        </body>
        !            63: </html>

CVSweb