gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6707 - in Extractor-docs/WWW: . download


From: gnunet
Subject: [GNUnet-SVN] r6707 - in Extractor-docs/WWW: . download
Date: Mon, 14 Apr 2008 14:50:56 -0600 (MDT)

Author: grothoff
Date: 2008-04-14 14:50:55 -0600 (Mon, 14 Apr 2008)
New Revision: 6707

Added:
   Extractor-docs/WWW/download/libextractor-0.5.20a.tar.gz
Removed:
   Extractor-docs/WWW/download/libextractor-java-0.5.1.tar.gz
   Extractor-docs/WWW/download/libextractor-java-0.5.6.tar.gz
Modified:
   Extractor-docs/WWW/download.php3
   Extractor-docs/WWW/index.php
   Extractor-docs/WWW/oldnews.php3
Log:
rel

Added: Extractor-docs/WWW/download/libextractor-0.5.20a.tar.gz
===================================================================
(Binary files differ)


Property changes on: Extractor-docs/WWW/download/libextractor-0.5.20a.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: Extractor-docs/WWW/download/libextractor-java-0.5.1.tar.gz
===================================================================
(Binary files differ)

Deleted: Extractor-docs/WWW/download/libextractor-java-0.5.6.tar.gz
===================================================================
(Binary files differ)

Modified: Extractor-docs/WWW/download.php3
===================================================================
--- Extractor-docs/WWW/download.php3    2008-04-14 20:42:55 UTC (rev 6706)
+++ Extractor-docs/WWW/download.php3    2008-04-14 20:50:55 UTC (rev 6707)
@@ -1,5 +1,5 @@
 <?php
-$title="libextractor - download page";
+$title="GNU libextractor - download page";
 $email="address@hidden";
 $keywords="keyword, extraction, mp3, html, pdf, sid, ogg, nsf, images, jpeg, 
gif, ps, mime, tiff, libextractor, GNU";
 $author="Vids Samanta and Christian Grothoff";
