gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2657 - Extractor-docs/WWW/man


From: grothoff
Subject: [GNUnet-SVN] r2657 - Extractor-docs/WWW/man
Date: Wed, 26 Apr 2006 09:09:32 -0700 (PDT)

Author: grothoff
Date: 2006-04-26 09:09:31 -0700 (Wed, 26 Apr 2006)
New Revision: 2657

Modified:
   Extractor-docs/WWW/man/extract.html
   Extractor-docs/WWW/man/libextractor.html
Log:
sync

Modified: Extractor-docs/WWW/man/extract.html
===================================================================
--- Extractor-docs/WWW/man/extract.html 2006-04-26 16:03:57 UTC (rev 2656)
+++ Extractor-docs/WWW/man/extract.html 2006-04-26 16:09:31 UTC (rev 2657)
@@ -2,7 +2,7 @@
 <HTML><HEAD><TITLE>Man page of EXTRACT</TITLE>
 </HEAD><BODY>
 <H1>EXTRACT</H1>
-Section: User Commands  (1)<BR>Updated: December 25, 2004<BR><A 
HREF="#index">Index</A>
+Section: User Commands  (1)<BR>Updated: April 28, 2005<BR><A 
HREF="#index">Index</A>
 <A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
 
 
@@ -58,7 +58,7 @@
 <A NAME="lbAD">&nbsp;</A>
 <H2>DESCRIPTION</H2>
 
-This manual page documents version 0.4.0 of the 
+This manual page documents version 0.5.11 of the 
 <B>extract </B>
 
 command.
@@ -94,7 +94,7 @@
 <DT><B>-B LANG</B>
 
 <DD>
-Use the generic plaintext extractor for the language with the 2-letter 
language code LANG.  Supported languages are DA (Danish), DE (German), EN 
(English), ES (Spanish), IT (Italian) and NO (Norwegian).
+Use the generic plaintext extractor for the language with the 2-letter 
language code LANG.  Supported languages are DA (Danish), DE (German), EN 
(English), ES (Spanish), FI (Finnish), FR (French), GA (Gaelic), IT (Italian), 
NO (Norwegian) and SV (Swedish).
 <DT><B>-d</B>
 
 <DD>
@@ -155,7 +155,7 @@
 <A NAME="lbAF">&nbsp;</A>
 <H2>SEE ALSO</H2>
 
-<B><A HREF="/cgi-bin/man/man2html?3+libextractor">libextractor</A></B>(3)
+<B><A HREF="libextractor.html">libextractor</A></B>(3)
 
 - description of the libextractor library
 <BR>
@@ -184,7 +184,7 @@
 </PRE><A NAME="lbAH">&nbsp;</A>
 <H2>LEGAL NOTICE</H2>
 
-libextractor and the extract tool are released under the GPL.
+libextractor and the extract tool are released under the GPL.  libextractor is 
a GNU project.
 <P>
 <A NAME="lbAI">&nbsp;</A>
 <H2>BUGS</H2>
@@ -197,14 +197,14 @@
 <B>extract</B>
 
 was originally written by Christian Grothoff &lt;<A 
HREF="mailto:address@hidden";>address@hidden</A>&gt; and
-Vidyut Samanta &lt;<A HREF="mailto:address@hidden";>address@hidden</A>&gt;. Use 
&lt;<A HREF="mailto:address@hidden";>address@hidden</A>&gt;
+Vidyut Samanta &lt;<A HREF="mailto:address@hidden";>address@hidden</A>&gt;. Use 
&lt;<A HREF="mailto:address@hidden";>address@hidden</A>&gt;
 to contact the current maintainer(s).
 <P>
 <A NAME="lbAK">&nbsp;</A>
 <H2>AVAILABILITY</H2>
 
 You can obtain the original author's latest version from
-<A HREF="http://ovmj.org/libextractor/";>http://ovmj.org/libextractor/</A>
+<A HREF="http://gnunet.org/libextractor/";>http://gnunet.org/libextractor/</A>
 <P>
 
 <HR>
@@ -222,9 +222,6 @@
 <DT><A HREF="#lbAK">AVAILABILITY</A><DD>
 </DL>
 <HR>
-This document was created by
-<A HREF="/cgi-bin/man/man2html">man2html</A>,
-using the manual pages.<BR>
-Time: 22:33:07 GMT, December 31, 2004
+Time: 16:47:24 GMT, April 26, 2006
 </BODY>
 </HTML>

Modified: Extractor-docs/WWW/man/libextractor.html
===================================================================
--- Extractor-docs/WWW/man/libextractor.html    2006-04-26 16:03:57 UTC (rev 
2656)
+++ Extractor-docs/WWW/man/libextractor.html    2006-04-26 16:09:31 UTC (rev 
2657)
@@ -2,13 +2,13 @@
 <HTML><HEAD><TITLE>Man page of LIBEXTRACTOR</TITLE>
 </HEAD><BODY>
 <H1>LIBEXTRACTOR</H1>
-Section: C Library Functions (3)<BR>Updated: Dec 25, 2004<BR><A 
HREF="#index">Index</A>
+Section: C Library Functions (3)<BR>Updated: Jul 14, 2005<BR><A 
HREF="#index">Index</A>
 <A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
 
 <A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 
