[BACK]Return to index.sgml CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/index.sgml between version 1.112 and 1.120

version 1.112, 2011/04/09 16:43:30 version 1.120, 2011/05/26 12:14:46
Line 11 
Line 11 
                 </P>                  </P>
   
                 <H1>                  <H1>
                         <A NAME="description">DESCRIPTION</A>                          <A NAME="description">Description</A>
                 </H1>                  </H1>
   
                 <P>                  <P>
Line 39 
Line 39 
                 </P>                  </P>
   
                 <H1>                  <H1>
                         <A NAME="sources">SOURCES</A>                          <A NAME="sources">Sources</A>
                 </H1>                  </H1>
   
                 <P>                  <P>
                         <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any UNIX system.  The most current                          <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any UNIX system, although <A
                         version is <SPAN CLASS="attn">@VERSION@</SPAN>, dated <SPAN class="attn">@VDATE@</SPAN>.                          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 (it does not install).
                 </P>                  </P>
   
                 <H2>                  <H2>
Line 128 
Line 134 
                 </TABLE>                  </TABLE>
   
                 <H1>                  <H1>
                         <A NAME="documentation">DOCUMENTATION</A>                          <A NAME="documentation">Documentation</A>
                 </H1>                  </H1>
   
                 <P>                  <P>
Line 152 
Line 158 
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                 <TR>                                  <TR>
                                           <TD VALIGN="top"><A HREF="makewhatis.1.html">makewhatis(1)</A></TD>
                                           <TD VALIGN="top">
                                                   index UNIX manuals
                                                   <SMALL>
                                                           (<A HREF="makewhatis.1.txt">text</A> |
                                                           <A HREF="makewhatis.1.xhtml">xhtml</A> |
                                                           <A HREF="makewhatis.1.pdf">pdf</A> |
                                                           <A HREF="makewhatis.1.ps">postscript</A>)
                                                   </SMALL>
                                           </TD>
                                   </TR>
                                   <TR>
                                           <TD VALIGN="top"><A HREF="preconv.1.html">preconv(1)</A></TD>
                                           <TD VALIGN="top">
                                                   recode multibyte UNIX manuals
                                                   <SMALL>
                                                           (<A HREF="preconv.1.txt">text</A> |
                                                           <A HREF="preconv.1.xhtml">xhtml</A> |
                                                           <A HREF="preconv.1.pdf">pdf</A> |
                                                           <A HREF="preconv.1.ps">postscript</A>)
                                                   </SMALL>
                                           </TD>
                                   </TR>
                                   <TR>
                                         <TD VALIGN="top"><A HREF="mandoc.3.html">mandoc(3)</A></TD>                                          <TD VALIGN="top"><A HREF="mandoc.3.html">mandoc(3)</A></TD>
                                         <TD VALIGN="top">                                          <TD VALIGN="top">
                                                 mandoc macro compiler library                                                  mandoc macro compiler library
Line 239 
Line 269 
                 </TABLE>                  </TABLE>
   
                 <H1>                  <H1>
                         <A NAME="contact">CONTACT</A>                          <A NAME="contact">Contact</A>
                 </H1>                  </H1>
   
                 <P>                  <P>
