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

Diff for /docbook2mdoc/Attic/index.xml between version 1.1 and 1.12

version 1.1, 2014/03/28 11:20:07 version 1.12, 2016/04/06 15:45:43
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 refentry to mdoc</title>
                 <style>                  <style>
                         html, body { margin: 0; padding: 0; }                          html, body { margin: 0; padding: 0; }
Line 18 
Line 18 
                         a { text-decoration: none; }                          a { text-decoration: none; }
                         footer { margin-top: 1em; font-size: smaller; color: #666; }                          footer { margin-top: 1em; font-size: smaller; color: #666; }
                         footer a { color: #000; }                          footer a { color: #000; }
                           h2 { font-size: larger; font-weight: bolder; color: #333; }
                 </style>                  </style>
         </head>          </head>
         <body>          <body>
Line 34 
Line 35 
                 <article>                  <article>
                         <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> 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.
Line 43 
Line 44 
                                 installed by default on most systems.                                  installed by default on most systems.
                         </p>                          </p>
                         <p>                          <p>
                                 Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions, but please make sure any formatting issue                                  <span class="nm">docbook2mdoc</span> is experimental: it still has many missing elements.
                                 hasn't already been covered in the <a href="docbook2mdoc.1.html">manual</a>.                                  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
                                   the source and add new elements yourself as described in the <a href="README.txt">README</a>.
                           </p>
                           <h2>
                                   New in version @VERSION@...
                           </h2>
                           <p>
                                   Now supports most tags as found in the <a href="https://https://www.opengl.org/">OpenGL</a> DocBook corpus.
                                   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.1  
changed lines
  Added in v.1.12

CVSweb