@@ -54,8 +54,8 @@
 ANCHOR("tar");
 H2("Tar Package");
 W("Latest version is %s.",
-  extlink_("download/libextractor-0.5.20.tar.gz",
-           "libextractor-0.5.20.tar.gz"));
+  extlink_("download/libextractor-0.5.20a.tar.gz",
+           "libextractor-0.5.20a.tar.gz"));
 BR();
 W("Latest Java-binding is %s.",
   extlink_("download/libextractor-java-0.5.18.tar.gz",

Modified: Extractor-docs/WWW/index.php
===================================================================
--- Extractor-docs/WWW/index.php        2008-04-14 20:42:55 UTC (rev 6706)
+++ Extractor-docs/WWW/index.php        2008-04-14 20:50:55 UTC (rev 6707)
@@ -1,5 +1,5 @@
 <?php
-$title="libextractor - a simple library for keyword extraction";
+$title="GNU libextractor - a simple library for keyword extraction";
 $description="a simple library for keyword extraction";
 $email="address@hidden";       
 $keywords="keyword, extraction, mp3, html, pdf, images, jpeg, gif, ps, mime, 
real, qt, asf, mpeg, avi, riff, tiff, summary, summaries, kbps, format, 
mime-type, zip, elf, doc, ppt, xls, sha-1, md5, open office, sxw, dvi, id3, 
id3v2, id3v2.3, id3v2.4, thumbnails, exiv2, nsf, sid, flv, flac";
@@ -8,7 +8,7 @@
 include("html_header.php3");
 
 ANCHOR("about");
-H2("About libextractor");
+H2("About GNU libextractor");
 
 IMG("extractor_logo.png", "libextractor", "right", "136", "94", "0");
 P();
@@ -37,20 +37,14 @@
 H2("Recent News");
 P();
 echo "<dl>";
+DTDD("Mon Apr 14 14:23:33 MDT 2008 | libextractor v0.5.20a released.",
+     "This release updates the Swedish, Vietnamese, German and Gaelic 
translations and adds translations for Dutch.");
 DTDD("Thu Mar 20 23:38:47 MDT 2008 | libextractor v0.5.20 released.",
      "This release adds support for AppleSingle and AppleDouble files and 
improves extraction of track numbers and ISRC codes.");
 DTDD("Sat Jan 12 14:10:59 MST 2008 | libextractor v0.5.19a released.",
      "This release fixes security issues in the XPDF-based PDF plugin (which 
is not the one used by default).");
 DTDD("Mon Jan  7 08:51:58 MST 2008 | libextractor v0.5.19 released.",
      "This release adds support for Adobe Flash (FLV) and Free Lossless Audio 
Codec (FLAC) files. The quicktime, ole2 and split extractors were also 
improved.");
-DTDD("Wed Jul  4 17:53:45 MDT 2007 | libextractor v0.5.18a released.",
-     "This release fixes various build problems (Qt, automake 1.10), a crash 
with recent versions of libgsf and adds an (incomplete) manual.");
-DTDD("Sat Apr 21 17:11:56 MDT 2007 | libextractor-java v0.5.18 released.",
-     "This release adds support for in-memory metadata extracton.  The API was 
changed to return ArrayLists instead of Vectors.");
-DTDD("Sun Mar 11 17:55:10 MDT 2007 | libextractor v0.5.18 released.",
-     "This release adds support for NSFE files.  Removal of duplicate keywords 
is now biased against keywords obtained from splitting.  The build process 
should now work properly if no C++ compiler is found.  The thumbnail-extractors 
should now load properly in all cases (resolved a symbol naming problem).");
-DTDD("Mon Jan  1 19:52:50 MST 2007 | libextractor v0.5.17 released.",
-     "This release adds support for SID files (C64 music files) and pkg-config 
detection of libextractor.  A new option makes <tt>extract</tt> easier to use 
with <tt>grep</tt>.  Splitextractor split tokens can now be configured.");
 echo "</dl>";
 P();
 W("%s",

Modified: Extractor-docs/WWW/oldnews.php3
===================================================================
--- Extractor-docs/WWW/oldnews.php3     2008-04-14 20:42:55 UTC (rev 6706)
+++ Extractor-docs/WWW/oldnews.php3     2008-04-14 20:50:55 UTC (rev 6707)
@@ -6,6 +6,14 @@
 $page="oldnews";
 include("html_header.php3");
 echo "<dl>";
+DTDD("Wed Jul  4 17:53:45 MDT 2007 | libextractor v0.5.18a released.",
+     "This release fixes various build problems (Qt, automake 1.10), a crash 
with recent versions of libgsf and adds an (incomplete) manual.");
+DTDD("Sat Apr 21 17:11:56 MDT 2007 | libextractor-java v0.5.18 released.",
+     "This release adds support for in-memory metadata extracton.  The API was 
changed to return ArrayLists instead of Vectors.");
+DTDD("Sun Mar 11 17:55:10 MDT 2007 | libextractor v0.5.18 released.",
+     "This release adds support for NSFE files.  Removal of duplicate keywords 
is now biased against keywords obtained from splitting.  The build process 
should now work properly if no C++ compiler is found.  The thumbnail-extractors 
should now load properly in all cases (resolved a symbol naming problem).");
+DTDD("Mon Jan  1 19:52:50 MST 2007 | libextractor v0.5.17 released.",
+     "This release adds support for SID files (C64 music files) and pkg-config 
detection of libextractor.  A new option makes <tt>extract</tt> easier to use 
with <tt>grep</tt>.  Splitextractor split tokens can now be configured.");
 DTDD("Sat Nov 11 16:15:22 MST 2006 | libextractor v0.5.16 released.",
      "This release enhances support for ID3 tags and adds support for the NES 
Sound Format (NSF).  It also resolves an issue with libextractor truncating 
libltdl search paths.");
 DTDD("Wed Sep  6 14:24:56 PDT 2006 | libextractor v0.5.15 released.",





reply via email to

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