summaryrefslogtreecommitdiffstats
path: root/index.sgml
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 11:27:38 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-06-09 11:27:38 +0000
commita0e355950b5f9c22f847d25620d203e0e55ebe3d (patch)
tree7476109c07ccb5f529aa1ffe4ac817986bd1664a /index.sgml
parent9c015b8592753e47fb0ae7bc57c0e3e91c4eb6f9 (diff)
downloadmandoc-a0e355950b5f9c22f847d25620d203e0e55ebe3d.tar.gz
Remove catman(8): it's superfluous.
Users of man.cgi should be able to just copy in their directories and have the CGI fine everything on its own or just suck it up or, in the cases of multiple manroots, have a simple config file. Besides, now that mandocdb(8) is using relative paths for everything, needing a fancy "cp -R" is silly.
Diffstat (limited to 'index.sgml')
-rw-r--r--index.sgml18
1 files changed, 4 insertions, 14 deletions
diff --git a/index.sgml b/index.sgml
index e4e53dc4..706027ff 100644
--- a/index.sgml
+++ b/index.sgml
@@ -37,7 +37,7 @@
<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="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.
</P>
<P>
@@ -49,8 +49,8 @@
<P>
<SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system; however, you'll
need <A HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">libdb</A> to build <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="catman.8.html">catman</A>, and <A HREF="mandocdb.8.html">mandocdb</A> (this is installed by default on BSD UNIX
+ HREF="apropos.1.html">apropos</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> (this is installed by default on BSD UNIX
systems &mdash; see the <I>Makefile</I> if you're running Linux). To build and install into <I>/usr/local/</I>, just
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.
@@ -249,16 +249,6 @@
</TD>
</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">
index UNIX manuals
@@ -328,7 +318,7 @@
</P>
<P>
The <A HREF="man.cgi.7.html">man.cgi</A> script is also now available for wider testing. It interfaces with <A
- HREF="mandocdb.8.html">mandocdb</A> manuals cached by <A HREF="catman.8.html">catman</A>. HTML output is generated
+ HREF="mandocdb.8.html">mandocdb</A> manuals cached by <DEL><A HREF="catman.8.html">catman</A></DEL>. HTML output is generated
on-the-fly by <A HREF="mandoc.3.html">libmandoc</A> or internal methods to convert pre-formatted pages.
</P>
<P>