gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6086 - in Extractor-docs/WWW: . download
Date: Mon, 7 Jan 2008 09:05:13 -0700 (MST)

Author: grothoff
Date: 2008-01-07 09:05:13 -0700 (Mon, 07 Jan 2008)
New Revision: 6086

Added:
   Extractor-docs/WWW/download/libextractor-0.5.19.tar.gz
Removed:
   Extractor-docs/WWW/download/libextractor-0.5.10.tar.gz
   Extractor-docs/WWW/download/libextractor-0.5.11.tar.gz
   Extractor-docs/WWW/download/libextractor-0.5.12.tar.gz
   Extractor-docs/WWW/download/libextractor-0.5.13.tar.gz
   Extractor-docs/WWW/download/libextractor-0.5.14.tar.gz
   Extractor-docs/WWW/download/libextractor-0.5.15.tar.gz
   Extractor-docs/WWW/download/libextractor-0.5.16.tar.gz
   Extractor-docs/WWW/download/libextractor-0.5.17a.tar.bz2
Modified:
   Extractor-docs/WWW/download.php3
   Extractor-docs/WWW/index.php
   Extractor-docs/WWW/oldnews.php3
   Extractor-docs/WWW/plugins_list
Log:
release

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

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

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

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

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

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

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

Deleted: Extractor-docs/WWW/download/libextractor-0.5.17a.tar.bz2
===================================================================
(Binary files differ)

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


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

Modified: Extractor-docs/WWW/download.php3
===================================================================
--- Extractor-docs/WWW/download.php3    2008-01-07 16:01:39 UTC (rev 6085)
+++ Extractor-docs/WWW/download.php3    2008-01-07 16:05:13 UTC (rev 6086)
@@ -54,8 +54,8 @@
 ANCHOR("tar");
 H2("Tar Package");
 W("Latest version is %s.",
-  extlink_("download/libextractor-0.5.18.tar.gz",
-           "libextractor-0.5.18.tar.gz"));
+  extlink_("download/libextractor-0.5.19.tar.gz",
+           "libextractor-0.5.19.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-01-07 16:01:39 UTC (rev 6085)
+++ Extractor-docs/WWW/index.php        2008-01-07 16:05:13 UTC (rev 6086)
@@ -2,7 +2,7 @@
 $title="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";
+$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";
 $author="Vids Samanta and Christian Grothoff"; 
 $page="home";  
 include("html_header.php3");
@@ -37,6 +37,8 @@
 H2("Recent News");
 P();
 echo "<dl>";
+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.",
@@ -45,10 +47,6 @@
      "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.",
-     "This release fixes minor problems in the PDF extractors and improves the 
PNG extractor.  It also makes libextractor relocatable (by no longer building 
the installation path into the binary).  Various translations have been 
updated.");
 echo "</dl>";
 P();
 W("%s",

Modified: Extractor-docs/WWW/oldnews.php3
===================================================================
--- Extractor-docs/WWW/oldnews.php3     2008-01-07 16:01:39 UTC (rev 6085)
+++ Extractor-docs/WWW/oldnews.php3     2008-01-07 16:05:13 UTC (rev 6086)
@@ -6,6 +6,10 @@
 $page="oldnews";
 include("html_header.php3");
 echo "<dl>";
+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.",
+     "This release fixes minor problems in the PDF extractors and improves the 
PNG extractor.  It also makes libextractor relocatable (by no longer building 
the installation path into the binary).  Various translations have been 
updated.");
 DTDD("Wed May 17 02:17:21 PDT 2006 | libextractor v0.5.14 released.",
      "This release fixes a recently reported security problem in the ASF 
plugin.  It also fixes a security problem in the qt extractor (by re-writing it 
from scratch).  The re-write also improves support for various Quicktime 
attributes.  The mpeg extractor was changed to use <tt>libmpeg2</tt> fixing a 
problem with occasionally wrong image dimensions.");
 DTDD("Sat Apr 29 21:30:13 PDT 2006 | libextractor v0.5.13 released.",

Modified: Extractor-docs/WWW/plugins_list
===================================================================
--- Extractor-docs/WWW/plugins_list     2008-01-07 16:01:39 UTC (rev 6085)
+++ Extractor-docs/WWW/plugins_list     2008-01-07 16:05:13 UTC (rev 6086)
@@ -6,6 +6,7 @@
 StarOffice (sdw),
 DVI,
 MAN,
+FLAC, 
 MP3 (ID3v1 and ID3v2), 
 NSF (NES Sound Format),
 SID,
@@ -21,6 +22,7 @@
 TAR(.GZ),
 ZIP, 
 ELF,
+FLV,
 REAL,
 RIFF (AVI),
 MPEG,





reply via email to

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