gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1253 - Extractor-docs/WWW Extractor-docs/WWW/download Extr


From: grothoff
Subject: [GNUnet-SVN] r1253 - Extractor-docs/WWW Extractor-docs/WWW/download Extractor-java GNUnet-docs/WWW
Date: Mon, 4 Jul 2005 10:09:43 -0700 (PDT)

Author: grothoff
Date: 2005-07-04 10:01:46 -0700 (Mon, 04 Jul 2005)
New Revision: 1253

Added:
   Extractor-docs/WWW/download/libextractor-0.5.1.tar.bz2
   Extractor-java/README.debian
Modified:
   Extractor-docs/WWW/download.php3
   Extractor-docs/WWW/index.php
   Extractor-java/Makefile.am
   GNUnet-docs/WWW/download.php3
Log:
release 0.5.1

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


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

Modified: Extractor-docs/WWW/download.php3
===================================================================
--- Extractor-docs/WWW/download.php3    2005-07-04 16:51:11 UTC (rev 1252)
+++ Extractor-docs/WWW/download.php3    2005-07-04 17:01:46 UTC (rev 1253)
@@ -1,78 +1,65 @@
 <?php
-$title="libExtractor - download page";
+$title="libextractor - download page";
 $email="address@hidden";
-$keywords="keyword, extraction, mp3, html, pdf, images, jpeg, gif, ps, mime, 
tiff";
-$author="Vids Samanta";
+$keywords="keyword, extraction, mp3, html, pdf, images, jpeg, gif, ps, mime, 
tiff, libextractor, GNU";
+$author="Vids Samanta and Christian Grothoff";
 $page="download";
 include("html_header.php3");
 
-$d = opendir("download");
-while($file = readdir($d)) {
-       if (stristr($file,"src.rpm"))
-               $srpms[] = $file;
-       else if (stristr($file,"rpm"))
-               $rpms[] = $file;
-       else if(stristr($file,"tar"))
-               $tars[] = $file;
-        else if(stristr($file,"patch"))
-               $patches[] = $file;
-}
-closedir($d);
-
-$d = opendir("download/win");
-while($file = readdir($d)) {
-       if (stristr($file,"libextractor"))
-               $win[] = $file;
-}
-closedir($d);
-
 H2("Subversion access");
-W("You can access the current development version of libExtractor using");
+W("You can access the current development version of libextractor using");
 PRE("$ svn checkout https://gnunet.org/svn/Extractor";);
+BR();
+W("A Java binding for libextractor is in");
+PRE("$ svn checkout https://gnunet.org/svn/Extractor-java";);
+BR();
+W("A Python binding can be found under");
+PRE("$ svn checkout https://gnunet.org/svn/Extractor-python";);
+BR();
+W("An initial draft of a PHP binding can be found under");
+PRE("$ svn checkout https://gnunet.org/svn/Extractor-php";);
 
 H2("Debian .deb package");
 W("The debian package can be downloaded from the %s.",
   extlink_("http://packages.debian.org/";, "official debian archive"));
 W("The extract package can be found under Utilities and the library under 
Libraries.");
 W("The respective packages for libextractor are %s, %s and for development 
%s.",
-  ARRAY(extlink_("http://packages.debian.org/extract";, "extract"),
-        extlink_("http://packages.debian.org/libextractor1";, "libextractor1"),
-       extlink_("http://packages.debian.org/libextractor1-dev";, 
"libextractor1-dev")));
+  ARRAY(extlink_("http://packages.debian.org/extract";, 
+                 "extract"),
+        extlink_("http://packages.debian.org/libextractor1";, 
+                 "libextractor1"),
+       extlink_("http://packages.debian.org/libextractor1-dev";, 
+                 "libextractor1-dev")));
 
 ANCHOR("tar");
 H2("Tar Package");
-// W("Latest version:"); $idx1 = sizeof($tars) -1;
-// $idx2 = sizeof($tars) -2;
-// echo "<a href=\"download/$tars[$idx1]\">$tars[$idx1]</a>, <a 
href=\"download/$tars[$idx2]\">$tars[$idx2]</a> <br> ";
-// BR();
-// BR();
-foreach ($tars as $i)
-  echo "<a href=\"download/$i\">$i</a> <br>";
+W("Latest version is %s.",
+  extlink_("download/libextractor-0.5.1.tar.gz"),
+           "libextractor-0.5.1.tar.gz"));
+BR();
+W("Latest Java-binding is %s.",
+  extlink_("download/libextractor-java-0.5.1.tar.gz"),
+           "libextractor-java-0.5.1.tar.gz"));
+BR();
+W("Latest Python-binding is %s.",
+  extlink_("download/libextractor-python-0.5.1.tar.gz"),
+           "libextractor-python-0.5.1.tar.gz"));
 
 ANCHOR("rpm");
 H2("RPM Package");
