gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1590 - doodle doodle/doc/man doodle/po doodle/src/doodle d


From: grothoff
Subject: [GNUnet-SVN] r1590 - doodle doodle/doc/man doodle/po doodle/src/doodle doodle-docs/WWW doodle-docs/WWW/download
Date: Thu, 28 Jul 2005 17:03:23 -0700 (PDT)

Author: grothoff
Date: 2005-07-28 17:02:53 -0700 (Thu, 28 Jul 2005)
New Revision: 1590

Added:
   doodle-docs/WWW/download/doodle-0.6.3.tar.bz2
   doodle-docs/WWW/download/doodle-0.6.3.tar.gz
Modified:
   doodle-docs/WWW/index.php
   doodle/ChangeLog
   doodle/INSTALL
   doodle/README
   doodle/configure.ac
   doodle/doc/man/doodle.1
   doodle/doc/man/libdoodle.3
   doodle/po/de.po
   doodle/po/eu.po
   doodle/po/ga.po
   doodle/po/it.po
   doodle/po/nl.po
   doodle/po/sq.po
   doodle/po/vi.po
   doodle/src/doodle/Makefile.am
   doodle/src/doodle/index.c
Log:
stuff

Modified: doodle/ChangeLog
===================================================================
--- doodle/ChangeLog    2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/ChangeLog    2005-07-29 00:02:53 UTC (rev 1590)
@@ -1,3 +1,7 @@
+Thu Jul 28 16:35:50 EST 2005
+       Small changes to support API of libextractor >= 0.5.0.
+       Releasing doodle 0.6.3.
+
 Tue Apr  5 17:11:33 EST 2005
        Added Vietnamese translation.
 

Modified: doodle/INSTALL
===================================================================
--- doodle/INSTALL      2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/INSTALL      2005-07-29 00:02:53 UTC (rev 1590)
@@ -1,16 +1,13 @@
-Installation Instructions
-*************************
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
+Foundation, Inc.
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
-Software Foundation, Inc.
-
-This file is free documentation; the Free Software Foundation gives
+   This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
 
 Basic Installation
 ==================
 
-These are generic installation instructions.
+   These are generic installation instructions.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -70,9 +67,9 @@
 Compilers and Options
 =====================
 
-Some systems require unusual options for compilation or linking that the
-`configure' script does not know about.  Run `./configure --help' for
-details on some of the pertinent environment variables.
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  Run `./configure --help'
+for details on some of the pertinent environment variables.
 
    You can give `configure' initial values for configuration parameters
 by setting variables in the command line or in the environment.  Here
@@ -85,7 +82,7 @@
 Compiling For Multiple Architectures
 ====================================
 
-You can compile the package for more than one kind of computer at the
+   You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
 own directory.  To do this, you must use a version of `make' that
 supports the `VPATH' variable, such as GNU `make'.  `cd' to the
@@ -102,19 +99,19 @@
 Installation Names
 ==================
 
-By default, `make install' will install the package's files in
+   By default, `make install' will install the package's files in
 `/usr/local/bin', `/usr/local/man', etc.  You can specify an
 installation prefix other than `/usr/local' by giving `configure' the
-option `--prefix=PREFIX'.
+option `--prefix=PATH'.
 
    You can specify separate installation prefixes for
 architecture-specific files and architecture-independent files.  If you
-give `configure' the option `--exec-prefix=PREFIX', the package will
-use PREFIX as the prefix for installing programs and libraries.
+give `configure' the option `--exec-prefix=PATH', the package will use
+PATH as the prefix for installing programs and libraries.
 Documentation and other data files will still use the regular prefix.
 
    In addition, if you use an unusual directory layout you can give
