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

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

version 1.4, 2015/02/23 22:50:11 version 1.5, 2015/02/25 15:02:57
Line 14 
Line 14 
                         body > nav div:first-child { border-left: none; padding-left: 0; }                          body > nav div:first-child { border-left: none; padding-left: 0; }
                         body > footer { padding: 1em 5%; }                          body > footer { padding: 1em 5%; }
                         body > nav a { color: #000; }                          body > nav a { color: #000; }
                         article { padding: 1em 5%; }                          article { padding: 1em 5%; line-height: 125%; }
                         a { text-decoration: none; }                          a { text-decoration: none; }
                           nav[data-sblg-nav] ul { padding: 0; list-style-type: none; }
                           nav[data-sblg-nav] li { margin: 1ex 0; }
                           nav[data-sblg-nav] li h2 { margin: 0; margin-bottom: 1ex; background-color: #336699; box-shadow: 1px 1px 2px #666;
                                   color: #eef; display: inline-block; padding: 0.75ex; font-size: 14pt; border-radius: 8px; font-weight: normal; }
                           .nm { font-style: italic; }
                 </style>                  </style>
         </head>          </head>
         <body>          <body itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication">
                 <header>                  <header>
                         <h1>texi2mdoc</h1>                          <h1 itemprop="name">texi2mdoc</h1>
                         <div>Convert Texinfo data to mdoc input</div>                          <div itemprop="description">Convert Texinfo data to mdoc input</div>
                 </header>                  </header>
                 <nav>                  <nav>
                         <div>Version <span>@VERSION@</span></div>                          <div>Version <span>@VERSION@</span></div>
                         <div><a href="snapshots/texi2mdoc.tgz">Sources</a></div>                          <div><a itemprop="downloadURL" href="snapshots/texi2mdoc.tgz">Sources</a></div>
                         <div><a href="snapshots/texi2mdoc.tgz.sha512">SHA512</a></div>                          <div><a href="snapshots/texi2mdoc.tgz.sha512">SHA512</a></div>
                         <div><a href="snapshots">Archives</a></div>                          <div><a href="snapshots">Archives</a></div>
                 </nav>                  </nav>
Line 39 
Line 44 
                                 and should compile on any modern UNIX system.                                  and should compile on any modern UNIX system.
                         </p>                          </p>
                         <p>                          <p>
                                 Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions, but please make sure any formatting issue                                  For the time being, contact the <a href="http://mdocml.bsd.lv/contact.html">mandoc mailing list</a> with
                                 hasn't already been covered in the <a href="texi2mdoc.1.html">manual</a>.                                  questions, but please make sure any formatting issue 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>,                                  <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.                                  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>.                                  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}                                  <div><h2>Version <span class="version">${sblg-title}</span> (<time datetime="${sblg-date}">${sblg-date}</time>)</h2></div>
                                   <div>${sblg-aside}</div>
                         </nav>                          </nav>
                 </article>                  </article>
                 <footer>                  <footer>

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

CVSweb