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

Annotation of docbook2mdoc/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" />
                      5:                <meta charset='utf-8' />
                      6:                <title>docbook2mdoc | Convert DocBook refentry to mdoc</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; }
1.3       kristaps   21:                        h2 { font-size: larger; font-weight: bolder; color: #333; }
1.1       kristaps   22:                </style>
                     23:        </head>
                     24:        <body>
                     25:                <header>
                     26:                        <span class="nm">docbook2mdoc</span>
                     27:                        &#8212;
                     28:                        <span class="nd">Convert DocBook refentry to mdoc</span>
                     29:                        <nav>
                     30:                                <span>version <span>@VERSION@</span></span>
                     31:                                <span><a href="snapshots/docbook2mdoc.tgz">Sources</a></span>
                     32:                                <span><a href="snapshots">Archives</a></span>
                     33:                        </nav>
                     34:                </header>
                     35:                <article>
                     36:                        <p>
                     37:                                The <span class="nm">docbook2mdoc</span> utility is a converter from <a
1.7     ! kristaps   38:                                        href="http://www.oasis-open.org/docbook/">DocBook</a> V4.x and v5.x XML into <a
1.1       kristaps   39:                                        href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7">mdoc</a>.
                     40:                                Unlike most DocBook utilities, it's a standalone <a rel="license"
                     41:                                        href="https://www.isc.org/downloads/software-support-policy/isc-license/">ISC</a>-licensed ISO C utility
                     42:                                that should compile on any modern UNIX system.
                     43:                                The only requirement is <a href="http://expat.sourceforge.net/">libexpat</a> (for parsing XML), which is
                     44:                                installed by default on most systems.
                     45:                        </p>
                     46:                        <p>
1.7     ! kristaps   47:                                <span class="nm">docbook2mdoc</span> is experimental: it still has many missing elements.
        !            48:                                However, it works with the DocBook reference examples and documents found in the wild.
        !            49:                                Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions or missing nodes; or better yet, download
        !            50:                                the source and add new elements yourself as described in the <a href="README.txt">README</a>.
1.1       kristaps   51:                        </p>
1.3       kristaps   52:                        <h2>
                     53:                                New in version @VERSION@...
                     54:                        </h2>
                     55:                        <p>
1.7     ! kristaps   56:                                Now supports all tags as found in the <a href="http://refdb.sourceforge.net/">RefDB</a> tool, which claims to
        !            57:                                have extensive DocBook documentation.
1.3       kristaps   58:                        </p>
1.1       kristaps   59:                </article>
                     60:                <footer>
                     61:                        &#169; 2014 <a href="http://kristaps.bsd.lv">Kristaps Dzonsons</a>,
1.7     ! kristaps   62:                        $Date: 2014/04/02 07:55:26 $
1.1       kristaps   63:                </footer>
                     64:        </body>
                     65: </html>

CVSweb