diff options
Diffstat (limited to 'index.sgml')
-rw-r--r-- | index.sgml | 62 |
1 files changed, 24 insertions, 38 deletions
@@ -39,10 +39,9 @@ </P> <P> - <SPAN CLASS="nm">mdocml</SPAN> consists of the <A HREF="mdoc.3.html">libmdoc</A>, <A - HREF="man.3.html">libman</A>, and <A HREF="roff.3.html">libroff</A> validating compilers; and <A - HREF="mandoc.1.html">mandoc</A>, which interfaces with the compiler libraries to format output for UNIX - terminals, XHTML, HTML, PostScript, and PDF. It is a <A CLASS="external" + <SPAN CLASS="nm">mdocml</SPAN> consists of the <A HREF="mandoc.3.html">libmandoc</A> validating + compilers and <A HREF="mandoc.1.html">mandoc</A>, which interfaces with the compiler library to format + output for UNIX terminals, XHTML, HTML, PostScript, and PDF. It is a <A CLASS="external" HREF="http://bsd.lv/">BSD.lv</A> project. </P> @@ -60,8 +59,7 @@ <P> <SPAN CLASS="nm">mdocml</SPAN> is architecture- and system-neutral, written in plain-old C. The most - current version is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN class="attn">@VDATE@</SPAN>. A full - <A HREF="ChangeLog.html">ChangeLog</A> (<A HREF="ChangeLog.txt">txt</A>) is written with each release. + current version is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN class="attn">@VDATE@</SPAN>. </P> <H2> @@ -172,38 +170,14 @@ </TD> </TR> <TR> - <TD VALIGN="top"><A HREF="man.3.html">man(3)</A></TD> + <TD VALIGN="top"><A HREF="mandoc.3.html">mandoc(3)</A></TD> <TD VALIGN="top"> - man macro compiler library + mandoc macro compiler library <SPAN STYLE="font-size: smaller;"> - (<A HREF="man.3.txt">text</A> | - <A HREF="man.3.xhtml">xhtml</A> | - <A HREF="man.3.pdf">pdf</A> | - <A HREF="man.3.ps">postscript</A>) - </SPAN> - </TD> - </TR> - <TR> - <TD VALIGN="top"><A HREF="mdoc.3.html">mdoc(3)</A></TD> - <TD VALIGN="top"> - mdoc macro compiler library - <SPAN STYLE="font-size: smaller;"> - (<A HREF="mdoc.3.txt">text</A> | - <A HREF="mdoc.3.xhtml">xhtml</A> | - <A HREF="mdoc.3.pdf">pdf</A> | - <A HREF="mdoc.3.ps">postscript</A>) - </SPAN> - </TD> - </TR> - <TR> - <TD VALIGN="top"><A HREF="roff.3.html">roff(3)</A></TD> - <TD VALIGN="top"> - roff macro compiler library - <SPAN STYLE="font-size: smaller;"> - (<A HREF="roff.3.txt">text</A> | - <A HREF="roff.3.xhtml">xhtml</A> | - <A HREF="roff.3.pdf">pdf</A> | - <A HREF="roff.3.ps">postscript</A>) + (<A HREF="mandoc.3.txt">text</A> | + <A HREF="mandoc.3.xhtml">xhtml</A> | + <A HREF="mandoc.3.pdf">pdf</A> | + <A HREF="mandoc.3.ps">postscript</A>) </SPAN> </TD> </TR> @@ -220,6 +194,18 @@ </TD> </TR> <TR> + <TD VALIGN="top"><A HREF="eqn.7.html">eqn(7)</A></TD> + <TD VALIGN="top"> + eqn-mandoc language reference + <SPAN STYLE="font-size: smaller;"> + (<A HREF="eqn.7.txt">text</A> | + <A HREF="eqn.7.xhtml">xhtml</A> | + <A HREF="eqn.7.pdf">pdf</A> | + <A HREF="eqn.7.ps">postscript</A>) + </SPAN> + </TD> + </TR> + <TR> <TD VALIGN="top"><A HREF="mandoc_char.7.html">mandoc_char(7)</A></TD> <TD VALIGN="top"> mandoc special characters @@ -348,7 +334,7 @@ still minimal, especially for <SPAN CLASS="flag">-Thtml</SPAN> and <SPAN CLASS="flag">-Txhtml</SPAN>, but manages to at least display data. This means that <A HREF="mandoc.1.html">mandoc</A> now has built-in support for two troff preprocessors via - <A HREF="roff.3.html">libroff</A>: soelim and tbl. + <DEL>libroff</DEL>: soelim and tbl. </P> </DIV> <DIV CLASS="news"> @@ -375,7 +361,7 @@ HREF="#documentation">DOCUMENTATION</A> section for examples. <SPAN CLASS="attn">Attention: available style-sheet classes have been considerably changed!</SPAN> See the <SPAN CLASS="file">example.style.css</SPAN> file for details. - Lastly, <A HREF="mdoc.3.html">libmdoc</A> and <A HREF="man.3.html">libman</A> have been + Lastly, <DEL>libmdoc</DEL> and <DEL>libman</DEL> have been cleaned up and reduced in size and complexity. </P> </DIV> |