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

Diff for /mandoc/Attic/index.sgml between version 1.129 and 1.133

version 1.129, 2011/07/23 09:47:25 version 1.133, 2011/07/24 19:08:09
Line 39 
Line 39 
                         <A NAME="sources">Sources</A>                          <A NAME="sources">Sources</A>
                 </H1>                  </H1>
                 <P>                  <P>
                         <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any UNIX system, although <A                          <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system (<A
                         HREF="mandocdb.8.html">mandocdb</A> requires <A CLASS="external"                          HREF="mandocdb.8.html">mandocdb</A> requires <A CLASS="external"
                         HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">Berkeley Database</A> (this is                          HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">Berkeley Database</A>, installed by
                         installed by default on all BSD operating systems).                          default on all BSD UNIX operating systems).
                   </P>
                   <P>
                         To compile <SPAN CLASS="nm">mdocml</SPAN>, run <CODE>make</CODE>, then <CODE>make install</CODE> to install into                          To compile <SPAN CLASS="nm">mdocml</SPAN>, run <CODE>make</CODE>, then <CODE>make install</CODE> to install into
                         <I>/usr/local</I>.                          <I>/usr/local</I>.  Be aware: if you have an existing <A HREF="http://www.gnu.org/software/groff/"
                         Be aware: if you have an existing <A HREF="http://www.gnu.org/software/groff/" CLASS="external">groff</A> installation,                          CLASS="external">groff</A> installation, this may overwrite its <B>preconv</B> binary.  The <A
                         this may overwrite its <B>preconv</B> binary.                          HREF="mandocdb.8.html">mandocdb</A> utility is not yet linked to the build: you must run <CODE>make mandocdb</CODE> to
                         The <A HREF="mandocdb.8.html">mandocdb</A> utility is not yet linked to the build.  You must run <CODE>make                          build it (it does not install).
                         mandocdb</CODE> to build it (it does not install).  
                 </P>                  </P>
                 <P>                  <P>
                           Distributed Win32 binaries are compiled using <A CLASS="external" HREF="http://www.mingw.org/">mingw32</A>.  They are
                           distributed in a ZIP archive consisting of binaries, manuals, and other installable media.
                   </P>
                   <P>
                         The most current version of <SPAN CLASS="nm">mdocml</SPAN> is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN                          The most current version of <SPAN CLASS="nm">mdocml</SPAN> is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN
                         class="attn">@VDATE@</SPAN>.                          class="attn">@VDATE@</SPAN>.
                 </P>                  </P>
Line 74 
Line 79 
                                         <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/?cvsroot=mdocml">cvsweb</A>                                          <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/?cvsroot=mdocml">cvsweb</A>
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                   <TR>
                                           <TD>Win32 binary archive</TD>
                                           <TD>
                                           <A HREF="/binaries/mdocml-win32.zip">/binaries/mdocml-win32.zip</A>
                                           </TD>
                                   </TR>
                         </TBODY>                          </TBODY>
                 </TABLE>                  </TABLE>
                 <H2>                  <H2>
Line 126 
Line 137 
                                         <A HREF="/snapshots/">/snapshots/</A>                                          <A HREF="/snapshots/">/snapshots/</A>
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                   <TR>
                                           <TD>Binary archive</TD>
                                           <TD>
                                           <A HREF="/binaries/">/binaries/</A>
                                           </TD>
                                   </TR>
                         </TBODY>                          </TBODY>
                 </TABLE>                  </TABLE>
                 <H1>                  <H1>
Line 311 
Line 328 
                         <A NAME="news">News</A>                          <A NAME="news">News</A>
                 </H1>                  </H1>
                 <P CLASS="news">                  <P CLASS="news">
                         xx-07-2011: version 1.11.5                          24-07-2011: version 1.11.5
                 </P>                  </P>
                 <P>                  <P>
                         Significant <A HREF="eqn.7.html">eqn</A> improvements.  <SPAN CLASS="nm">mdocml</SPAN> can now parse arbitrary equations                          Significant <A HREF="eqn.7.html">eqn</A> improvements.  <SPAN CLASS="nm">mdocml</SPAN> can now parse arbitrary eqn input
                         (although few GNU troff extensions are accepted, nor is mixing low-level roff with eqn).  See the <A                          (although few GNU extensions are accepted, nor is mixing low-level roff with eqn).  See the <A HREF="eqn.7.html">eqn</A>
                         HREF="eqn.7.html">eqn</A> manual for details.  For the time being, equations are rendered as simple in-line text.                          manual for details.  For the time being, equations are rendered as simple in-line text.  The equation parser satisfies
                           the language specified in the <A CLASS="external" HREF="http://www.kohala.com/start/troff/v7man/eqn/eqn2e.ps">Second
                           Edition User's Guide</A>.
                   </P>
                   <P>
                           This is also the first release featuring a distributed Windows binary, available at <A
                           HREF="/binaries/mdocml-win32.zip">/binaries/mdocml-win32.zip</A>.
                 </P>                  </P>
                 <P CLASS="news">                  <P CLASS="news">
                         12-07-2011: version 1.11.4                          12-07-2011: version 1.11.4

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.133

CVSweb