-options like `--bindir=DIR' to specify different values for particular
+options like `--bindir=PATH' to specify different values for particular
 kinds of files.  Run `configure --help' for a list of the directories
 you can set and what kinds of files go in them.
 
@@ -125,7 +122,7 @@
 Optional Features
 =================
 
-Some packages pay attention to `--enable-FEATURE' options to
+   Some packages pay attention to `--enable-FEATURE' options to
 `configure', where FEATURE indicates an optional part of the package.
 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
 is something like `gnu-as' or `x' (for the X Window System).  The
@@ -140,11 +137,11 @@
 Specifying the System Type
 ==========================
 
-There may be some features `configure' cannot figure out automatically,
-but needs to determine by the type of machine the package will run on.
-Usually, assuming the package is built to be run on the _same_
-architectures, `configure' can figure that out, but if it prints a
-message saying it cannot guess the machine type, give it the
+   There may be some features `configure' cannot figure out
+automatically, but needs to determine by the type of machine the package
+will run on.  Usually, assuming the package is built to be run on the
+_same_ architectures, `configure' can figure that out, but if it prints
+a message saying it cannot guess the machine type, give it the
 `--build=TYPE' option.  TYPE can either be a short name for the system
 type, such as `sun4', or a canonical name which has the form:
 
@@ -170,9 +167,9 @@
 Sharing Defaults
 ================
 
-If you want to set default values for `configure' scripts to share, you
-can create a site shell script called `config.site' that gives default
-values for variables like `CC', `cache_file', and `prefix'.
+   If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
 `configure' looks for `PREFIX/share/config.site' if it exists, then
 `PREFIX/etc/config.site' if it exists.  Or, you can set the
 `CONFIG_SITE' environment variable to the location of the site script.
@@ -181,7 +178,7 @@
 Defining Variables
 ==================
 
-Variables not defined in a site shell script can be set in the
+   Variables not defined in a site shell script can be set in the
 environment passed to `configure'.  However, some packages may run
 configure again during the build, and the customized values of these
 variables may be lost.  In order to avoid this problem, you should set
@@ -189,18 +186,14 @@
 
      ./configure CC=/usr/local2/bin/gcc
 
-causes the specified `gcc' to be used as the C compiler (unless it is
-overridden in the site shell script).  Here is a another example:
+will cause the specified gcc to be used as the C compiler (unless it is
+overridden in the site shell script).
 
-     /bin/bash ./configure CONFIG_SHELL=/bin/bash
-
-Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
-configuration-related scripts to be executed by `/bin/bash'.
-
 `configure' Invocation
 ======================
 
-`configure' recognizes the following options to control how it operates.
+   `configure' recognizes the following options to control how it
+operates.
 
 `--help'
 `-h'

Modified: doodle/README
===================================================================
--- doodle/README       2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/README       2005-07-29 00:02:53 UTC (rev 1590)
@@ -9,7 +9,8 @@
 
 Building doodle is then trivial:
 $ ./configure --with-extractor=PREFIX
-$ make install
+$ make
+# make install
 
 Replace PREFIX with the directory where you installed libextractor.
 This is /usr/local if you configured libextractor without any options

