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

Diff for /mandoc/Attic/index.sgml between version 1.141 and 1.146

version 1.141, 2011/09/27 22:59:01 version 1.146, 2011/10/08 12:21:57
Line 41 
Line 41 
                         support for wide-character locales), XHTML, HTML, PostScript, and PDF.                          support for wide-character locales), XHTML, HTML, PostScript, and PDF.
                         It also includes <A HREF="preconv.1.html">preconv</A>, for recoding multibyte 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;                          <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.                          <A HREF="mandocdb.8.html">mandocdb</A>, for indexing manuals; and
                           <A HREF="apropos.1.html">apropos</A>, for semantic search of manual content.
                         It is a <A CLASS="external" HREF="http://bsd.lv/">BSD.lv</A> project.                          It is a <A CLASS="external" HREF="http://bsd.lv/">BSD.lv</A> project.
                 </P>                  </P>
                 <P>                  <P>
Line 51 
Line 52 
                         <A NAME="sources">Sources</A>                          <A NAME="sources">Sources</A>
                 </H2>                  </H2>
                 <P>                  <P>
                         <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system.                          <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system; however, you'll
                         To build and install into <I>/usr/local/</I>, just run <CODE>make install</CODE>.                          need <A HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">libdb</A> to build <A
                         Be aware: if you have an existing groff installation, this may overwrite its <B>preconv</B> binary.                          HREF="apropos.1.html">apropos</A> and <A HREF="mandocdb.8.html">mandocdb</A> (this is installed by default on BSD UNIX
                         The <A HREF="mandocdb.8.html">mandocdb</A> utility is not yet linked to the build; please <A HREF="#contact">contact                          systems &mdash; see the <I>Makefile</I> if you're running Linux).  To build and install into <I>/usr/local/</I>, just
                         us</A> if you plan to use it.                          run <CODE>make install</CODE>.  Be careful: the <B>preconv</B> and <B>apropos</B> binary names are usually taken by
                           existing utilities.
                 </P>                  </P>
                 <H2>                  <H2>
                         <A NAME="binaries">Binaries</A>                          <A NAME="binaries">Binaries</A>
Line 122 
Line 124 
                         <COL>                          <COL>
                         <TBODY>                          <TBODY>
                                 <TR>                                  <TR>
                                         <TD VALIGN="top"><A HREF="mandoc.1.html">mandoc(1)</A></TD>                                          <TD VALIGN="top"><A HREF="apropos.1.html">apropos(1)</A></TD>
                                         <TD VALIGN="top">                                          <TD VALIGN="top">
                                                 format and display UNIX manuals                                                  search the manual page database
                                                         (<A HREF="mandoc.1.txt">text</A> |                                                          (<A HREF="apropos.1.txt">text</A> |
                                                         <A HREF="mandoc.1.xhtml">xhtml</A> |                                                          <A HREF="apropos.1.xhtml">xhtml</A> |
                                                         <A HREF="mandoc.1.pdf">pdf</A> |                                                          <A HREF="apropos.1.pdf">pdf</A> |
                                                         <A HREF="mandoc.1.ps">ps</A>)                                                          <A HREF="apropos.1.ps">ps</A>)
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                 <TR>                                  <TR>
Line 142 
Line 144 
                                         </TD>                                          </TD>
                                 </TR>                                  </TR>
                                 <TR>                                  <TR>
                                           <TD VALIGN="top"><A HREF="mandoc.1.html">mandoc(1)</A></TD>
                                           <TD VALIGN="top">
                                                   format and display UNIX manuals
                                                           (<A HREF="mandoc.1.txt">text</A> |
                                                           <A HREF="mandoc.1.xhtml">xhtml</A> |
                                                           <A HREF="mandoc.1.pdf">pdf</A> |
                                                           <A HREF="mandoc.1.ps">ps</A>)
                                           </TD>
                                   </TR>
                                   <TR>
                                         <TD VALIGN="top"><A HREF="preconv.1.html">preconv(1)</A></TD>                                          <TD VALIGN="top"><A HREF="preconv.1.html">preconv(1)</A></TD>
                                         <TD VALIGN="top">                                          <TD VALIGN="top">
                                                 recode multibyte UNIX manuals                                                  recode multibyte UNIX manuals
Line 283 
Line 295 
                         <A NAME="news">News</A>                          <A NAME="news">News</A>
                 </H1>                  </H1>
                 <P CLASS="news">                  <P CLASS="news">
                         xx-xx-2011: version 1.11.x                          08-10-2011: version 1.12.0
                 </P>                  </P>
                 <P>                  <P>
                         For <A HREF="tbl.7.html">tbl</A>, the horizontal spacing of tables was rewritten completely.                          This version features a new, work-in-progress <A HREF="mandoc.1.html">mandoc</A> output mode: -<B>Tman</B>.  This mode
                         It is now compatible with groff, both with and without frames and rulers.                          allows a system maintainer to distribute <A HREF="man.7.html">man</A> media for older systems that may not natively
                         Nesting of indented blocks is now supported in <A HREF="man.7.html">man</A>,                          support <A HREF="mdoc.7.html">mdoc</A>, such as old Solaris systems.
                         and several bugs were fixed regarding various kinds of indentation and alignment.                          The -<B>Ofragment</B> option was added to <A HREF="mandoc.1.html">mandoc</A>'s -<B>Thtml</B> and -<B>Txhtml</B> modes.
                         The page headers in <A HREF="mdoc.7.html">mdoc</A> are now nicer even for very long titles.                  </P>
                         Implementation of a mdoc-to-man-coverter (-Tman) was started.                  <P>
                         This is work in progress and will be developed in the tree.                          While adding features, an <A HREF="apropos.1.html">apropos</A> utility has been merged from the mandoc-tools sandbox.
                         The <A HREF="mdoc.7.html">mdoc</A> and <A HREF="man.7.html">man</A> manuals have been made more readable                          This interfaces with <A HREF="mandocdb.8.html">mandocdb</A> for semantic search of manual content.  <A
                         by adding MACRO OVERVIEW sections, by moving the gory details of the LANGUAGE SYNTAX to the <A HREF="roff.7.html">roff</A> manual,                          HREF="apropos.1.html">apropos</A> is different from the traditional <B>apropos</B> primarily in allowing keyword search
                         and by moving the very technical MACRO SYNTAX sections down to the bottom of the page.                          (such as for functions, utilities, etc.) and regular expressions.
                   </P>
                   <P>
                           In documentation news, the <A HREF="mdoc.7.html">mdoc</A> and <A HREF="man.7.html">man</A> manuals have been made
                           considerably more readable by adding <I>MACRO OVERVIEW</I> sections, by moving the gory details of the <I>LANGUAGE
                           SYNTAX</I> to the <A HREF="roff.7.html">roff</A> manual, and by moving the very technical <I>MACRO SYNTAX</I> sections
                           down to the bottom of the page.
                   </P>
                   <P>
                           Furthermore, for <A HREF="tbl.7.html">tbl</A>, the -<B>Tascii</B> mode horizontal spacing of tables was rewritten
                           completely.  It is now compatible with <A HREF="http://www.gnu.org/software/groff/" CLASS="external">groff</A>, both
                           with and without frames and rulers.  Nesting of indented blocks is now supported in <A HREF="man.7.html">man</A>, and
                           several bugs were fixed regarding indentation and alignment.  The page headers in <A HREF="mdoc.7.html">mdoc</A> are now
                           nicer for very long titles.
                 </P>                  </P>
                 <P CLASS="news">                  <P CLASS="news">
                         02-09-2011: version 1.11.7                          02-09-2011: version 1.11.7

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.146

CVSweb