-//W("Latest version: "); $idx1 = sizeof($rpms) - 1;
-//$idx2 = sizeof($rpms) - 2;
-//echo "<a href=\"download/$rpms[$idx1]\">$rpms[$idx1]</a>, <a 
href=\"download/$rpms[$idx2]\">$rpms[$idx2]</a> <br> ";
-//BR();
+W("Latest RPM binary is %s.",
+  extlink_("download/libextractor-0.4.0-1.0.i586.rpm",
+           "libextractor-0.4.0-1.0.i586.rpm"));
 BR();
-foreach ($rpms as $i)
-  echo "<a href=\"download/$i\">$i</a> <br>" ;
+W("Latest RPM source package is %s.",
+  extlink_("download/libextractor-0.4.0-1.0.src.rpm",
+           "libextractor-0.4.0-1.0.src.rpm"));
 
 ANCHOR("win");
 H2("Windows");
-BR();
-foreach ($win as $i)
-  echo "<a href=\"download/win/$i\">$i</a> <br>" ;
+W("Latest Windows binary is %s.",
+  extlink_("download/win/libextractor-0.5.0.zip",
+          "libextractor-0.5.0.zip"));
 
-ANCHOR("srpm");
-H2("SRC RPMs");
-//W("Latest version: ");
-//$idx = sizeof($srpms) -1;
-//echo "<a href=\"download/$srpms[$idx]\">$srpms[$idx]</a> <br>";
-//BR();
-BR();
-foreach ($srpms as $i)
-  echo "<a href=\"download/$i\">$i</a> <br>";
 include("html_footer.php3"); 
 ?>

Modified: Extractor-docs/WWW/index.php
===================================================================
--- Extractor-docs/WWW/index.php        2005-07-04 16:51:11 UTC (rev 1252)
+++ Extractor-docs/WWW/index.php        2005-07-04 17:01:46 UTC (rev 1253)
@@ -37,6 +37,8 @@
 H2("Recent News");
 P();
 echo "<dl>";
+DTDD("Mon Jul  4 18:24:18 CEST 2005 | libextractor v0.5.1 released.",
+     "This release moves the Java and Python bindings into seperate packages.  
The new version improves the build system and contains some code cleanups.");
 DTDD("Sun May 21 13:58:52 CET 2005 | libextractor v0.5.0 released.",
      "This release adds support for Python. Also, plugins can now be supplied 
with user-provided options.");
 DTDD("Thu Feb 24 01:23:31 EST 2005 | libextractor v0.4.2 released.",

Modified: Extractor-java/Makefile.am
===================================================================
--- Extractor-java/Makefile.am  2005-07-04 16:51:11 UTC (rev 1252)
+++ Extractor-java/Makefile.am  2005-07-04 17:01:46 UTC (rev 1253)
@@ -1,2 +1,3 @@
 SUBDIRS  = native org .
 ACLOCAL_AMFLAGS = -I m4
+EXTRA_DIST = README.debian

Copied: Extractor-java/README.debian (from rev 1237, GNUnet/README.debian)
===================================================================
--- GNUnet/README.debian        2005-07-04 09:08:05 UTC (rev 1237)
+++ Extractor-java/README.debian        2005-07-04 17:01:46 UTC (rev 1253)
@@ -0,0 +1,25 @@
+This is a list of debian (sarge) packages that you may want to install
+prior to compiling libextractor-java.  
+
+Naturally you also need libextractor itself.
+
+=====================================================================
+
+Basic compilation tools and dependencies:
+
+libtool
+gcc
+make
+libgcj-dev
+
+For Subversion access and compilation:
+
+subversion
+autoconf
+automake1.8
+
+==============================================
+
+Please notify us if we missed some dependencies
+(note that the list is supposed to only list direct
+dependencies, not transitive dependencies).

Modified: GNUnet-docs/WWW/download.php3
===================================================================
--- GNUnet-docs/WWW/download.php3       2005-07-04 16:51:11 UTC (rev 1252)
+++ GNUnet-docs/WWW/download.php3       2005-07-04 17:01:46 UTC (rev 1253)
@@ -75,10 +75,10 @@
 echo "<ul>\n";
 LIV(extlink_("download/GNUnet-0.6.6b.tar.bz2","GNUnet-0.6.6b.tar.bz2 (1291 
kb)"));
 LIV(extlink_("download/GNUnet-0.6.6b.tar.gz","GNUnet-0.6.6b.tar.gz (1737 
kb)"));
-LIV(extlink_("/libextractor/download/libextractor-0.5.0.tar.bz2",
-             "libextractor-0.5.0.tar.bz2 (6303 kb)"));
-LIV(extlink_("/libextractor/download/libextractor-0.5.0.tar.gz",
-             "libextractor-0.5.0.tar.gz (5893 kb)"));
+LIV(extlink_("/libextractor/download/libextractor-0.5.1.tar.bz2",
+             "libextractor-0.5.1.tar.bz2 (6392 kb)"));
+LIV(extlink_("/libextractor/download/libextractor-0.5.1.tar.gz",
+             "libextractor-0.5.1.tar.gz (6028 kb)"));
 echo "</ul>\n";
 P();
 W("The next major release will be %s and is expected %s.",





reply via email to

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