summaryrefslogtreecommitdiffstatshomepage
path: root/index.sgml
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:02:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:02:50 +0000
commit51b80f5088ac30124cca09023af7fcccc4b63653 (patch)
tree6e72b34b84a3d4edba03a3d64ac79c6407b07fab /index.sgml
parent5757872d63af1fe9378c98a39f40ebe5017a8b92 (diff)
downloadmandoc-51b80f5088ac30124cca09023af7fcccc4b63653.tar.gz
mandoc-51b80f5088ac30124cca09023af7fcccc4b63653.tar.zst
mandoc-51b80f5088ac30124cca09023af7fcccc4b63653.zip
Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, and
man.h are now part of libmandoc.h, so remove these from their respective manuals (they're no longer public-facing and we don't need a libmandoc.3 (yet?)). Before that, move the juicy data (parse tree syntax) into new-born mandoc.3. Peck around in Makefile and index.sgml to reflect reality.
Diffstat (limited to 'index.sgml')
-rw-r--r--index.sgml64
1 files changed, 25 insertions, 39 deletions
diff --git a/index.sgml b/index.sgml
index 2725db7b..18f19ddd 100644
--- a/index.sgml
+++ b/index.sgml
@@ -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>
@@ -388,7 +374,7 @@
<TR>
<TD>
<DIV CLASS="foot">
- Copyright &#169; 2008&#8211;2011 Kristaps Dzonsons, $Date: 2011/01/07 15:22:21 $
+ Copyright &#169; 2008&#8211;2011 Kristaps Dzonsons, $Date: 2011/03/22 10:02:50 $
</DIV>
</TD>
</TR>