CVSROOT:        /web/www
Module name:    www
Changes by:     Leo Albert Jackson Jr <lajjr3>  10/10/24 01:31:48

Modified files:
        software/rx    : rx.html 

Log message:
        Added Boiler Plate style.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/software/rx/rx.html?cvsroot=www&r1=1.2&r2=1.3

Patches:
Index: rx.html
===================================================================
RCS file: /web/www/www/software/rx/rx.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- rx.html     5 Jul 2001 20:24:26 -0000       1.2
+++ rx.html     24 Oct 2010 01:31:45 -0000      1.3
@@ -1,47 +1,142 @@
-<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
-<HTML>
-<HEAD>
-<TITLE>rx - GNU Project - Free Software Foundation (FSF)</TITLE>
-<LINK REV="made" HREF="mailto:webmast...@www.gnu.org";>
-<META NAME="keywords" CONTENT="rx">
-</HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" 
VLINK="#9900DD">
-<H3>rx</H3>
-<A HREF="/graphics/gnu-head-sm.jpg"><IMG SRC="/graphics/gnu-head-sm.jpg"
-ALT=" [image of the Head of a GNU] "
-WIDTH="129" HEIGHT="122"></A>
-
-<P>
-A fast replacement for the GNU regex library.
-
-<HR>
-
-Return to <A HREF="/home.html">GNU's home page</A>.
-
-<P>
-Please send FSF &amp; GNU inquiries &amp; questions to
-
-<A HREF="mailto:g...@gnu.org";><EM>g...@gnu.org</EM></A>.
-There are also <A HREF="/home.html#ContactInfo">other ways to contact</A> the 
FSF.
-
-<P>
-Please send comments on these web pages to
-<A HREF="mailto:webmast...@www.gnu.org";><EM>webmast...@www.gnu.org</EM></A>,
-send other questions to
-<A HREF="mailto:g...@gnu.org";><EM>g...@gnu.org</EM></A>.
-
-<P>
-Copyright (C) 1998 Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA  02111,  USA
-
-<P>
-Verbatim copying and distribution of this entire article is
-permitted in any medium, provided this notice is preserved.
-<P>
-Updated:
-<!-- hhmts start -->
-11 Dec 1999 jonas
-<!-- hhmts end -->
-<HR>
-</BODY>
-</HTML>
+<!-- Parent-Version: $Revision: 1.3 $ -->
+
+<!-- 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
+-->
+
+<!-- Instructions for adapting this boilerplate to a new project: -->
+
+<!-- 1. In the line above starting "Parent-Version:", remove the
+        "$Revision...$" from around the revision number,
+        leaving just Parent-Version: and the number. -->
+
+<!-- 2. Replace "baz" with the name of your project.
+        You should be able to do this with search and replace;
+        making sure that the search is case insensitive and
+        that the case of the replacement matches the case
+        of the string found. In Emacs, query-replace will do this
+        when case-fold-search and case-replace are both non-nil
+        and both search and replacement string are given in lower case. -->
+
+<!-- 3. Of course update the actual information according to your project,
+        such as mailing lists, project locations, and maintainer name.  -->
+
+<!-- 4. You can use the patch-from-parent script to semi-automate
+        merging future changes to the boilerplate with your file:
+        
http://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/server/standards/patch-from-parent?root=www&content-type=text%2Fplain
+-->
+
+<!--#include virtual="/server/header.html" -->
+<title>RX
+- GNU Project - Free Software Foundation</title>
+<!--#include virtual="/server/banner.html" -->
+<h2>RX</h2>
+
+<p>RX A fast replacement for the GNU regex library.</p>
+
+
+<h3 id="download">Downloading
+  RX</h3>
+
+<p>RX
+can be found on the main GNU ftp server:
+<a href="http://ftp.gnu.org/old-gnu/rx/";>http://ftp.gnu.org/old-gnu/rx/</a>
+(via HTTP) and
+<a href="ftp://ftp.gnu.org/old-gnu/rx/";>ftp://ftp.gnu.org/old-gnu/rx/</a>
+(via FTP).  It can also be found
+on the <a href="/prep/ftp.html">GNU mirrors</a>;
+please
+
+
+
+
+
+<p>Announcements about
+RX and most other GNU software are made on
+<a href="mailto:info-...@gnu.org";>&lt;info-...@gnu.org&gt;</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:info-gnu-requ...@gnu.org?subject=subscribe";
+>&lt;info-gnu-requ...@gnu.org&gt;</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
+RX,
+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>
+
+<dt>Maintainer</dt>
+
+<dd>RX
+is currently being maintained by
+Tom Lord
+Please use the mailing lists for contact.</dd>
+
+
+</dl>
+
+
+<h3 id="license">Licensing</h3>
+
+<p>RX
+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&nbsp;3 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 &amp; GNU inquiries to
+<a href="mailto:g...@gnu.org";>&lt;g...@gnu.org&gt;</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:bug-...@gnu.org";>&lt;bug-...@gnu.org&gt;</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 &copy; 2010 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: 2010/10/24 01:31:45 $
+<!-- timestamp end -->
+</p>
+</div>
+
+</div>
+</div>
+</body>
+</html>
+

Reply via email to