-libextractor - meta-information extraction library 0.4.0
+libextractor - meta-information extraction library 0.5.11
 <A NAME="lbAC">&nbsp;</A>
 <H2>SYNOPSIS</H2>
 
@@ -38,6 +38,8 @@
 <P>
 
<BR>&nbsp;EXTRACTOR_KeywordList&nbsp;*&nbsp;EXTRACTOR_getKeywords&nbsp;(EXTRACTOR_ExtractorList&nbsp;*&nbsp;</B><I>extractor</I><B>,&nbsp;const&nbsp;char&nbsp;*&nbsp;</B><I>filename</I><B>);
 <P>
+<BR>&nbsp;EXTRACTOR_KeywordList&nbsp;*&nbsp;EXTRACTOR_getKeywords&nbsp;(EXTRACTOR_ExtractorList&nbsp;*&nbsp;</B><I>extractor</I><B>,&nbsp;const&nbsp;char&nbsp;*&nbsp;</B><I>data</I><B>,&nbsp;size_t&nbsp;</B><I>size</I><B>);
+<P>
 
<BR>&nbsp;EXTRACTOR_KeywordList&nbsp;*&nbsp;EXTRACTOR_removeEmptyKeywords&nbsp;(EXTRACTOR_KeywordList&nbsp;*&nbsp;</B><I>list</I><B>);
 <P>
 
<BR>&nbsp;EXTRACTOR_KeywordList&nbsp;*&nbsp;EXTRACTOR_removeDuplicateKeywords&nbsp;(EXTRACTOR_KeywordList&nbsp;*&nbsp;</B><I>list</I><B>,&nbsp;const&nbsp;unsigned&nbsp;int&nbsp;</B><I>options</I><B>);
@@ -60,7 +62,7 @@
 <H2>DESCRIPTION</H2>
 
 
-libExtractor is a simple library for keyword extraction.  libExtractor does 
not support all formats but supports a simple plugging mechanism such that you 
can quickly add extractors for additional formats, even without recompiling 
libExtractor.  libExtractor typically ships with one or more helper-libraries 
that can be used to obtain keywords from common file-types.  If you want to 
write your own extractor for some filetype, all you need to do is write a 
little library that implements a single method with this signature:
+libextractor is a simple library for keyword extraction.  libExtractor does 
not support all formats but supports a simple plugging mechanism such that you 
can quickly add extractors for additional formats, even without recompiling 
libExtractor.  libExtractor typically ships with one or more helper-libraries 
that can be used to obtain keywords from common file-types.  If you want to 
write your own extractor for some filetype, all you need to do is write a 
little library that implements a single method with this signature:
 <P>
 
<BR>&nbsp;<B>EXTRACTOR_KeywordList&nbsp;*&nbsp;LIBRARYNAME_extract(const&nbsp;char&nbsp;*&nbsp;</B><I>filename</I><B>,
 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;char&nbsp;*&nbsp;</B><I>data</I><B>,
@@ -78,12 +80,12 @@
 <A NAME="lbAE">&nbsp;</A>
 <H2>SEE ALSO</H2>
 
-<A HREF="/cgi-bin/man/man2html?1+extract">extract</A>(1)
+<A HREF="extract.html">extract</A>(1)
 <P>
 <A NAME="lbAF">&nbsp;</A>
 <H2>LEGAL NOTICE</H2>
 
-libextractor is released under the GPL.
+libextractor is released under the GPL and a GNU project (<A 
HREF="http://www.gnu.org/).">http://www.gnu.org/).</A>
 <P>
 <A NAME="lbAG">&nbsp;</A>
 <H2>BUGS</H2>
@@ -93,12 +95,12 @@
 <A NAME="lbAH">&nbsp;</A>
 <H2>AUTHORS</H2>
 
-extract was originally written by Christian Grothoff &lt;<A 
HREF="mailto:address@hidden";>address@hidden</A>&gt; and Vidyut Samanta &lt;<A 
HREF="mailto:address@hidden";>address@hidden</A>&gt;. Use &lt;<A 
HREF="mailto:address@hidden";>address@hidden</A>&gt; to contact the current 
maintainer(s).
+extract was originally written by Christian Grothoff &lt;<A 
HREF="mailto:address@hidden";>address@hidden</A>&gt; and Vidyut Samanta &lt;<A 
HREF="mailto:address@hidden";>address@hidden</A>&gt;. Use &lt;<A 
HREF="mailto:address@hidden";>address@hidden</A>&gt; to contact the current 
maintainer(s).
 <P>
 <A NAME="lbAI">&nbsp;</A>
 <H2>AVAILABILITY</H2>
 
-You can obtain the original author's latest version from <A 
HREF="http://ovmj.org/libextractor/.";>http://ovmj.org/libextractor/.</A>
+You can obtain the original author's latest version from <A 
HREF="http://gnunet.org/libextractor/.";>http://gnunet.org/libextractor/.</A>
 <P>
 
 <HR>
@@ -114,9 +116,6 @@
 <DT><A HREF="#lbAI">AVAILABILITY</A><DD>
 </DL>
 <HR>
-This document was created by
-<A HREF="/cgi-bin/man/man2html">man2html</A>,
-using the manual pages.<BR>
-Time: 22:33:17 GMT, December 31, 2004
+Time: 16:47:32 GMT, April 26, 2006
 </BODY>
 </HTML>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]