Line 288 
Line 318 
                 </TABLE>                  </TABLE>
   
                 <H1>                  <H1>
                         <A NAME="news">NEWS</A>                          <A NAME="news">News</A>
                 </H1>                  </H1>
   
                 <P CLASS="news">                  <P CLASS="news">
                         04-04-2011: version 1.11.1                          19-05-2011: version 1.11.3
                 </P>                  </P>
                 <P>                  <P>
                         The earlier <I>libroff</I>, <I>libmdoc</I>, and <I>libman</I> soup have been merged into                          Introduce locale-encoding of output with the <B>-Tlocale</B> output option and Unicode escaped-character input.
                         a single library, <A HREF="mandoc.3.html">libmandoc</A>, which manages all aspects of                          See <A HREF="mandoc.1.html">mandoc</A> and <A HREF="mandoc_char.7.html">mandoc_char</A>, respectively, for details.
                         parsing real manuals (from line-handling to <A HREF="tbl.7.html">tbl</A> parsing).                          This allows for non-ASCII characters (e.g., <I>\[u5000]</I>) to be rendered in the locale's encoding, if said
                           environment supports wide-character encoding (if it does not, <B>-Tascii</B> is used instead).
                           Locale support can be turned off at compile time by removing <I>-DUSE_WCHAR</I> in the <I>Makefile</I>, in which case
                           <B>-Tlocale</B> is always a synonym for <B>-Tascii</B>.
                 </P>                  </P>
                 <P>                  <P>
                         Beyond this structural change, initial <A HREF="eqn.7.html">eqn</A> functionality is in                          Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded as <A
                         place.  For the time being, this is limited to the recognition of equation blocks;                          HREF="mandoc.1.html">mandoc</A> input by using the newly-added <A HREF="preconv.1.html">preconv</A> utility.
                         future version of <SPAN CLASS="nm">mdocml</SPAN> will expand upon this framework.  
                 </P>                  </P>
                 <P>  
                         As usual, many general fixes and improvements have also occured.  In particular, a great  
                         deal of redundancy and superfluous code has been removed with the merging of the backend  
                         libraries.  
                 </P>  
   
                 <P CLASS="news">                  <P CLASS="news">
                         07-01-2011: version 1.10.9                          12-05-2011: version 1.11.2
                 </P>                  </P>
                 <P>                  <P>
                         Many back-end fixes have been implemented: argument handling (quoting), <A                          Corrected some installation issues in version 1.11.1.
                         HREF="man.7.html">man</A> improvements, error/warning classes, and many more.                          Further migration to <A HREF="mandoc.3.html">libmandoc</A>.
                           Initial public release (this utility is very much under development) of <A HREF="makewhatis.1.html">makewhatis</A>,
                           initially named mandoc-db.
                           This utility produces keyword databases of manual content
                           <A HREF="http://mdocml.bsd.lv/mandoc-cgi/index.html">mandoc-cgi</A>, which features semantic querying of manual content.
                 </P>                  </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">                  <P CLASS="news">
                         24-12-2010: version 1.10.8                          04-04-2011: version 1.11.1
                 </P>                  </P>
                 <P>                  <P>
                         Significant improvements merged from <A CLASS="external"                          The earlier <I>libroff</I>, <I>libmdoc</I>, and <I>libman</I> soup have been merged into
                         HREF="http://www.openbsd.org">OpenBSD</A> downstream, including                          a single library, <A HREF="mandoc.3.html">libmandoc</A>, which manages all aspects of
                           parsing real manuals (from line-handling to <A HREF="tbl.7.html">tbl</A> parsing).
                 </P>                  </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>                  <P>
                         Also overhauled the <SPAN CLASS="flag">-Thtml</SPAN> and <SPAN                          Beyond this structural change, initial <A HREF="eqn.7.html">eqn</A> functionality is in
                         CLASS="flag">-Txhtml</SPAN> output modes.  They now display readable output in arbitrary                          place.  For the time being, this is limited to the recognition of equation blocks;
                         browsers, including text-based ones like <A CLASS="external"                          future version of <SPAN CLASS="nm">mdocml</SPAN> will expand upon this framework.
                         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>
                   <P>
                           As usual, many general fixes and improvements have also occurred.  In particular, a great
                           deal of redundancy and superfluous code has been removed with the merging of the backend
                           libraries.
                   </P>
   
                 <P>                  <P>
                         See <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/index.sgml?cvsroot=mdocml">cvsweb</A> for                          See <A HREF="http://mdocml.bsd.lv/cgi-bin/cvsweb/index.sgml?cvsroot=mdocml">cvsweb</A> for
Line 359 
Line 374 
                 </P>                  </P>
   
                 <P CLASS="foot">                  <P CLASS="foot">
                         Copyright &#169; 2008&#8211;2011                          <SMALL>
                         <A CLASS="external" HREF="http://kristaps.bsd.lv">Kristaps Dzonsons</A>,                                  Copyright &#169; 2008&#8211;2011
                         $Date$                                  <A CLASS="external" HREF="http://kristaps.bsd.lv">Kristaps Dzonsons</A>,
                                   $Date$
                           </SMALL>
                 </P>                  </P>
         </BODY>          </BODY>
 </HTML>  </HTML>

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.120

CVSweb