[BACK]Return to index.7 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/index.7 between version 1.9 and 1.14

version 1.9, 2008/12/08 16:29:57 version 1.14, 2008/12/10 16:03:12
Line 22  and
Line 22  and
 is a full macro parser operating on source documents, specifically mdoc,  is a full macro parser operating on source documents, specifically mdoc,
 validating input and compiling to HTML and XML output types.  validating input and compiling to HTML and XML output types.
 .Pp  .Pp
   Downloads (source and ports) are available in the
   .Sx DOWNLOADS
   section.
   .Pp
 The  The
 .Nm  .Nm
 utility is tested specifically on  utility is tested specifically on
Line 75  The HTML filter has the following features:
Line 79  The HTML filter has the following features:
 .Pp  .Pp
 .Bl -enum -compact  .Bl -enum -compact
 .It  .It
 HTML-4.01 strict compliance.  HTML-4.01 strict compliance;
 .It  .It
 Proper render of values in UTF-8, such as  proper rendering of values in UTF-8, such as
 .Dq quotes  .Dq quotes
 and \*(>= predefined values.  and \*(>= predefined values;
 .It  .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  .It
 CSS-dictated style with meaningful non-CSS defaults.  CSS-dictated style with meaningful non-CSS defaults;
   .It
   and so on.
 .El  .El
 .Pp  .Pp
 The XML filter creates a correct XML tree with  The XML filter creates a correct XML tree with
Line 100  http://mdocml.bsd.lv/index.xml
Line 106  http://mdocml.bsd.lv/index.xml
 .Sh DOWNLOADS  .Sh DOWNLOADS
 Download  Download
 .Nm  .Nm
 at http://mdocml.bsd.lv/mdocml.tgz  at http://mdocml.bsd.lv/mdocml.tar.gz
 .Ns .  .Ns .
 .\" - UPDATE ME WITH EVERY RELEASE. ----------------------------------  .\" - UPDATE ME WITH EVERY RELEASE. ----------------------------------
 The current version is 1.0.1, dated 08/12/2008.  The current version is 1.0.3, dated 10/12/2008.
 .\" ------------------------------------------------------------------  .\" ------------------------------------------------------------------
 .Pp  .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.  versions filled in.
 .\"  .\"
 .Sh DOCUMENTS  .Sh DOCUMENTS
Line 118  is available at http://mdocml.bsd.lv/mdocml.html
Line 127  is available at http://mdocml.bsd.lv/mdocml.html
 .Sh EXAMPLES  .Sh EXAMPLES
 This page was produced as follows:  This page was produced as follows:
 .Pp  .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  .Sh SEE ALSO
 .Bl -ohang  .Bl -ohang
Line 133  text and produces HTML output.
Line 145  text and produces HTML output.
 and  and
 .Ox  .Ox
 project CGI for producing HTML from nroff source.  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  .El
 .\"  .\"
 .Sh AUTHORS  .Sh AUTHORS

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.14

CVSweb