[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.4

version 1.1, 2014/03/28 11:20:07 version 1.4, 2014/03/30 17:10:50
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 43 
Line 44 
                                 installed by default on most systems.                                  installed by default on most systems.
                         </p>                          </p>
                         <p>                          <p>
                                   <span class="nm">docbook2mdoc</span> is <em>very</em> experimental: it probably won't work with your manual
                                   without improvement.
                                   However, it does work with the DocBook reference manuals (minimally rendered here with <a
                                           href="http://mdocml.bsd.lv">mandoc</a> -Thtml): <a href="printf.html">printf</a>, <a
                                           href="ls.html">ls</a>, <a href="as.html">as</a>, <a href="iovec.html">iovec</a>.
                           </p>
                           <p>
                                 Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions, but please make sure any formatting issue                                  Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions, but please make sure any formatting issue
                                 hasn't already been covered in the <a href="docbook2mdoc.1.html">manual</a>.                                  hasn't already been covered in the <a href="docbook2mdoc.1.html">manual</a>.
                           </p>
                           <h2>
                                   New in version @VERSION@...
                           </h2>
                           <p>
                                   Allow for many more node types as found in <a href="http://www.catb.org/~esr/doclifter/">doclifter</a> output.
                         </p>                          </p>
                 </article>                  </article>
                 <footer>                  <footer>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

CVSweb