<TD VALIGN="top">
man macro compiler library
<SPAN STYLE="font-size: smaller;">
- (<A HREF="man.3.txt">text</A> | <A HREF="man.3.ps">postscript</A>)
+ (<A HREF="man.3.txt">text</A> |
+ <A HREF="man.3.pdf">pdf</A> |
+ <A HREF="man.3.ps">postscript</A>)
</SPAN>
</TD>
</TR>
<TD VALIGN="top">
man language reference
<SPAN STYLE="font-size: smaller;">
- (<A HREF="man.7.txt">text</A> | <A HREF="man.7.ps">postscript</A>)
+ (<A HREF="man.7.txt">text</A> |
+ <A HREF="man.7.pdf">pdf</A> |
+ <A HREF="man.7.ps">postscript</A>)
</SPAN>
</TD>
</TR>
<TD VALIGN="top">
format and display UNIX manuals
<SPAN STYLE="font-size: smaller;">
- (<A HREF="mandoc.1.txt">text</A> | <A HREF="mandoc.1.ps">postscript</A>)
+ (<A HREF="mandoc.1.txt">text</A> |
+ <A HREF="mandoc.1.pdf">pdf</A> |
+ <A HREF="mandoc.1.ps">postscript</A>)
</SPAN>
</TD>
</TR>
<TD VALIGN="top">
mandoc special characters
<SPAN STYLE="font-size: smaller;">
- (<A HREF="mandoc_char.7.txt">text</A> | <A
- HREF="mandoc_char.7.ps">postscript</A>)
+ (<A HREF="mandoc_char.7.txt">text</A> |
+ <A HREF="mandoc_char.7.pdf">pdf</A> |
+ <A HREF="mandoc_char.7.ps">postscript</A>)
</SPAN>
</TD>
</TR>
<TD VALIGN="top">
mdoc macro compiler library
<SPAN STYLE="font-size: smaller;">
- (<A HREF="mdoc.3.txt">text</A> | <A HREF="mdoc.3.ps">postscript</A>)
+ (<A HREF="mdoc.3.txt">text</A> |
+ <A HREF="mdoc.3.pdf">pdf</A> |
+ <A HREF="mdoc.3.ps">postscript</A>)
</SPAN>
</TD>
</TR>
<TD VALIGN="top">
mdoc language reference
<SPAN STYLE="font-size: smaller;">
- (<A HREF="mdoc.7.txt">text</A> | <A HREF="mdoc.7.ps">postscript</A>)
+ (<A HREF="mdoc.7.txt">text</A> |
+ <A HREF="mdoc.7.pdf">pdf</A> |
+ <A HREF="mdoc.7.ps">postscript</A>)
</SPAN>
</TD>
</TR>
<TD VALIGN="top">
roff macro compiler library
<SPAN STYLE="font-size: smaller;">
- (<A HREF="roff.3.txt">text</A> | <A HREF="roff.3.ps">postscript</A>)
+ (<A HREF="roff.3.txt">text</A> |
+ <A HREF="roff.3.pdf">pdf</A> |
+ <A HREF="roff.3.ps">postscript</A>)
</SPAN>
</TD>
</TR>
<TD VALIGN="top">
roff-mandoc language reference
<SPAN STYLE="font-size: smaller;">
- (<A HREF="roff.7.txt">text</A> | <A HREF="roff.7.ps">postscript</A>)
+ (<A HREF="roff.7.txt">text</A> |
+ <A HREF="roff.7.pdf">pdf</A> |
+ <A HREF="roff.7.ps">postscript</A>)
</SPAN>
</TD>
</TR>
<P>
You may also subscribe to several mailing lists (these require subscription, which is
- moderated). An archive is not yet available on-line, although you may request one once
- subscribed.
+ moderated).
</P>
<TABLE WIDTH="100%" SUMMARY="Mailing Lists">
disc<A CLASS="external" TITLE="Reveal this e-mail address"
HREF="http://www.google.com/recaptcha/mailhide/d?k=01KQ80PFH5n3BBNpF5Gs4sRg==&c=EV1QytpQqTHSItc2IXvZyocgYLPnG5K0JKw_gwMC9yc=">...</A>@mdocml.bsd.lv
</TD>
- <TD>bug-reports, general questions, and announcements</TD>
+ <TD>
+ bug-reports, general questions, and announcements
+ <SPAN STYLE="font-size: smaller;">(<A HREF="/archives/discuss/summary.html">archive</A>)</SPAN>
+ </TD>
</TR>
<TR>
<TD>
tec<A CLASS="external" TITLE="Reveal this e-mail address"
HREF="http://www.google.com/recaptcha/mailhide/d?k=01qDX_iV0RlUOarEvb6mR28g==&c=gRXsTjza0NNCFPaYu-Taj2tF0pmYZSc90EZkFkhkxgo=">...</A>@mdocml.bsd.lv
</TD>
- <TD>patches and system discussions</TD>
+ <TD>
+ patches and system discussions
+ <SPAN STYLE="font-size: smaller;">(<A HREF="/archives/tech/summary.html">archive</A>)</SPAN>
+ </TD>
</TR>
<TR>
<TD>
sou<A CLASS="external" TITLE="Reveal this e-mail address"
HREF="http://www.google.com/recaptcha/mailhide/d?k=01prQrAZhhl2EbIwVcRfABsQ==&c=KtTW4Yic9xk-8g40KzJoca4fR3MYXv28g8NC6OQV-T8=">...</A>@mdocml.bsd.lv
</TD>
- <TD>source commit messages</TD>
+ <TD>
+ source commit messages
+ <SPAN STYLE="font-size: smaller;">(<A HREF="/archives/source/summary.html">archive</A>)</SPAN>
+ </TD>
</TR>
</TBODY>
</TABLE>
</H1>
<DIV CLASS="news">
<P>
- <SPAN CLASS="date">XX-07-2010</SPAN>:
+ <SPAN CLASS="date">27-09-2010</SPAN>:
+ version 1.10.6
+ </P>
+ <P>
+ Calling conventions for <A HREF="mandoc.1.html">mandoc</A> have changed: <SPAN
+ CLASS="flag">-W</SPAN> improved and <SPAN CLASS="flag">-f</SPAN> deprecated. Non-ASCII
+ characters are also now uniformly discarded. Lots of documentation improvements. Many
+ incremental fixes accomodating for groff's more interesting productions. Lastly, <A
+ HREF="http://perldoc.perl.org/pod2man.html" CLASS="external">pod2man</A> preambles are
+ now fully accepted after some considerable <A HREF="roff.7.html">roff</A> and special
+ character support.
+ </P>
+ </DIV>
+ <DIV CLASS="news">
+ <P>
+ <SPAN CLASS="date">27-07-2010</SPAN>:
version 1.10.5
</P>
<P>
- Purely a bug-fix and polish release. Highlights:
+ Primarily a bug-fix and polish release, but including <SPAN CLASS="flag">-Tpdf</SPAN>
+ support in <A HREF="mandoc.1.html">mandoc</A> by way of <A CLASS="external"
+ HREF="http://netbsd-soc.sourceforge.net/projects/mandoc_ps/">Summer of Code</A>.
+ Highlights:
</P>
<UL>
- <LI>fix <Q>Sm</Q> handling</LI>
+ <LI>fix <Q>Sm</Q> and <Q>Bd</Q> handling</LI>
<LI>fix end-of-sentence handling for embedded sentences</LI>
<LI>polish <A HREF="man.7.html">man</A> documentation</LI>
<LI>document all <A HREF="mdoc.7.html">mdoc</A> macros</LI>
- <LI>polish <A HREF="mandoc.1.html">mandoc</A> -Tps output</LI>
+ <LI>polish <A HREF="mandoc.1.html">mandoc</A> <SPAN CLASS="flag">-Tps</SPAN> output</LI>
<LI>lots of internal clean-ups in character escapes</LI>
<LI>un-break literal contexts in <A HREF="man.7.html">man</A> documents</LI>
- <LI>improve -Thtml output for -man</LI>
+ <LI>improve <SPAN CLASS="flag">-Thtml</SPAN> output for <SPAN CLASS="flag">-man</SPAN></LI>
+ <LI>add <A HREF="mandoc.1.html">mandoc</A> <SPAN CLASS="flag">-Tpdf</SPAN> support</LI>
</UL>
</DIV>
<DIV CLASS="news">
<LI><Q>Bk</Q> <A HREF="mdoc.7.html">mdoc</A> support</LI>
<LI>beautified SYNOPSIS section output</LI>
<LI>variable font-width and paper-size support in <A HREF="mandoc.1.html">mandoc</A>
- -Tps output</LI>
+ <SPAN CLASS="flag">-Tps</SPAN> output</LI>
<LI>acceptance of scope-block breakage in <A HREF="mdoc.7.html">mdoc</A></LI>
<LI>clarify error message status</LI>
<LI>many minor bug-fixes and formatting issues resolved</LI>
<TR>
<TD>
<DIV CLASS="foot">
- Copyright © 2008–2010 Kristaps Dzonsons, $Date: 2010/07/23 12:27:27 $
+ Copyright © 2008–2010 Kristaps Dzonsons, $Date: 2010/09/27 12:34:21 $
</DIV>
</TD>
</TR>