=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.148 retrieving revision 1.149 diff -u -p -r1.148 -r1.149 --- mandoc/Attic/index.sgml 2011/11/23 10:26:37 1.148 +++ mandoc/Attic/index.sgml 2011/11/29 11:21:47 1.149 @@ -3,11 +3,11 @@ - mdocml | mdoc macro compiler + mdocml | UNIX manpage compiler

- mdocml – mdoc macro compiler, current version @VERSION@ (@VDATE@) + mdocml – UNIX manpage compiler, current version @VERSION@ (@VDATE@)

Sources: current, @@ -42,8 +42,7 @@ It also includes preconv, for recoding multibyte manuals; demandoc, for emitting only text parts of manuals; mandocdb, for indexing manuals; and - apropos, for semantic search of manual content (both mandocdb and apropos are - still experimental). + apropos and whatis, for semantic search of manual content. It is a BSD.lv project.

@@ -55,10 +54,10 @@

mdocml is in plain-old ANSI C and should build and run on any modern system; however, you'll need libdb to build apropos and mandocdb (this is installed by default on BSD UNIX - systems — see the Makefile if you're running Linux). To build and install into /usr/local/, just - run make install. Be careful: the preconv and apropos binary names are usually taken by - existing utilities. + HREF="apropos.1.html">apropos, whatis, and mandocdb (this + is installed by default on BSD UNIX systems — see the Makefile if you're running Linux). 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.

Binaries @@ -171,6 +170,16 @@ + whatis(1) + + search the manual page database + (text | + xhtml | + pdf | + ps) + + + mandoc(3) mandoc macro compiler library @@ -260,7 +269,7 @@ TODO for known issues before posting. All lists are subscription-only: send a blank e-mail to the listed address to subscribe. Beyond that, contact Kristaps at kris...@bsd.lv. + this e-mail address">kris...@bsd.lv. Archives are available at Gmane.

@@ -273,7 +282,6 @@ @@ -283,7 +291,6 @@ @@ -293,7 +300,6 @@ @@ -302,6 +308,14 @@ News

+ xx-xx-2011: version 1.12.1 +

+

+ Significant work on apropos and mandocdb. These tools are + now much more robust and in line with other manpage systems. A whatis implementation is now + handled as an apropos mode. +

+

08-10-2011: version 1.12.0

@@ -330,24 +344,7 @@ several bugs were fixed regarding indentation and alignment. The page headers in mdoc are now nicer for very long titles.

-

- 02-09-2011: version 1.11.7 -

- Added demandoc utility for stripping away macros and escapes. This replaces the - historical deroff utility. Also improved the mdoc and man manuals. -

-

- 16-08-2011: version 1.11.6 -

-

- Handling of tr macro in roff implemented. This makes Perl documentation much more - readable. Hyphenation is also now enabled in man format documents. Many other general - improvements have been implemented. Furthermore, a 64-bit Windows binary is now available at mdocml-win64.zip and a Mac OS X universal binary is available at mdocml-macosx.zip. -

-

See cvsweb for historical notes.

@@ -355,7 +352,7 @@ Copyright © 2008–2011 Kristaps Dzonsons, - $Date: 2011/11/23 10:26:37 $ + $Date: 2011/11/29 11:21:47 $

bug-reports, general questions, and announcements - (archive)
patches and system discussions - (archive)
source commit messages - (archive)