gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2346 - Extractor-docs/WWW GNUnet-docs/WWW doodle-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r2346 - Extractor-docs/WWW GNUnet-docs/WWW doodle-docs/WWW i18nHTML/src i18nHTML-docs/WWW
Date: Sun, 18 Dec 2005 15:10:37 -0800 (PST)

Author: grothoff
Date: 2005-12-18 15:10:24 -0800 (Sun, 18 Dec 2005)
New Revision: 2346

Modified:
   Extractor-docs/WWW/i18nhtml.inc.php
   Extractor-docs/WWW/index.php
   GNUnet-docs/WWW/i18nhtml.inc.php
   doodle-docs/WWW/i18nhtml.inc.php
   i18nHTML-docs/WWW/i18nhtml.inc.php
   i18nHTML/src/i18nhtml.inc.php
Log:
syn

Modified: Extractor-docs/WWW/i18nhtml.inc.php
===================================================================
--- Extractor-docs/WWW/i18nhtml.inc.php 2005-12-18 20:46:34 UTC (rev 2345)
+++ Extractor-docs/WWW/i18nhtml.inc.php 2005-12-18 23:10:24 UTC (rev 2346)
@@ -876,9 +876,9 @@
 function HR() {
   echo "<hr/>\n";
 }
-function DTDD($a,$b) {
+function DTDD($a,$b,$args=null) {
   DT($a);
-  DD($b);
+  DD($b,$args);
 }
 function LILI($a,$b) {
   if ( ($a[0] == '#') ||

Modified: Extractor-docs/WWW/index.php
===================================================================
--- Extractor-docs/WWW/index.php        2005-12-18 20:46:34 UTC (rev 2345)
+++ Extractor-docs/WWW/index.php        2005-12-18 23:10:24 UTC (rev 2346)
@@ -1,4 +1,4 @@
-<?php
+or<?php
 $title="libextractor - a simple library for keyword extraction";
 $description="a simple library for keyword extraction";
 $email="address@hidden";       
@@ -37,6 +37,9 @@
 H2("Recent News");
 P();
 echo "<dl>";
+DTDD("Tue Dec  6 13:25:56 PST 2005 | libextractor v0.5.8 released.",
+     "This release fixes a %s in the PDF extractor.",
+     
extlink_("http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities","security
 problem"));
 DTDD("Sat Nov 12 10:50:46 PST 2005 | libextractor v0.5.7 released.",
      "This release features an updated German translation and improves support 
for the TAR and PDF formats.  Mime-type detection for OLE2 streams was 
improved.  The extract tool now returns an error code if files passed as 
arguments could not be accessed.  A double-free problem under BSD was fixed.");
 DTDD("Sun Sep 18 19:39:42 PDT 2005 | libextractor v0.5.6 released.",

Modified: GNUnet-docs/WWW/i18nhtml.inc.php
===================================================================
--- GNUnet-docs/WWW/i18nhtml.inc.php    2005-12-18 20:46:34 UTC (rev 2345)
+++ GNUnet-docs/WWW/i18nhtml.inc.php    2005-12-18 23:10:24 UTC (rev 2346)
@@ -876,9 +876,9 @@
 function HR() {
   echo "<hr/>\n";
 }
-function DTDD($a,$b) {
+function DTDD($a,$b,$args=null) {
   DT($a);
-  DD($b);
+  DD($b,$args);
 }
 function LILI($a,$b) {
   if ( ($a[0] == '#') ||

Modified: doodle-docs/WWW/i18nhtml.inc.php
===================================================================
--- doodle-docs/WWW/i18nhtml.inc.php    2005-12-18 20:46:34 UTC (rev 2345)
+++ doodle-docs/WWW/i18nhtml.inc.php    2005-12-18 23:10:24 UTC (rev 2346)
@@ -876,9 +876,9 @@
 function HR() {
   echo "<hr/>\n";
 }
-function DTDD($a,$b) {
+function DTDD($a,$b,$args=null) {
   DT($a);
-  DD($b);
+  DD($b,$args);
 }
 function LILI($a,$b) {
   if ( ($a[0] == '#') ||

Modified: i18nHTML/src/i18nhtml.inc.php
===================================================================
--- i18nHTML/src/i18nhtml.inc.php       2005-12-18 20:46:34 UTC (rev 2345)
+++ i18nHTML/src/i18nhtml.inc.php       2005-12-18 23:10:24 UTC (rev 2346)
@@ -876,9 +876,9 @@
 function HR() {
   echo "<hr/>\n";
 }
-function DTDD($a,$b) {
+function DTDD($a,$b,$args=null) {
   DT($a);
-  DD($b);
+  DD($b,$args);
 }
 function LILI($a,$b) {
   if ( ($a[0] == '#') ||

Modified: i18nHTML-docs/WWW/i18nhtml.inc.php
===================================================================
--- i18nHTML-docs/WWW/i18nhtml.inc.php  2005-12-18 20:46:34 UTC (rev 2345)
+++ i18nHTML-docs/WWW/i18nhtml.inc.php  2005-12-18 23:10:24 UTC (rev 2346)
@@ -876,9 +876,9 @@
 function HR() {
   echo "<hr/>\n";
 }
-function DTDD($a,$b) {
+function DTDD($a,$b,$args=null) {
   DT($a);
-  DD($b);
+  DD($b,$args);
 }
 function LILI($a,$b) {
   if ( ($a[0] == '#') ||





reply via email to

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