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

Diff for /docbook2mdoc/Attic/index.xml between version 1.7 and 1.13

version 1.7, 2014/04/02 12:27:05 version 1.13, 2019/03/28 12:21:10
Line 2 
Line 2 
 <html>  <html>
         <head>          <head>
                 <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />                  <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
                 <meta charset='utf-8' />                  <meta charset='utf-8' />
                 <title>docbook2mdoc | Convert DocBook refentry to mdoc</title>                  <title>docbook2mdoc | Convert DocBook to mdoc</title>
                 <style>                  <style>
                         html, body { margin: 0; padding: 0; }                          html, body { margin: 0; padding: 0; }
                         header { margin-top: 1em; }                          header { margin-top: 1em; }
Line 25 
Line 25 
                 <header>                  <header>
                         <span class="nm">docbook2mdoc</span>                          <span class="nm">docbook2mdoc</span>
                         &#8212;                          &#8212;
                         <span class="nd">Convert DocBook refentry to mdoc</span>                          <span class="nd">Convert DocBook to mdoc</span>
                         <nav>                          <nav>
                                 <span>version <span>@VERSION@</span></span>                                  <span>version <span>@VERSION@</span></span>
                                 <span><a href="snapshots/docbook2mdoc.tgz">Sources</a></span>                                  <span><a href="snapshots/docbook2mdoc.tgz">Sources</a></span>
Line 36 
Line 36 
                         <p>                          <p>
                                 The <span class="nm">docbook2mdoc</span> utility is a converter from <a                                  The <span class="nm">docbook2mdoc</span> utility is a converter from <a
                                         href="http://www.oasis-open.org/docbook/">DocBook</a> V4.x and v5.x XML into <a                                          href="http://www.oasis-open.org/docbook/">DocBook</a> V4.x and v5.x XML into <a
                                         href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7">mdoc</a>.                                          href="http://man.openbsd.org/mdoc.7">mdoc</a>.
                                 Unlike most DocBook utilities, it's a standalone <a rel="license"                                  Unlike most DocBook utilities, it's a standalone <a rel="license"
                                         href="https://www.isc.org/downloads/software-support-policy/isc-license/">ISC</a>-licensed ISO C utility                                          href="https://www.isc.org/downloads/software-support-policy/isc-license/">ISC</a>-licensed ISO C utility
                                 that should compile on any modern UNIX system.                                  that should compile on any modern UNIX system.
                                 The only requirement is <a href="http://expat.sourceforge.net/">libexpat</a> (for parsing XML), which is  
                                 installed by default on most systems.  
                         </p>                          </p>
                         <p>                          <p>
                                 <span class="nm">docbook2mdoc</span> is experimental: it still has many missing elements.                                  <span class="nm">docbook2mdoc</span> is experimental: it still has many missing elements.
                                 However, it works with the DocBook reference examples and documents found in the wild.                                  However, it works with the DocBook reference examples and documents found in the wild.
                                 Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions or missing nodes; or better yet, download                                  Contact <a href="https://mandoc.bsd.lv/contact.html">the developers</a> with questions or missing nodes; or better yet, download
                                 the source and add new elements yourself as described in the <a href="README.txt">README</a>.                                  the source and add new elements yourself as described in the <a href="README.txt">README</a>.
                         </p>                          </p>
                         <h2>                          <h2>
                                 New in version @VERSION@...                                  New in version @VERSION@...
                         </h2>                          </h2>
                         <p>                          <p>
                                 Now supports all tags as found in the <a href="http://refdb.sourceforge.net/">RefDB</a> tool, which claims to                                  Now supports most tags as found in the <a href="https://https://www.opengl.org/">OpenGL</a> DocBook corpus.
                                 have extensive DocBook documentation.                                  The main missing elements are <code>&lt;inlineequation&gt;</code> and <code>&lt;informalequation&gt;</code>,
                                   although a few others (<code>&lt;footnote&gt;</code> et al.) are in there too.
                                   The DocBook is also malformed in some areas&mdash;improper parenting.
                         </p>                          </p>
                 </article>                  </article>
                 <footer>                  <footer>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.13

CVSweb