CVSROOT: /web/www
Module name: www
Changes by: James Turner <jturner> 11/06/29 00:23:15
Modified files:
software/bool : bool.html
Log message:
Update to a more recent layout.
Maintainer permission is documented in RT # 662788
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/software/bool/bool.html?cvsroot=www&r1=1.4&r2=1.5
Patches:
Index: bool.html
===================================================================
RCS file: /web/www/www/software/bool/bool.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- bool.html 20 Nov 2006 09:22:00 -0000 1.4
+++ bool.html 29 Jun 2011 00:23:08 -0000 1.5
@@ -1,44 +1,28 @@
-<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
-<HTML>
-<HEAD>
-<TITLE>Bool - GNU Project - Free Software Foundation (FSF)</TITLE>
-<LINK REV="made" HREF="mailto:[email protected]">
-<META NAME="keywords" CONTENT="bool">
-</HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000"
VLINK="#9900DD">
-<H3>Bool</H3>
-<A HREF="/graphics/agnuhead.html"><IMG SRC="/graphics/gnu-head-sm.jpg"
-ALT=" [image of the Head of a GNU] " WIDTH="129" HEIGHT="122"></A>
-
-<P>
-<HR>
-
-<P>
-<H4>Table of Contents</H4>
-<UL>
-<LI><A HREF="#introduction" NAME="TOCintroduction">Introduction to Bool</A>
-<LI><A HREF="#downloading" NAME="TOCdownloading">Downloading Bool</A>
-<LI><A HREF="#family" NAME="TOCfamily">Related Software</A>
-</UL>
-
-<P>
-<HR>
-
-<P>
-<H4><A HREF="#TOCintroduction" NAME="introduction">Introduction to
Bool</A></H4>
-
-<P>
-GNU Bool is a utility for finding files that match a
-boolean expression.
+<!-- Parent-Version: 1.56 -->
-<P>
-The boolean operators supported are AND, OR and NOT.
+<!-- This is the template document for GNU web pages. We use
+ server side includes (#include) for common elements, for
+ instance, the very first line of the file. If you're reading
+ this in its expanded form, you can retrieve the original source,
+ with the SSI statements intact, from
+
http://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/server/standards/boilerplate.html?root=www&content-type=text%2Fplain
+-->
+
+<!--#include virtual="/server/header.html" -->
+<title>Bool
+- GNU Project - Free Software Foundation</title>
+<!--#include virtual="/server/banner.html" -->
+<h2>GNU Bool</h2>
+
+<p>GNU Bool is a utility for finding files that match a
+boolean expression.</p>
+
+<p>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.
+other.</p>
-<P>
-The text processing algorithm understands that newlines
+<p>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
@@ -46,65 +30,159 @@
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 string "after-\nnoon sun" would match.</p>
-<P>
-The HTML processing algorithm understands many features
+<p>The HTML processing algorithm understands many features
of the HTML 4.01 standard. Entities such as &eacute;
are supported in decimal as &#233; or in hexadecimal as
&#xE9;. 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.
+does not match because paragraphs separate context.</p>
-<P>
-<H4><A HREF="#TOCdownloading" NAME="downloading">Downloading Bool</A></H4>
+<h3 id="download">Downloading
+ Bool</h3>
-<P>
-Bool can be found on <A HREF="http://ftp.gnu.org/gnu/bool/">
-http://ftp.gnu.org/gnu/bool/</A> or one of <A HREF="/prep/ftp.html">
-the mirrors</A>. You can also order a <A HREF="/order/order.html">
-CD-ROM</A> from the FSF or use
-<A HREF="/software/software.html#HowToGetSoftware">other methods</A>
-to obtain a copy.
-
-<P>
-<H4><A HREF="#TOCfamily" NAME="family">Related Software</A></H4>
-
-<P>
-For matching regular expressions, see <A HREF="/software/grep/">
-GNU grep</A>.
-
-<P>
-<HR>
-
-Return to <A HREF="/home.html">GNU's home page</A>.
-
-<P>
-Please send FSF & GNU inquiries & questions to
-
-<A HREF="mailto:[email protected]"><EM>[email protected]</EM></A>.
-There are also <A HREF="http://www.fsf.org/about/contact.html">other ways to
-contact</A> the FSF.
-<P>
-
-Please send comments on these web pages to
-
-<A HREF="mailto:[email protected]"><EM>[email protected]</EM></A>,
-send other questions to
-<A HREF="mailto:[email protected]"><EM>[email protected]</EM></A>.
-<P>
-Copyright © 2001, 2002 Free Software Foundation, Inc.,
-51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-<P>
-Verbatim copying and distribution of this entire article is
-permitted in any medium, provided this notice is preserved.
-<P>
-Updated:
-<!-- hhmts start -->
-$Date: 2006/11/20 09:22:00 $ $Author: ramprasadb $
-<!-- hhmts end -->
-<HR>
-</BODY>
-</HTML>
+<p>Bool
+can be found on the main GNU ftp server:
+<a href="http://ftp.gnu.org/gnu/bool/">http://ftp.gnu.org/gnu/bool/</a>
+(via HTTP) and
+<a href="ftp://ftp.gnu.org/gnu/bool/">ftp://ftp.gnu.org/gnu/bool/</a>
+(via FTP). It can also be found
+on the <a href="/prep/ftp.html">GNU mirrors</a>;
+please
+<a href="http://ftpmirror.gnu.org/bool/">use
+a mirror</a> if possible.</p>
+
+
+<h3 id="documentation">Documentation</h3>
+
+You may find more information about
+Bool
+by running
+<em>info bool</em>
+or
+<em>man bool</em>,
+or by looking at
+<em>/usr/doc/bool/</em>,
+<em>/usr/local/doc/bool/</em>,
+or similar directories on your system. A brief summary is available by
+running <tt>bool --help</tt>.</p>
+
+
+<h3 id="mail">Mailing lists</h3>
+
+<p>Announcements about
+Bool
+and most other GNU software are made on
+<a href="mailto:[email protected]"><[email protected]></a>.</p>
+
+<p>To subscribe to these or any GNU mailing lists, please send an empty
+mail with a Subject: header of just <tt>subscribe</tt> to the relevant
+-request list. For example, to subscribe yourself to the GNU
+announcement list, you would send mail to <a
+href="mailto:[email protected]?Subject=subscribe"
+><[email protected]></a>.
+Or you can use the <a
+href="http://lists.gnu.org/mailman/listinfo/info-gnu">mailing list web
+interface</a>.</p>
+
+
+<h3 id="contribute">Getting involved</h3>
+
+<p>Development of
+Bool,
+and GNU in general, is a volunteer effort, and you can contribute. For
+information, please read <a href="/help/">How to help GNU</a>. If you'd
+like to get involved, it's a good idea to join the discussion mailing
+list (see above).</p>
+
+
+<dl>
+<dt>Maintainer</dt>
+
+<dd>Bool
+is currently being maintained by
+Marc Tardif.
+Please use the mailing lists for contact.</dd>
+
+
+</dl>
+
+
+<h3 id="license">Licensing</h3>
+
+<p>Bool
+is free software; you can redistribute it and/or modify it under the
+terms of the <a href="http://www.gnu.org/licenses/gpl.html"
+rel="license">GNU General Public License</a> as published by the Free
+Software Foundation; either version 2 of the License, or (at your
+option) any later version.</p>
+
+
+<!-- If needed, change the copyright block at the bottom. In general,
+ all pages on the GNU web server should have the section about
+ verbatim copying. Please do NOT remove this without talking
+ with the webmasters first.
+ Please make sure the copyright date is consistent with the document
+ and that it is like this: "2001, 2002", not this: "2001-2002". -->
+</div><!-- for id="content", starts in the include above -->
+<!--#include virtual="/server/footer.html" -->
+<div id="footer">
+
+<p>Please send general FSF & GNU inquiries to
+<a href="mailto:[email protected]"><[email protected]></a>.
+There are also <a href="/contact/">other ways to contact</a>
+the FSF.<br />
+Please send broken links and other corrections or suggestions to
+<a href="mailto:[email protected]"><[email protected]></a>.</p>
+
+<p>Please see the <a
+href="/server/standards/README.translations.html">Translations
+README</a> for information on coordinating and submitting translations
+of this article.</p>
+
+<p>Copyright © 2001, 2002, 2011 Free Software Foundation, Inc.</p>
+
+<p>Verbatim copying and distribution of this entire article are
+permitted worldwide, without royalty, in any medium, provided this
+notice, and the copyright notice, are preserved.</p>
+
+<p>Updated:
+<!-- timestamp start -->
+$Date: 2011/06/29 00:23:08 $
+<!-- timestamp end -->
+</p>
+</div>
+
+<div id="translations">
+<h4>Translations of this page</h4>
+
+<!-- Please keep this list alphabetical by language code.
+ Comment what the language is for each type, i.e. de is German.
+ Write the language name in its own language (Deutsch) in the text.
+ If you add a new language here, please
+ advise [email protected] and add it to
+ - /home/www/html/server/standards/README.translations.html
+ - one of the lists under the section "Translations Underway"
+ - if there is a translation team, you also have to add an alias
+ to mail.gnu.org:/com/mailer/aliases
+ Please also check you have the language code right; see:
+ http://www.loc.gov/standards/iso639-2/php/code_list.php
+ If the 2-letter ISO 639-1 code is not available,
+ use the 3-letter ISO 639-2.
+ Please use W3C normative character entities.
+
+ See also '(web-trans)Capitalization':
+
http://gnu.org/software/trans-coord/manual/web-trans/html_node/Capitalization.html
+ -->
+
+<ul class="translations-list">
+<!-- English -->
+<li><a href="bool.html">English</a> [en]</li>
+</ul>
+</div>
+</div>
+</body>
+</html>