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

Diff for /pod2mdoc/index.xml between version 1.5 and 1.6

version 1.5, 2014/07/11 09:27:24 version 1.6, 2014/07/19 00:47:38
Line 36 
Line 36 
                         <p>                          <p>
                                 The <span class="nm">pod2mdoc</span> utility is a converter from <a                                  The <span class="nm">pod2mdoc</span> utility is a converter from <a
                                         href="http://perldoc.perl.org/perlpod.html">POD</a> into <a                                          href="http://perldoc.perl.org/perlpod.html">POD</a> into <a
                                         href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7">mdoc</a>.                                          href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&amp;sec=7">mdoc</a>.
                                 It's meant to operate like <a class="nm" href="http://perldoc.perl.org/pod2man.html">pod2man</a>; however, it                                  It's meant to operate like <a class="nm" href="http://perldoc.perl.org/pod2man.html">pod2man</a>; however, it
                                 doesn't require a <a href="http://www.perl.org/">Perl</a> installation: <span class="nm">pod2mdoc</span> is a                                  doesn't require a <a href="http://www.perl.org/">Perl</a> installation: <span class="nm">pod2mdoc</span> is a
                                 standalone <a rel="license"                                  standalone <a rel="license"
Line 56 
Line 56 
                                 hasn't already been covered in the <a href="pod2mdoc.1.html">manual</a>.                                  hasn't already been covered in the <a href="pod2mdoc.1.html">manual</a>.
                         </p>                          </p>
                         <h2>                          <h2>
                                   New in version 0.0.13 (July 19, 2014)
                           </h2>
                           <p>
                                   Proper translation of POD commands
                                   and formatting codes into mdoc macros,
                                   including correct whitespace handling.
                                   Only capital ASCII letters A-Z
                                   can start a formatting code.
                                   Do not skip the content of invalid
                                   formatting codes.
                                   Improved handling of filename extensions.
                           </p>
                           <h2>
                                 New in version 0.0.12 (July 11, 2014)                                  New in version 0.0.12 (July 11, 2014)
                         </h2>                          </h2>
                         <p>                          <p>
Line 74 
Line 87 
                         </p>                          </p>
                 </article>                  </article>
                 <footer>                  <footer>
                         &#169; 2014 <a href="http://kristaps.bsd.lv">Kristaps Dzonsons</a>,                          &#169; 2014 <a href="http://kristaps.bsd.lv">Kristaps Dzonsons</a> and Ingo Schwarze,
                         $Date$                          $Date$
                 </footer>                  </footer>
         </body>          </body>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb