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

Diff for /mandoc/Attic/index.sgml between version 1.153 and 1.157

version 1.153, 2012/03/24 02:07:32 version 1.157, 2012/06/09 14:11:15
Line 37 
Line 37 
                         <A HREF="demandoc.1.html">demandoc</A>, for emitting only text parts of manuals;                          <A HREF="demandoc.1.html">demandoc</A>, for emitting only text parts of manuals;
                         <A HREF="mandocdb.8.html">mandocdb</A>, for indexing manuals; and                          <A HREF="mandocdb.8.html">mandocdb</A>, for indexing manuals; and
                         <A HREF="apropos.1.html">apropos</A>, <A HREF="whatis.1.html">whatis</A>, and                          <A HREF="apropos.1.html">apropos</A>, <A HREF="whatis.1.html">whatis</A>, and
                         <A HREF="man.cgi.7.html">man.cgi</A> (via <A HREF="catman.8.html">catman</A>) for semantic search of manual content.                          <A HREF="man.cgi.7.html">man.cgi</A> for semantic search of manual content.
                         It is a <A CLASS="external" HREF="http://bsd.lv/">BSD.lv</A> project.                          It is a <A CLASS="external" HREF="http://bsd.lv/">BSD.lv</A> project.
                 </P>                  </P>
                 <P>                  <P>
Line 47 
Line 47 
                         <A NAME="sources">Sources</A>                          <A NAME="sources">Sources</A>
                 </H2>                  </H2>
                 <P>                  <P>
                         <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system; however, you'll                          <SPAN CLASS="nm">mdocml</SPAN> is in ISO C99 and should build and run on any modern system; however, you'll need <A
                         need <A HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">libdb</A> to build <A                          HREF="http://www.sqlite.org">sqlite3</A> to build <A HREF="apropos.1.html">apropos</A>, <A
                         HREF="apropos.1.html">apropos</A>, <A HREF="whatis.1.html">whatis</A>, <A HREF="man.cgi.7.html">man.cgi</A>, <A                          HREF="whatis.1.html">whatis</A>, <A HREF="man.cgi.7.html">man.cgi</A>, and <A HREF="mandocdb.8.html">mandocdb</A>.
                         HREF="catman.8.html">catman</A>, and <A HREF="mandocdb.8.html">mandocdb</A> (this is installed by default on BSD UNIX                          To build and install into <I>/usr/local/</I>, just run <CODE>make install</CODE>.
                         systems &mdash; see the <I>Makefile</I> if you're running Linux).  To build and install into <I>/usr/local/</I>, just                          Be careful: the <B>preconv</B>, <B>apropos</B>, and <B>whatis</B> binary names are usually taken by existing utilities.
                         run <CODE>make install</CODE>.  Be careful: the <B>preconv</B>, <B>apropos</B>, and <B>whatis</B> binary names are  
                         usually taken by existing utilities.  
                 </P>                  </P>
                 <H2>                  <H2>
                         <A NAME="binaries">Binaries</A>  
                 </H2>  
                 <P>  
                         Binary archives consist of pre-compiled binaries, manuals, and other necessary files.  
                         Universal (Mac OS X) binaries are compiled for the PCC, i386, and x86_64 architectures.  
                         Windows binaries are compiled with <A CLASS="external" HREF="http://www.mingw.org">MingW</A> for the 32-bit (i686) and  
                         64-bit (x86_64) architectures.  
                 </P>  
                 <H2>  
                         Downstream                          Downstream
                 </H2>                  </H2>
                 <P>                  <P>
Line 168 
Line 157 
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                 <TR>                                  <TR>
                                         <TD VALIGN="top"><A HREF="whatis.1.html">whatis(1)</A></TD>  
                                         <TD VALIGN="top">  
                                                 search the manual page database  
                                                         (<A HREF="whatis.1.txt">text</A> |  
                                                         <A HREF="whatis.1.xhtml">xhtml</A> |  
                                                         <A HREF="whatis.1.pdf">pdf</A> |  
                                                         <A HREF="whatis.1.ps">ps</A>)  
                                         </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 258 
Line 237 
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                 <TR>                                  <TR>
                                         <TD VALIGN="top"><A HREF="catman.8.html">catman(8)</A></TD>  
                                         <TD VALIGN="top">  
                                                 update a man.cgi manpage cache  
                                                         (<A HREF="catman.8.txt">text</A> |  
                                                         <A HREF="catman.8.xhtml">xhtml</A> |  
                                                         <A HREF="catman.8.pdf">pdf</A> |  
                                                         <A HREF="catman.8.ps">ps</A>)  
                                         </TD>  
                                 </TR>  
                                 <TR>  
                                         <TD VALIGN="top"><A HREF="mandocdb.8.html">mandocdb(8)</A></TD>                                          <TD VALIGN="top"><A HREF="mandocdb.8.html">mandocdb(8)</A></TD>
                                         <TD VALIGN="top">                                          <TD VALIGN="top">
                                                 index UNIX manuals                                                  index UNIX manuals
Line 326 
Line 295 
                         <A NAME="news">News</A>                          <A NAME="news">News</A>
                 </H1>                  </H1>
                 <P CLASS="news">                  <P CLASS="news">
                         23-03-2011: version 1.12.1                          xx-xx-2012: version 1.12.4
                 </P>                  </P>
                 <P>                  <P>
                         Significant work on <A HREF="apropos.1.html">apropos</A> and <A HREF="mandocdb.8.html">mandocdb</A>.  These tools are                          <I>Ingo, can you summarise your changes here?</I>
                         now much more robust.  
                         A <A HREF="whatis.1.html">whatis</A> implementation is now handled as an <A HREF="apropos.1.html">apropos</A> mode.  
                         These tools are also able to minimally handle pre-formatted pages, that is, those already formatted by another utility  
                         such as GNU troff.  
                 </P>                  </P>
                 <P>                  <P>
                         The <A HREF="man.cgi.7.html">man.cgi</A> script is also now available for wider testing.  It interfaces with <A                          The <A HREF="mandocdb.8.html">mandocdb</A> tools (<A HREF="mandocdb.8.html">mandocdb</A>,
                         HREF="mandocdb.8.html">mandocdb</A> manuals cached by <A HREF="catman.8.html">catman</A>.  HTML output is generated                          <A HREF="apropos.1.html">apropos</A> (absorbing whatis), and
                         on-the-fly by <A HREF="mandoc.3.html">libmandoc</A> or internal methods to convert pre-formatted pages.                          <A HREF="man.cgi.7.html">man.cgi</A> have been re-written to use
                 </P>                          <A CLASS="external" HREF="http://www.sqlite.org">sqlite3</A> as a database.
                 <P>  
                         The mailing list archive for the discuss and tech lists are being hosted by <A CLASS="external"  
                         HREF="http://www.gmane.org">Gmane</A> at <A HREF="http://dir.gmane.org/gmane.comp.tools.mdocml.user"  
                         CLASS="external">gmane.comp.tools.mdocml.user</A> and <A HREF="http://dir.gmane.org/gmane.comp.tools.mdocml.devel"  
                         CLASS="external">gmane.comp.tools.mdocml.devel</A>, respectively.  
                 </P>  
                 <P>  
                         Lastly, I'm no longer providing binaries, as nobody has asked for them.  
                 </P>                  </P>
                 <P>                  <P>
                         See <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/index.sgml?cvsroot=mdocml">cvsweb</A> for                          See <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/index.sgml?cvsroot=mdocml">cvsweb</A> for

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.157

CVSweb