Download List

Descripción del Proyecto

Doodle is a desktop search engine for Linux. It searches your hard drive for files using pattern matching on meta-data. It extracts file-format specific meta-data using libextractor and builds a suffix tree to index the files. The index can then be searched rapidly. It is similar to locate, but can take advantage of information such as ID3
tags. It is possible to do full-text indexing using the appropriate libextractor plugins. It also supports using FAM to keep the database up-to-date.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-01-14 23:26
0.7.0

Este lanzamiento hace los cambios necesarios para hacer que el código con la 0.6.0 API de GNU libextractor. El comunicado también actualiza varias traducciones y soluciona un problema de menor importancia en el manejo conjunto de caracteres errores de traducción.
Tags: Stable
This release makes the necessary changes to make the code work with the 0.6.0 API of GNU libextractor. The release also updates various translations and addresses a minor issue in handling character set translation errors.

2007-12-06 07:59
0.6.7

Esta versión actualiza la traducción al neerlandés y fija una advertencia del compilador de menor importancia (que faltan incluyen).
Tags: Minor feature enhancements
This release updates the Dutch translation and fixes a minor compiler warning (missing include).

2007-01-03 13:18
0.6.6

Esta versión corrige un error en sistemas big-endian y un error en el manejo de vacío entradas de metadatos. También se incluye soporte para pkg-config. El formato de base de datos cambiado, los índices de dibujo tendrá que ser regenerado.
Tags: Minor bugfixes
This release fixes a bug on big-endian systems and
an error in handling empty metadata entries. It
also adds support for pkg-config. The database
format changed; doodle indices will need to be
regenerated.

2006-05-03 09:53
0.6.5

Esta versión corrige un error menor en la que doodled no reaccionan adecuadamente a las señales. También elimina la verificación de la base de datos en la fase de inicio de garabatos, ya que toma demasiado tiempo. Fuera de la ejecución del proceso de libextractor está habilitado porque es más resistente. Una traducción al sueco se ha añadido.
Tags: Minor feature enhancements
This release fixes one minor bug in which doodled
did not react properly to signals. It also
eliminates database verification in the doodled
startup phase, since it takes too long.
Out-of-process execution of libextractor is
enabled because it is more resilient. A
translation to Swedish was added.

2005-09-19 09:12
0.6.4

Esta versión actualiza las traducciones al alemán, irlandés, y vietnamita. La opción-P se ha fijado, y, en particular, el rendimiento cuando se ha mejorado caminos de la poda. Advertencias con gcc 4.0 fueron eliminados, y la palabra clave de registro se llevó a cabo.
Tags: Minor feature enhancements
This release updates the German, Irish, and
Vietnamese translations. The -P option was fixed,
and, in particular, the performance when pruning
paths was improved. Warnings with gcc 4.0 were
eliminated, and keyword logging was implemented.

Project Resources