%%comments: Copyright (C) 2000 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the file COPYING. %%name: Bool %%short-description: Utility for finding files that match a boolean expression. %%full-description:

GNU Bool is a utility for finding files that match a boolean expression.

The boolean operators supported are AND, OR and NOT. Also supported is the NEAR operator for locating two expressions within a short distance from each other.

The text processing algorithm understands that newlines don't always mean the end of a sentence. Therefore, the string "afternoon sun" matches "afternoon\nsun" (notice the newline) because adjacent lines are assumed to be in the same context. On the other hand, two newlines would not match because they normally indicate a new paragraph which means a different context. The dash character is also supported to separate words before a newline, so the string "after-\nnoon sun" would match.

The HTML processing algorithm understands many features of the HTML 4.01 standard. Entities are supported in decimal or in hexadecimal. Elements also retain their structural meaning where the string "daytime" matches "<b>day</b>time" because the bold text style does not separate words. On the other hand, "<p>day</p><p>time</p>" does not match because paragraphs separate context.

%%category: utilities %%license: GPL %%license verified by: Pasi Välkkynen %%license verified on: 2001-07-10 %%maintainer: Marc Tardif %%updated: 2001-07-10 %%keywords: boolean, search, find %%interface: Command line %%programs: %%GNU: yes %%web-page: http://www.gnu.org/software/bool/bool.html %%support: %%doc: English user reference included %%developers: Marc Tardif %%contributors: %%sponsors: %%source: ftp://ftp.gnu.org/pub/gnu/bool/ %%debian: %%redhat: %%repository: %%related: grep %%source-language: C %%supported-languages: %%use-requirements: %%build-prerequisites: %%weak-prerequisites: %%source-prerequisites: %%version: 0.1.1 %%announce-list: %%announce-news: %%help-list: %%help-news: %%dev-list: %%dev-news: %%bug-list: address@hidden %%bug-database: %%entry written by: Pasi Välkkynen