=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.157 retrieving revision 1.158 diff -u -p -r1.157 -r1.158 --- mandoc/Attic/index.sgml 2012/06/09 14:11:15 1.157 +++ mandoc/Attic/index.sgml 2012/06/09 14:19:55 1.158 @@ -33,11 +33,11 @@ mdocml consists of the libmandoc validating compiler and mandoc, which interfaces with the compiler library to format output for UNIX terminals (with support for wide-character locales), XHTML, HTML, PostScript, and PDF. - It also includes preconv, for recoding multibyte manuals; - demandoc, for emitting only text parts of manuals; - mandocdb, for indexing manuals; and - apropos, whatis, and - man.cgi for semantic search of manual content. + It also includes preconv for recoding multibyte manuals, + demandoc for emitting only text parts of manuals, + mandocdb for indexing manuals, + apropos (includes whatis mode) for indexed manual search, and + man.cgi for indexed manual search online. It is a BSD.lv project.

@@ -48,8 +48,8 @@

mdocml is in ISO C99 and should build and run on any modern system; however, you'll need sqlite3 to build apropos, whatis, man.cgi, and mandocdb. + HREF="http://www.sqlite.org">sqlite3 to build apropos (links to whatis), + man.cgi, and mandocdb. To build and install into /usr/local/, just run make install. Be careful: the preconv, apropos, and whatis binary names are usually taken by existing utilities.

@@ -120,130 +120,78 @@ apropos(1) search the manual page database - (text | - xhtml | - pdf | - ps) demandoc(1) emit only text of UNIX manuals - (text | - xhtml | - pdf | - ps) mandoc(1) format and display UNIX manuals - (text | - xhtml | - pdf | - ps) preconv(1) recode multibyte UNIX manuals - (text | - xhtml | - pdf | - ps) mandoc(3) mandoc macro compiler library - (text | - xhtml | - pdf | - ps) man(7) man language reference - (text | - xhtml | - pdf | - ps) man.cgi(7) cgi for manpage query and display - (text | - xhtml | - pdf | - ps) eqn(7) eqn-mandoc language reference - (text | - xhtml | - pdf | - ps) mandoc_char(7) mandoc special characters - (text | - xhtml | - pdf | - ps) mdoc(7) mdoc language reference - (text | - xhtml | - pdf | - ps) roff(7) roff-mandoc language reference - (text | - xhtml | - pdf | - ps) tbl(7) tbl-mandoc language reference - (text | - xhtml | - pdf | - ps) mandocdb(8) index UNIX manuals - (text | - xhtml | - pdf | - ps) @@ -301,10 +249,9 @@ Ingo, can you summarise your changes here?

- The mandocdb tools (mandocdb, - apropos (absorbing whatis), and - man.cgi have been re-written to use - sqlite3 as a database. + The mandocdb tools (mandocdb, apropos (absorbing whatis), and man.cgi) have been re-written to + use sqlite3 as a database.

See cvsweb for @@ -314,7 +261,7 @@ Copyright © 2008–2011 Kristaps Dzonsons, - $Date: 2012/06/09 14:11:15 $ + $Date: 2012/06/09 14:19:55 $