=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.131 retrieving revision 1.134 diff -u -p -r1.131 -r1.134 --- mandoc/Attic/index.sgml 2011/07/24 10:09:03 1.131 +++ mandoc/Attic/index.sgml 2011/08/16 12:13:27 1.134 @@ -39,16 +39,17 @@ Sources

- mdocml is in plain-old ANSI C and should build and run on any UNIX system, although mdocml is in plain-old ANSI C and should build and run on any modern system (mandocdb requires Berkeley Database (this is - installed by default on all BSD operating systems). + HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">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 mandocdb utility is not yet linked to the build. You must run make - mandocdb 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).

The most current version of mdocml is @VERSION@, dated - + @@ -74,13 +75,25 @@ cvsweb + + + + + + + +
Win32 (i686) binary archive + /binaries/mdocml-win32.zip +
Win64 (x86_64) binary archive + /binaries/mdocml-win64.zip +

Downstream

- + @@ -117,7 +130,7 @@ Historical
- + @@ -126,6 +139,12 @@ /snapshots/ + + + +
Binary archive + /binaries/ +

@@ -136,7 +155,7 @@

- + @@ -272,7 +291,7 @@ this e-mail address">kris...@bsd.lv.

- + @@ -311,6 +330,15 @@ News

+ 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, and a 64-bit Windows binary is now available at /binaries/mdocml-win64.zip. +

+

24-07-2011: version 1.11.5

@@ -320,6 +348,10 @@ the language specified in the Second Edition User's Guide.

+

+ This is also the first release featuring a distributed Windows binary, available at /binaries/mdocml-win32.zip. +

12-07-2011: version 1.11.4

@@ -329,36 +361,7 @@ HREF="man.7.html">man parser. This release was significantly assisted by participants in OpenBSD's c2k11. Thanks!

-

- 26-05-2011: version 1.11.3 -

- Introduce locale-encoding of output with the -Tlocale output option and Unicode escaped-character input. - See mandoc and mandoc_char, respectively, for details. - This allows for non-ASCII characters (e.g., \[u5000]) to be rendered in the locale's encoding, if said - environment supports wide-character encoding (if it does not, -Tascii is used instead). - Locale support can be turned off at compile time by removing -DUSE_WCHAR in the Makefile, in which case - -Tlocale is always a synonym for -Tascii. -

-

- Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded into mandoc input by using the newly-added preconv utility. - Note: in the future, this feature may be integrated into mandoc. -

-

- 12-05-2011: version 1.11.2 -

-

- Corrected some installation issues in version 1.11.1. - Further migration to libmandoc. - 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-tools, - which features semantic querying of manual content. -

-

See cvsweb for historical notes.

@@ -366,7 +369,7 @@ Copyright © 2008–2011 Kristaps Dzonsons, - $Date: 2011/07/24 10:09:03 $ + $Date: 2011/08/16 12:13:27 $