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.

2004-07-23 19:58 Back to release list
0.2.1

El código fue rediseñado para separar una biblioteca que puede ser utilizado para la manipulación del sufijo de múltiples bases de datos de árbol. Esto permitirá que otras aplicaciones de acceso al índice construido por garabato. Una opción de la comodidad para la carga de libextractor diccionario-meta-base se incorporaron los datos extractores.
Tags: Code cleanup
The code was refactored to separate out a library that can be used for manipulations of the multi suffix-tree database. This will allow other applications access to the index constructed by doodle. A convenience option for loading libextractor's dictionary-based meta-data extractors was added.

Project Resources