Modified: doodle/configure.ac
===================================================================
--- doodle/configure.ac 2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/configure.ac 2005-07-29 00:02:53 UTC (rev 1590)
@@ -21,8 +21,8 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([doodle], [0.6.2a],address@hidden)
-AM_INIT_AUTOMAKE([doodle], [0.6.2a])
+AC_INIT([doodle], [0.6.3],address@hidden)
+AM_INIT_AUTOMAKE([doodle], [0.6.3])
 AM_CONFIG_HEADER([config.h])
 
 AH_TOP([#define _GNU_SOURCE  1])

Modified: doodle/doc/man/doodle.1
===================================================================
--- doodle/doc/man/doodle.1     2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/doc/man/doodle.1     2005-07-29 00:02:53 UTC (rev 1590)
@@ -1,4 +1,4 @@
-.TH DOODLE "1" "Dec 26 2004" "doodle"
+.TH DOODLE "1" "Jun 29 2005" "doodle"
 
 .SH "NAME"
 doodle \- a tool to search the meta\-data in your files
@@ -97,10 +97,10 @@
 .SH "ENVIRONMENT"
 .TP
 .B DOODLE_PATH
-Colon-separated list of databases to search.  Note that when building the 
database this path must either only contain one filename or the option 
\fB\-b\fP must be used to specify the database file.  Default is "~/.doodle".
+Colon\-separated list of databases to search.  Note that when building the 
database this path must either only contain one filename or the option 
\fB\-b\fP must be used to specify the database file.  Default is "~/.doodle".
 .TP
 .B PRUNEPATHS
-Space-separated list of paths to exclude.  Can be overridden with the 
\fB\-P\fR option.  
+Space\-separated list of paths to exclude.  Can be overridden with the 
\fB\-P\fR option.  
 
 .SH "NOTES"
 Doodle depends on libextractor.  You can download libextractor

Modified: doodle/doc/man/libdoodle.3
===================================================================
--- doodle/doc/man/libdoodle.3  2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/doc/man/libdoodle.3  2005-07-29 00:02:53 UTC (rev 1590)
@@ -1,7 +1,7 @@
-.TH LIBDOODLE 3 "Oct 10 2004" "libdoodle"
+.TH LIBDOODLE 3 "Jun 29 2005" "libdoodle"
 
 .SH "NAME"
-libdoodle \- multi\-suffix tree based file search library 0.5.0
+libdoodle \- multi\-suffix tree based file search library 0.5.3
 
 .SH "SYNOPSIS"
 
@@ -45,7 +45,7 @@
 .P
 In order to use libdoodle, client code first creates a tree (passing a 
callback function that will log all error messages associated with this tree 
and the name of the database) using DOODLE_tree_create.  The tree can then be 
searched using DOODLE_tree_search or DOODLE_tree_search_approx (which requires 
additional processing with DOODLE_tree_iterate to walk over the individual 
results).  The tree can be expanded with new search strings 
(DOODLE_tree_expand) and existing matches can be removed with 
DOODLE_tree_truncate.  It is only possible to remove all keywords for a given 
file.  With DOODLE_getFileAt and DOODLE_getFileCount it is possible to inspect 
the files that are currently in the tree (and to check if their respective 
modification timestamps, useful for keeping track of when an entry maybe 
outdated).  Finally the tree must be released using DOODLE_tree_destroy.  This 
writes the changes to the disk and frees all associated resources.
 .P
-Example code for using the complete libdoodle API can be found in doodle.c.  
If jni.h was found when libdoodle was compiled, libdoodle will contain methods 
that allow Java code to directly use libdoodle.  See org.ovmj.doodle.Doodle for 
Java code providing an interface to libdoodle and for a sample main method that 
demonstrates searching the doodle database from Java.
+Example code for using the complete libdoodle API can be found in doodle.c.  
If jni.h was found when libdoodle was compiled, libdoodle will contain methods 
that allow Java code to directly use libdoodle.  See org.gnunet.doodle.Doodle 
for Java code providing an interface to libdoodle and for a sample main method 
that demonstrates searching the doodle database from Java.
 
 
 .SH "SEE ALSO"
@@ -55,7 +55,7 @@
 libdoodle and doodle are released under the GPL.
 
 .SH "BUGS"
-There is at least one known bug, but nobody was able to reproduce it yet.  But 
in general things work fine. :-)
+There is at least one known bug, but nobody was able to reproduce it yet.  But 
in general things work fine. :\-)
 
 .SH "REPORTING BUGS"
 Report bugs to mantis <http://gnunet.org/mantis/> or by sending electronic 
mail to <address@hidden>

Modified: doodle/po/de.po
===================================================================
--- doodle/po/de.po     2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/po/de.po     2005-07-29 00:02:53 UTC (rev 1590)
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: doodle 0.6.2\n"
 "Report-Msgid-Bugs-To: https://gnunet.org/mantis/ or address@hidden"
