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

Diff for /mandoc/Attic/index.sgml between version 1.113 and 1.116

version 1.113, 2011/04/30 10:18:24 version 1.116, 2011/05/13 00:51:27
Line 44 
Line 44 
   
                 <P>                  <P>
                         <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any UNIX system.  The most current                          <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any UNIX system.  The most current
                         version is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN class="attn">@VDATE@</SPAN>.                          version is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN class="attn">@VDATE@</SPAN>.  If your system doesn't come
                           with <SPAN CLASS="nm">mdocml</SPAN> (see <Q>Downstream</Q>), run <CODE>make</CODE> to compile and <CODE>make
                           install</CODE> to install into <I>/usr/local</I>.
                 </P>                  </P>
                   <P>
                           Note that <A HREF="makewhatis.1.html">makewhatis</A> is not yet linked to the build.  You must run <CODE>make
                           makewhatis</CODE> to build it.
                   </P>
   
                 <H2>                  <H2>
                         Current                          Current
Line 152 
Line 158 
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                 <TR>                                  <TR>
                                           <TD VALIGN="top"><A HREF="mandoc.1.html">makewhatis(1)</A></TD>
                                           <TD VALIGN="top">
                                                   index UNIX manuals
                                                   <SMALL>
                                                           (<A HREF="makewhatis.1.txt">text</A> |
                                                           <A HREF="makewhatis.1.xhtml">xhtml</A> |
                                                           <A HREF="makewhatis.1.pdf">pdf</A> |
                                                           <A HREF="makewhatis.1.ps">postscript</A>)
                                                   </SMALL>
                                           </TD>
                                   </TR>
                                   <TR>
                                         <TD VALIGN="top"><A HREF="mandoc.3.html">mandoc(3)</A></TD>                                          <TD VALIGN="top"><A HREF="mandoc.3.html">mandoc(3)</A></TD>
                                         <TD VALIGN="top">                                          <TD VALIGN="top">
                                                 mandoc macro compiler library                                                  mandoc macro compiler library
Line 290 
Line 308 
                 <H1>                  <H1>
                         <A NAME="news">NEWS</A>                          <A NAME="news">NEWS</A>
                 </H1>                  </H1>
   
                   <P CLASS="news">
                           12-05-2011: version 1.11.2
                   </P>
                   <P>
                           Corrected some installation issues in version 1.11.1.
                           Further migration to <A HREF="mandoc.3.html">libmandoc</A>.
                           Initial public release (this utility is very much under development) of <A HREF="makewhatis.1.html">makewhatis</A>,
                           initially named mandoc-db.
                           This utility produces keyword databases of manual content
                           <A HREF="http://mdocml.bsd.lv/mandoc-cgi/index.html">mandoc-cgi</A>, which features semantic querying of manual content.
                   </P>
   
                 <P CLASS="news">                  <P CLASS="news">
                         04-04-2011: version 1.11.1                          04-04-2011: version 1.11.1

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.116

CVSweb