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

Diff for /texi2mdoc/index.xml between version 1.3 and 1.4

version 1.3, 2015/02/20 14:43:22 version 1.4, 2015/02/23 22:50:11
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>texi2mdoc | Convert texinfo data to mdoc input </title>                  <title>texi2mdoc | Convert texinfo data to mdoc input </title>
                 <style>                  <style>
                         html, body { margin: 0; padding: 0; }                          body { margin: 0; font-size: 13pt; }
                         header { margin-top: 1em; }                          body > header { background-color: #336699; color: #fff; padding: 1em 5%; }
                         header span.nm { font-size: 16pt; }                          body > header h1 { margin: 0; font-weight: normal; }
                         header span.nd { font-size: 14pt; }                          body > header div { font-size: 18pt; }
                         article span.nm, article a.nm { font-style: italic; }                          body > nav { background-color: #ddd; box-shadow: 2px 0 2px #000; padding: 0 5%; color: #666; }
                         header, article, footer { width: 80%; margin-left: auto; margin-right: auto; }                          body > nav div { padding: 1ex 1ex; display: inline-block; border-left: thin solid silver; }
                         body { color: #333; font-family: Times,serif; line-height: 120%; }                          body > nav div:first-child { border-left: none; padding-left: 0; }
                         nav { color: #666; margin-top: 0.5ex; }                          body > footer { padding: 1em 5%; }
                         nav span { border-left: thin solid silver; margin-left: 0.25ex; padding-left: 0.5ex; }                          body > nav a { color: #000; }
                         nav span:first-child { border: 0; padding: 0; margin: 0; }                          article { padding: 1em 5%; }
                         a { text-decoration: none; }                          a { text-decoration: none; }
                         footer { margin-top: 1em; font-size: smaller; color: #666; }  
                         footer a { color: #000; }  
                         h2 { font-size: larger; font-weight: bolder; color: #333; }  
                 </style>                  </style>
         </head>          </head>
         <body>          <body>
                 <header>                  <header>
                         <span class="nm">texi2mdoc</span>                          <h1>texi2mdoc</h1>
                         &#8212;                          <div>Convert Texinfo data to mdoc input</div>
                         <span class="nd">Convert Texinfo data to mdoc input</span>  
                         <nav>  
                                 <span>version <span>@VERSION@</span></span>  
                                 <span><a href="snapshots/texi2mdoc.tgz">Sources</a> (<a href="snapshots/texi2mdoc.tgz.sha512">SHA</a>)</span>  
                                 <span><a href="snapshots">Archives</a></span>  
                         </nav>  
                 </header>                  </header>
                   <nav>
                           <div>Version <span>@VERSION@</span></div>
                           <div><a href="snapshots/texi2mdoc.tgz">Sources</a></div>
                           <div><a href="snapshots/texi2mdoc.tgz.sha512">SHA512</a></div>
                           <div><a href="snapshots">Archives</a></div>
                   </nav>
                 <article>                  <article>
                         <p>                          <p>
                                 The <span class="nm">texi2mdoc</span> utility is a converter from <a                                  The <span class="nm">texi2mdoc</span> utility is a converter from <a
Line 44 
Line 41 
                         <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="texi2mdoc.1.html">manual</a>.                                  hasn't already been covered in the <a href="texi2mdoc.1.html">manual</a>.
                                   <span class="nm">texi2mdoc</span> is available over <a href="http://mdocml.bsd.lv/anoncvs.html">anoncvs</a>,
                                   with the module being <q>texi2mdoc</q> instead of <q>mdocml</q> as noted in the instructions.
                                   You can also browse via <a href="http://mdocml.bsd.lv/cgi-bin/cvsweb/?cvsroot=texi2mdoc">cvsweb</a>.
                         </p>                          </p>
                         <nav data-sblg-nav="1" data-sblg-navsz="4" data-sblg-navcontent="1">                          <nav data-sblg-nav="1" data-sblg-navsz="4" data-sblg-navcontent="1">
                                 Version <span class="version">${sblg-title}</span> (<time datetime="${sblg-date}">${sblg-date}</time>): ${sblg-aside}                                  Version <span class="version">${sblg-title}</span> (<time datetime="${sblg-date}">${sblg-date}</time>): ${sblg-aside}

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

CVSweb