-"POT-Creation-Date: 2005-04-05 17:10-0500\n"
+"POT-Creation-Date: 2005-04-28 23:26-0500\n"
 "PO-Revision-Date: 2005-02-06 10:02+0100\n"
 "Last-Translator: Karl Eichwalder <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"

Modified: doodle/po/eu.po
===================================================================
--- doodle/po/eu.po     2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/po/eu.po     2005-07-29 00:02:53 UTC (rev 1590)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: doodle 0.3.0\n"
 "Report-Msgid-Bugs-To: https://gnunet.org/mantis/ or address@hidden"
-"POT-Creation-Date: 2005-04-05 17:10-0500\n"
+"POT-Creation-Date: 2005-04-28 23:26-0500\n"
 "PO-Revision-Date: 2004-09-09 00:23-0500\n"
 "Last-Translator: Mikel Olasagasti <address@hidden>\n"
 "Language-Team: Basque <address@hidden>\n"

Modified: doodle/po/ga.po
===================================================================
--- doodle/po/ga.po     2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/po/ga.po     2005-07-29 00:02:53 UTC (rev 1590)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: doodle 0.6.1\n"
 "Report-Msgid-Bugs-To: https://gnunet.org/mantis/ or address@hidden"
-"POT-Creation-Date: 2005-04-05 17:10-0500\n"
+"POT-Creation-Date: 2005-04-28 23:26-0500\n"
 "PO-Revision-Date: 2004-12-28 10:11-0500\n"
 "Last-Translator: Kevin Patrick Scannell <address@hidden>\n"
 "Language-Team: Irish <address@hidden>\n"

Modified: doodle/po/it.po
===================================================================
--- doodle/po/it.po     2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/po/it.po     2005-07-29 00:02:53 UTC (rev 1590)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: doodle 0.6.2\n"
 "Report-Msgid-Bugs-To: https://gnunet.org/mantis/ or address@hidden"
-"POT-Creation-Date: 2005-04-05 17:10-0500\n"
+"POT-Creation-Date: 2005-04-28 23:26-0500\n"
 "PO-Revision-Date: 2005-02-02 11:14+0000\n"
 "Last-Translator: Marco Colombo <address@hidden>\n"
 "Language-Team: Italian <address@hidden>\n"

Modified: doodle/po/nl.po
===================================================================
--- doodle/po/nl.po     2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/po/nl.po     2005-07-29 00:02:53 UTC (rev 1590)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: doodle 0.4.0\n"
 "Report-Msgid-Bugs-To: https://gnunet.org/mantis/ or address@hidden"
-"POT-Creation-Date: 2005-04-05 17:10-0500\n"
+"POT-Creation-Date: 2005-04-28 23:26-0500\n"
 "PO-Revision-Date: 2004-10-03 17:26+0200\n"
 "Last-Translator:  Elros Cyriatan <address@hidden>\n"
 "Language-Team: Dutch <address@hidden>\n"

Modified: doodle/po/sq.po
===================================================================
--- doodle/po/sq.po     2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/po/sq.po     2005-07-29 00:02:53 UTC (rev 1590)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: doodle 0.5.0\n"
 "Report-Msgid-Bugs-To: https://gnunet.org/mantis/ or address@hidden"
-"POT-Creation-Date: 2005-04-05 17:10-0500\n"
+"POT-Creation-Date: 2005-04-28 23:26-0500\n"
 "PO-Revision-Date: 2004-10-16 15:54+0200\n"
 "Last-Translator: Laurent Dhima <address@hidden>\n"
 "Language-Team: Albanian <address@hidden>\n"

Modified: doodle/po/vi.po
===================================================================
--- doodle/po/vi.po     2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/po/vi.po     2005-07-29 00:02:53 UTC (rev 1590)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: doodle 0.6.2\n"
 "Report-Msgid-Bugs-To: https://gnunet.org/mantis/ or address@hidden"
