=================================================================== RCS file: /cvs/mandoc/Attic/index.7,v retrieving revision 1.8 retrieving revision 1.14 diff -u -p -r1.8 -r1.14 --- mandoc/Attic/index.7 2008/12/08 12:46:28 1.8 +++ mandoc/Attic/index.7 2008/12/10 16:03:12 1.14 @@ -1,5 +1,5 @@ .\" -.Dd $Mdocdate: December 8 2008 $ +.Dd $Mdocdate: December 10 2008 $ .Dt index 7 .Os LOCAL .\" @@ -22,6 +22,10 @@ and is a full macro parser operating on source documents, specifically mdoc, validating input and compiling to HTML and XML output types. .Pp +Downloads (source and ports) are available in the +.Sx DOWNLOADS +section. +.Pp The .Nm utility is tested specifically on @@ -54,7 +58,7 @@ scope), .It valid predefined characters (such as \\*(>= and \\*q), .It -correctly-ordered document prelude, +correctly-ordered prelude and sections, .It sane macro argument values (such as those for .Sq \&.Dt @@ -75,15 +79,17 @@ The HTML filter has the following features: .Pp .Bl -enum -compact .It -HTML-4.01 strict compliance. +HTML-4.01 strict compliance; .It -Proper render of values in UTF-8, such as +proper rendering of values in UTF-8, such as .Dq quotes -and \*(>= predefined values. +and \*(>= predefined values; .It -URI-appearing http://bsd.lv/ strings are correctly enclosed in link tags. +URI-appearing http://bsd.lv/ strings are correctly enclosed in link tags; .It -CSS-dictated style with meaningful non-CSS defaults. +CSS-dictated style with meaningful non-CSS defaults; +.It +and so on. .El .Pp The XML filter creates a correct XML tree with @@ -100,13 +106,16 @@ http://mdocml.bsd.lv/index.xml .Sh DOWNLOADS Download .Nm -at http://mdocml.bsd.lv/mdocml.tgz +at http://mdocml.bsd.lv/mdocml.tar.gz .Ns . .\" - UPDATE ME WITH EVERY RELEASE. ---------------------------------- -The current version is 1.0.0, dated 08/12/2008. +The current version is 1.0.3, dated 10/12/2008. .\" ------------------------------------------------------------------ .Pp -Previous versions are archived as mdocml-x.y.z.tgz, with the appropriate +An OpenBSD port is available at http://mdocml.bsd.lv/mdocml-port.tar.gz +.Ns . +.Pp +Previous versions are archived as mdocml-x.y.z.tar.gz, with the appropriate versions filled in. .\" .Sh DOCUMENTS @@ -118,7 +127,10 @@ is available at http://mdocml.bsd.lv/mdocml.html .Sh EXAMPLES This page was produced as follows: .Pp -.D1 % mdocml -fhtml -W -e -o index.html index.7 +.D1 % mdocml -fhtml -Wall -e -o index.html index.7 +.Pp +The original mdoc source is at http://mdocml.bsd.lv/index.txt +.Ns . .\" .Sh SEE ALSO .Bl -ohang @@ -133,6 +145,8 @@ text and produces HTML output. and .Ox project CGI for producing HTML from nroff source. +.It Xr roffit Ns : http://daniel.haxx.se/projects/roffit/ +HTML from roff manual source. Dead project? .El .\" .Sh AUTHORS