=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.124 retrieving revision 1.133 diff -u -p -r1.124 -r1.133 --- mandoc/Attic/index.sgml 2011/07/01 10:20:26 1.124 +++ mandoc/Attic/index.sgml 2011/07/24 19:08:09 1.133 @@ -29,7 +29,7 @@ HREF="mandoc.1.html">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; and makewhatis, for indexing manuals. + HREF="mandocdb.8.html">mandocdb, for indexing manuals. It is a BSD.lv project.

@@ -39,18 +39,23 @@ Sources

- mdocml is in plain-old ANSI C and should build and run on any UNIX system, although makewhatis requires Berkeley Database (this is - installed by default on all BSD operating systems). + mdocml is in plain-old ANSI C and should build and run on any modern system (mandocdb requires Berkeley Database, installed by + default on all BSD UNIX operating systems). +

+

To compile mdocml, run make, then make install to install into - /usr/local. - Be aware: if you have an existing groff installation, - this may overwrite its preconv binary. - The makewhatis utility is not yet linked to the build. You must run make - makewhatis to build it (it does not install). + /usr/local. Be aware: if you have an existing groff installation, this may overwrite its preconv binary. The mandocdb utility is not yet linked to the build: you must run make mandocdb to + build it (it does not install).

+ Distributed Win32 binaries are compiled using mingw32. They are + distributed in a ZIP archive consisting of binaries, manuals, and other installable media. +

+

The most current version of mdocml is @VERSION@, dated @VDATE@.

@@ -74,6 +79,12 @@ cvsweb + + Win32 binary archive + + /binaries/mdocml-win32.zip + +

@@ -126,6 +137,12 @@ /snapshots/ + + Binary archive + + /binaries/ + +

@@ -152,14 +169,14 @@ - makewhatis(1) + mandocdb(8) index UNIX manuals - (text | - xhtml | - pdf | - postscript) + (text | + xhtml | + pdf | + postscript) @@ -311,18 +328,29 @@ News

- xx-06-2011: version 1.11.4 + 24-07-2011: version 1.11.5

- Bug-fixes and clean-ups across all systems, especially in makewhatis (note: still not - connected to the general build and must be compiled with make makewhatis). + Significant eqn improvements. mdocml can now parse arbitrary eqn input + (although few GNU extensions are accepted, nor is mixing low-level roff with eqn). See the eqn + manual for details. For the time being, equations are rendered as simple in-line text. The equation parser satisfies + the language specified in the Second + Edition User's Guide.

- The output for makewhatis is used by several tools in the mandoc-tools package. In time these may be merged into mdocml, but for the time being their development is separate. + This is also the first release featuring a distributed Windows binary, available at /binaries/mdocml-win32.zip.

+ 12-07-2011: version 1.11.4 +

+

+ Bug-fixes and clean-ups across all systems, especially in mandocdb makewhatis (note: still not + connected to the general build and must be compiled with make mandocdb make makewhatis) and the man parser. This release was significantly assisted by participants in OpenBSD's c2k11. Thanks! +

+

26-05-2011: version 1.11.3

@@ -344,10 +372,10 @@

Corrected some installation issues in version 1.11.1. Further migration to libmandoc. - Initial public release (this utility is very much under development) of makewhatis, + Initial public release (this utility is very much under development) of mandocdbmakewhatis, initially named mandoc-db. This utility produces keyword databases of manual content - mandoc-cgi, + mandoc-cgi, mandoc-tools, which features semantic querying of manual content.

@@ -359,7 +387,7 @@ Copyright © 2008–2011 Kristaps Dzonsons, - $Date: 2011/07/01 10:20:26 $ + $Date: 2011/07/24 19:08:09 $