summaryrefslogtreecommitdiffstatshomepage
path: root/index.sgml
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-14 23:41:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-14 23:41:50 +0000
commit5ab74af420002aecfc6e50c48d14fe81df326147 (patch)
treeedce107bb8ecdc690d98853c59a1ab379d74e974 /index.sgml
parentb298ced06effb698adf3aebdf0c4fbe9c17c842b (diff)
downloadmandoc-5ab74af420002aecfc6e50c48d14fe81df326147.tar.gz
mandoc-5ab74af420002aecfc6e50c48d14fe81df326147.tar.zst
mandoc-5ab74af420002aecfc6e50c48d14fe81df326147.zip
Make index.sgml look more like mandoc-cgi, which I find looks much cleaner
and nicer.
Diffstat (limited to 'index.sgml')
-rw-r--r--index.sgml75
1 files changed, 17 insertions, 58 deletions
diff --git a/index.sgml b/index.sgml
index 0b2e314e..d7b2d26c 100644
--- a/index.sgml
+++ b/index.sgml
@@ -11,7 +11,7 @@
</P>
<H1>
- <A NAME="description">DESCRIPTION</A>
+ <A NAME="description">Description</A>
</H1>
<P>
@@ -39,18 +39,18 @@
</P>
<H1>
- <A NAME="sources">SOURCES</A>
+ <A NAME="sources">Sources</A>
</H1>
<P>
- <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any UNIX system. The most current
- version is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN class="attn">@VDATE@</SPAN>. If your system doesn't come
- with <SPAN CLASS="nm">mdocml</SPAN> (see <Q>Downstream</Q>), run <CODE>make</CODE> to compile and <CODE>make
- install</CODE> to install into <I>/usr/local</I>.
- </P>
- <P>
+ <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any UNIX system, although <A
+ HREF="makewhatis.1.html">makewhatis</A> requires <A CLASS="external"
+ HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">Berkeley Database</A> (this is
+ installed by default on all BSD operating systems). The most current version is <SPAN CLASS="attn">@VERSION@</SPAN>,
+ dated <SPAN class="attn">@VDATE@</SPAN>. If your system doesn't come with <SPAN CLASS="nm">mdocml</SPAN> (see
+ <Q>Downstream</Q>), run <CODE>make</CODE> to compile and <CODE>make install</CODE> to install into <I>/usr/local</I>.
Note that <A HREF="makewhatis.1.html">makewhatis</A> is not yet linked to the build. You must run <CODE>make
- makewhatis</CODE> to build it.
+ makewhatis</CODE> to build it (it does not install).
</P>
<H2>
@@ -134,7 +134,7 @@
</TABLE>
<H1>
- <A NAME="documentation">DOCUMENTATION</A>
+ <A NAME="documentation">Documentation</A>
</H1>
<P>
@@ -257,7 +257,7 @@
</TABLE>
<H1>
- <A NAME="contact">CONTACT</A>
+ <A NAME="contact">Contact</A>
</H1>
<P>
@@ -306,7 +306,7 @@
</TABLE>
<H1>
- <A NAME="news">NEWS</A>
+ <A NAME="news">News</A>
</H1>
<P CLASS="news">
@@ -340,58 +340,17 @@
libraries.
</P>
- <P CLASS="news">
- 07-01-2011: version 1.10.9
- </P>
- <P>
- Many back-end fixes have been implemented: argument handling (quoting), <A
- HREF="man.7.html">man</A> improvements, error/warning classes, and many more.
- </P>
- <P>
- Initial <A HREF="tbl.7.html">tbl</A> functionality (see the <Q>TS</Q>, <Q>TE</Q>, and
- <Q>T&amp;</Q> macros in the <A HREF="roff.7.html#x5c265453">roff</A> manual) has been
- merged from <A CLASS="external" HREF="http://tbl.bsd.lv">tbl.bsd.lv</A>. Output is
- 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
- <DEL>libroff</DEL>: soelim and tbl.
- </P>
-
- <P CLASS="news">
- 24-12-2010: version 1.10.8
- </P>
- <P>
- Significant improvements merged from <A CLASS="external"
- HREF="http://www.openbsd.org">OpenBSD</A> downstream, including
- </P>
- <UL>
- <LI>many new <A HREF="roff.7.html">roff</A> components,</LI>
- <LI>in-line implementation of troff's soelim,</LI>
- <LI>broken-block handling,</LI>
- <LI>overhauled error classifications, and</LI>
- <LI>cleaned up handling of error conditions.</LI>
- </UL>
- <P>
- Also overhauled the <SPAN CLASS="flag">-Thtml</SPAN> and <SPAN
- CLASS="flag">-Txhtml</SPAN> output modes. They now display readable output in arbitrary
- browsers, including text-based ones like <A CLASS="external"
- HREF="http://lynx.isc.org">lynx</A>. See HTML and XHTML manuals in the <A
- 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, <DEL>libmdoc</DEL> and <DEL>libman</DEL> have been
- cleaned up and reduced in size and complexity.
- </P>
-
<P>
See <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/index.sgml?cvsroot=mdocml">cvsweb</A> for
historical notes.
</P>
<P CLASS="foot">
- Copyright &#169; 2008&#8211;2011
- <A CLASS="external" HREF="http://kristaps.bsd.lv">Kristaps Dzonsons</A>,
- $Date: 2011/05/13 01:04:07 $
+ <SMALL>
+ Copyright &#169; 2008&#8211;2011
+ <A CLASS="external" HREF="http://kristaps.bsd.lv">Kristaps Dzonsons</A>,
+ $Date: 2011/05/14 23:41:50 $
+ </SMALL>
</P>
</BODY>
</HTML>