summaryrefslogtreecommitdiffstatshomepage
path: root/index.sgml
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-09-01 10:46:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-09-01 10:46:28 +0000
commit85524d91bce7e4c0554fb0b77b818fc4d8b5d3f6 (patch)
tree7a8316dc224165d6ef07191aebd51e6d81008cdc /index.sgml
parentf96bb9faa334d942264469a046fdba0d980db93d (diff)
downloadmandoc-85524d91bce7e4c0554fb0b77b818fc4d8b5d3f6.tar.gz
mandoc-85524d91bce7e4c0554fb0b77b818fc4d8b5d3f6.tar.zst
mandoc-85524d91bce7e4c0554fb0b77b818fc4d8b5d3f6.zip
Add demandoc utility, a replacement for deroff.
Diffstat (limited to 'index.sgml')
-rw-r--r--index.sgml45
1 files changed, 27 insertions, 18 deletions
diff --git a/index.sgml b/index.sgml
index 09fbc6e0..846fe8af 100644
--- a/index.sgml
+++ b/index.sgml
@@ -39,8 +39,9 @@
<SPAN CLASS="nm">mdocml</SPAN> consists of the <A HREF="mandoc.3.html">libmandoc</A> validating compiler and <A
HREF="mandoc.1.html">mandoc</A>, which interfaces with the compiler library to format output for UNIX terminals (with
support for wide-character locales), XHTML, HTML, PostScript, and PDF.
- It also includes <A HREF="preconv.1.html">preconv</A>, for recoding multibyte manuals; and <A
- HREF="mandocdb.8.html">mandocdb</A>, for indexing manuals.
+ It also includes <A HREF="preconv.1.html">preconv</A>, for recoding multibyte manuals;
+ <A HREF="demandoc.1.html">demandoc</A>, for emitting only text parts of manuals;
+ and <A HREF="mandocdb.8.html">mandocdb</A>, for indexing manuals.
It is a <A CLASS="external" HREF="http://bsd.lv/">BSD.lv</A> project.
</P>
<P>
@@ -131,13 +132,13 @@
</TD>
</TR>
<TR>
- <TD VALIGN="top"><A HREF="mandocdb.8.html">mandocdb(8)</A></TD>
+ <TD VALIGN="top"><A HREF="demandoc.1.html">demandoc(1)</A></TD>
<TD VALIGN="top">
- index UNIX manuals
- (<A HREF="mandocdb.8.txt">text</A> |
- <A HREF="mandocdb.8.xhtml">xhtml</A> |
- <A HREF="mandocdb.8.pdf">pdf</A> |
- <A HREF="mandocdb.8.ps">ps</A>)
+ emit only text of UNIX manuals
+ (<A HREF="demandoc.1.txt">text</A> |
+ <A HREF="demandoc.1.xhtml">xhtml</A> |
+ <A HREF="demandoc.1.pdf">pdf</A> |
+ <A HREF="demandoc.1.ps">ps</A>)
</TD>
</TR>
<TR>
@@ -220,6 +221,16 @@
<A HREF="tbl.7.ps">ps</A>)
</TD>
</TR>
+ <TR>
+ <TD VALIGN="top"><A HREF="mandocdb.8.html">mandocdb(8)</A></TD>
+ <TD VALIGN="top">
+ index UNIX manuals
+ (<A HREF="mandocdb.8.txt">text</A> |
+ <A HREF="mandocdb.8.xhtml">xhtml</A> |
+ <A HREF="mandocdb.8.pdf">pdf</A> |
+ <A HREF="mandocdb.8.ps">ps</A>)
+ </TD>
+ </TR>
</TBODY>
</TABLE>
<H1>
@@ -272,6 +283,13 @@
<A NAME="news">News</A>
</H1>
<P CLASS="news">
+ xx-xx-2011: version 1.11.x
+ </P>
+ <P>
+ Added <A HREF="demandoc.1.html">demandoc</A> utility for stripping away macros and escapes. This replaces the
+ historical <CODE>deroff</CODE> utility.
+ </P>
+ <P CLASS="news">
16-08-2011: version 1.11.6
</P>
<P>
@@ -295,15 +313,6 @@
This is also the first release featuring a distributed Windows binary, available at <A
HREF="/binaries/mdocml-win32.zip">/binaries/mdocml-win32.zip</A>.
</P>
- <P CLASS="news">
- 12-07-2011: version 1.11.4
- </P>
- <P>
- Bug-fixes and clean-ups across all systems, especially in <INS><A HREF="mandocdb.8.html">mandocdb</A></INS> <DEL>makewhatis</DEL> (note: still not
- connected to the general build and must be compiled with <INS><CODE>make mandocdb</CODE></INS> <DEL><CODE>make makewhatis</CODE></DEL>) and the <A
- HREF="man.7.html">man</A> parser. This release was significantly assisted by participants in <A CLASS="external"
- HREF="http://www.openbsd.org">OpenBSD</A>'s c2k11. Thanks!
- </P>
<P>
See <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/index.sgml?cvsroot=mdocml">cvsweb</A> for
historical notes.
@@ -312,7 +321,7 @@
<SMALL>
Copyright &#169; 2008&#8211;2011
<A CLASS="external" HREF="http://kristaps.bsd.lv">Kristaps Dzonsons</A>,
- $Date: 2011/08/18 09:02:57 $
+ $Date: 2011/09/01 10:46:28 $
</SMALL>
</P>
</BODY>