-"POT-Creation-Date: 2005-04-05 17:10-0500\n"
+"POT-Creation-Date: 2005-04-28 23:26-0500\n"
 "PO-Revision-Date: 2005-03-28 16:35+0950\n"
 "Last-Translator: Clytie Siddall <address@hidden>\n"
 "Language-Team: Vietnamese <address@hidden>\n"

Modified: doodle/src/doodle/Makefile.am
===================================================================
--- doodle/src/doodle/Makefile.am       2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/src/doodle/Makefile.am       2005-07-29 00:02:53 UTC (rev 1590)
@@ -15,7 +15,7 @@
  getopt.h \
  helper1.h \
  helper2.h \
- org_ovmj_doodle_Doodle.h \
+ org_gnunet_doodle_Doodle.h \
  gettext.h
 
 

Modified: doodle/src/doodle/index.c
===================================================================
--- doodle/src/doodle/index.c   2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle/src/doodle/index.c   2005-07-29 00:02:53 UTC (rev 1590)
@@ -51,9 +51,14 @@
      EXTRACTOR_DUPLICATES_REMOVE_UNKNOWN);
   pos  = head;
   while (pos != NULL) {
-    char * cpos = pos->keyword;
+    char * cpos;
     size_t slen;
 
+    if (EXTRACTOR_isBinaryType(pos->keywordType)) {
+      pos = pos->next;
+      continue;
+    }
+    cpos = pos->keyword;
     slen = strlen(cpos);
     if (slen > MAX_LENGTH) {
       char section[MAX_LENGTH+1];

Added: doodle-docs/WWW/download/doodle-0.6.3.tar.bz2
===================================================================
(Binary files differ)


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

Added: doodle-docs/WWW/download/doodle-0.6.3.tar.gz
===================================================================
(Binary files differ)


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

Modified: doodle-docs/WWW/index.php
===================================================================
--- doodle-docs/WWW/index.php   2005-07-25 02:59:55 UTC (rev 1589)
+++ doodle-docs/WWW/index.php   2005-07-29 00:02:53 UTC (rev 1590)
@@ -14,8 +14,8 @@
 <meta name="robots" content="index,follow">
 <meta name="revisit-after" content="28 days">
 <meta name="publisher" content="Christian Grothoff">
-<meta name="date" content="2004-12-31">
-<meta name="rights" content="(C) 2004 by Christian Grothoff>";
+<meta name="date" content="2005-07-29">
+<meta name="rights" content="(C) 2004,2005 by Christian Grothoff>";
 <meta http-equiv="expires" content="43200">
 </head>
 <body>
@@ -32,8 +32,7 @@
   extlink_("/libextractor/","libextractor"));
 W("The database used by doodle is a %s, resulting in fast lookups.",
   extlink_("http://www.nist.gov/dads/HTML/suffixtree.html","suffix tree"));
-W("Doodle supports approximate searches.");
-BR();
+W("Doodle supports approximate searches.");BR();
 W("Features that Doodle does not have at the moment include:");
 echo "<ul>";
 LI("A web interface");
@@ -61,7 +60,7 @@
 ANCHOR("download");
 H2("Download");
 W("You can find the current release %s.",
-  extlink_("download/doodle-0.6.2.tar.gz", "here"));
+  extlink_("download/doodle-0.6.3.tar.gz", "here"));
 W("Man-pages for %s, %s and %s are also on-line.",
   ARRAY(extlink_("man/doodle.html", "doodle"),
         extlink_("man/doodled.html", "doodled"),
@@ -183,7 +182,7 @@
 echo "</ul>";
 HR();
 echo "<address><a href=\"mailto:address@hidden";>Christian 
Grothoff</a></address>";
-PRE("Copyright (C) 2004 Christian Grothoff.\n" .
+PRE("Copyright (C) 2004, 2005 Christian Grothoff.\n" .
     "Verbatim copying and distribution of this entire article\n" .
     "is permitted in any medium, provided this notice is preserved.");
 BR();





reply via email to

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