=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.102 retrieving revision 1.111 diff -u -p -r1.102 -r1.111 --- mandoc/Attic/index.sgml 2011/01/04 23:32:39 1.102 +++ mandoc/Attic/index.sgml 2011/04/04 21:07:20 1.111 @@ -39,10 +39,9 @@

- mdocml consists of the libmdoc, libman, and libroff validating compilers; and mandoc, which interfaces with the compiler libraries to format output for UNIX - terminals, XHTML, HTML, PostScript, and PDF. mdocml is a mdocml consists of the libmandoc validating + compiler and mandoc, which interfaces with the compiler library to format + output for UNIX terminals, XHTML, HTML, PostScript, and PDF. It is a BSD.lv project.

@@ -59,9 +58,8 @@

- mdocml is architecture- and system-neutral, written in plain-old C. The most - current version is @VERSION@, dated @VDATE@. A full - ChangeLog (txt) is written with each release. + mdocml is in plain-old ANSI C and should build and run on any UNIX system. + The most current version is @VERSION@, dated @VDATE@.

@@ -160,18 +158,30 @@ - man(3) + mandoc(1) - man macro compiler library + format and display UNIX manuals - (text | - xhtml | - pdf | - postscript) + (text | + xhtml | + pdf | + postscript) + mandoc(3) + + mandoc macro compiler library + + (text | + xhtml | + pdf | + postscript) + + + + man(7) man language reference @@ -184,14 +194,14 @@ - mandoc(1) + eqn(7) - format and display UNIX manuals + eqn-mandoc language reference - (text | - xhtml | - pdf | - postscript) + (text | + xhtml | + pdf | + postscript) @@ -208,18 +218,6 @@ - mdoc(3) - - mdoc macro compiler library - - (text | - xhtml | - pdf | - postscript) - - - - mdoc(7) mdoc language reference @@ -232,18 +230,6 @@ - roff(3) - - roff macro compiler library - - (text | - xhtml | - pdf | - postscript) - - - - roff(7) roff-mandoc language reference @@ -283,17 +269,16 @@

- Please use the mailing lists for bug-reports, patches, questions, etc. Beyond that, contact - Kristaps at TODO for known issues + before posting. + Beyond that, contact Kristaps at kris...@bsd.lv.

-

- You may also subscribe to several mailing lists (these require subscription, which is - moderated). -

- @@ -339,15 +324,42 @@

- 03-01-2011: + 04-04-2011: + version 1.11.1 +

+

+ The earlier libroff, libmdoc, and libman soup have been merged into + a single library, libmandoc, which manages all aspects of + parsing real manuals (from line-handling to tbl parsing). +

+

+ Beyond this structural change, initial eqn functionality is in + place. For the time being, this is limited to the recognition of equation blocks; + future version of mdocml will expand upon this framework. +

+

+ As usual, many general fixes and improvements have also occured. In particular, a great + deal of redundancy and superfluous code has been removed with the merging of the backend + libraries. +

+
+
+

+ 07-01-2011: version 1.10.9

- tbl functionality (see the TS, TE, and + Many back-end fixes have been implemented: argument handling (quoting), man improvements, error/warning classes, and many more. +

+

+ Initial tbl functionality (see the TS, TE, and T& macros in the roff manual) has been - merged from tbl.bsd.lv. Many back-end - fixes have also been implemented, primarily in argument handling (quoting) and man documents. + merged from tbl.bsd.lv. Output is + still minimal, especially for -Thtml and -Txhtml, but manages to at least display data. This means that mandoc now has built-in support for two troff preprocessors via + libroff: soelim and tbl.

@@ -374,7 +386,7 @@ HREF="#documentation">DOCUMENTATION section for examples. Attention: available style-sheet classes have been considerably changed! See the example.style.css file for details. - Lastly, libmdoc and libman have been + Lastly, libmdoc and libman have been cleaned up and reduced in size and complexity.

@@ -387,7 +399,7 @@
- Copyright © 2008–2010 Kristaps Dzonsons, $Date: 2011/01/04 23:32:39 $ + Copyright © 2008–2011 Kristaps Dzonsons, $Date: 2011/04/04 21:07:20 $