www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/software/flex flex.html


From: Exal de Jesus Garcia Carrillo
Subject: www/software/flex flex.html
Date: Sat, 17 Jun 2006 16:32:32 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Exal de Jesus Garcia Carrillo <exal>    06/06/17 16:32:32

Modified files:
        software/flex  : flex.html 

Log message:
        Some modifications to flex page

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/software/flex/flex.html?cvsroot=www&r1=1.6&r2=1.7

Patches:
Index: flex.html
===================================================================
RCS file: /web/www/www/software/flex/flex.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- flex.html   8 Dec 2005 22:22:33 -0000       1.6
+++ flex.html   17 Jun 2006 16:32:30 -0000      1.7
@@ -1,121 +1,23 @@
-<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
-<HTML>
-<HEAD>
-<TITLE>Flex - GNU Project - Free Software Foundation (FSF)</TITLE>
-<LINK REV="made" HREF="mailto:address@hidden";>
-<META NAME="keywords" CONTENT="flex">
-</HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" 
VLINK="#9900DD">
-<H3>Flex</H3>
-
-<P>
-<HR>
-<P>
-<!-- These quick navigation menu bar lines can't be longer then about -->
-<!-- 72 characters or lynx will break them poorly. -->
-<!-- If we add more then 2 lines, they will become too cluttered to be -->
-<!-- quickly and easily understood. -->
-<!-- Obviously, we list ONLY the most useful/important URLs here. -->
-<CENTER>
-  <A HREF="#introduction" NAME="TOCintroduction">Introduction</A>
-| <A HREF="#downloading" NAME="TOCdownloading">Get the Software</A>
-| <A HREF="#documentation" NAME="TOCdocumentation">Documentation</A>
-<!-- try to keep this balanced -->
-<BR><A HREF="#lists" NAME="TOClists">Mailing Lists/Newsgroups</A>
-| <A HREF="#enhancement" NAME="TOCenhancement">Request an Enhancement</A>
-| <A HREF="#bug" NAME="TOCbug">Report a Bug</A>
-</CENTER>
-<P>
-<HR>
-<P>
-<H4><A HREF="#TOCintroduction" NAME="introduction">Introduction to 
Flex</A></H4>
-<P>
-Flex is a fast lexical analyser generator. It is a tool for generating
-programs that perform pattern-matching on text. There are many applications 
-for Flex, including writing compilers in conjunction with 
-<A HREF="/software/bison/bison.html">GNU Bison.</A> Flex is a non-GNU free 
-implementation of the well known Lex program. It features a Lex compatibility
-mode, and also provides several new features such as exclusive start 
-conditions. 
-<P>
-<H4><A HREF="#TOCdownloading" NAME="downloading">Downloading Flex</A></H4>
-<P>
-Flex can be found in the <CODE>/non-gnu/flex/</CODE> subdirectory on your 
-favorite <A HREF="/prep/ftp.html">GNU mirror</A>.
-<P>
-<H4><A HREF="#TOCdocumentation" NAME="documentation">Documentation</A></H4>
-While Flex is not a GNU package, the GNU Project did develop a manual for it. 
This documentation can be found at
-<A HREF="/software/flex/manual/">http://www.gnu.org/software/flex/manual/</A>.
-<P>
-You may also find more information about Flex by looking at 
-<EM>/usr/doc/flex/</EM> or <EM>/usr/local/doc/flex/</EM> or by looking
-at man pages (<EM>man flex</EM> at the shell prompt) on your system.
-
-<P>
-<H4><A HREF="#TOClists" NAME="lists">Mailing Lists/Newsgroups</A></H4>
-<p>These are Flex's official lists:</p>
-<br>List-id: "Users list for Flex, the GNU lexical analyser generator
-<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>"
-<br>List-Unsubscribe: <a
-href="http://lists.gnu.org/mailman/listinfo/";>http://lists.gnu.org/mailman/listinfo/</a>
-<br>Help-flex, <a
-href="mailto:address@hidden";>&lt;address@hidden&gt;</a>
-<br>List-Archive: <a 
href="http://lists.gnu.org/pipermail/help-flex";>http://lists.gnu.org/pipermail/help-flex</a>
-<br>List-Post: <a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>
-<br>List-Help: <a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>
-<br>List-Subscribe: <a
-href="http://lists.gnu.org/mailman/listinfo/help-flex";>http://lists.gnu.org/mailman/listinfo/help-flex</a>,
-<a
-href="mailto:address@hidden";>&lt;address@hidden&gt;</a>
-
-
-<H4><A HREF="#TOCenhancement" NAME="enhancement">Request an 
Enhancement</A></H4>
-If you would like any new feature to be included in future versions of Flex,
-please send a request to
-<A HREF="mailto:address@hidden";>&lt;address@hidden&gt;</A>.
-<P>Please remember that development of Flex is a volunteer effort, and you 
-can also contribute to its development.
-
-<P>
-<H4><A HREF="#TOCbug" NAME="bug">Report a Bug</A></H4>
-If you think you have found a bug in Flex, then you should send as 
-complete a report as possible to the Flex maintainers. Contact details
-are provided within the distribution.
-
-<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.
--->
-
-<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:address@hidden";><EM>address@hidden</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:address@hidden";><EM>address@hidden</EM></A>,
-send other questions to
-<A HREF="mailto:address@hidden";><EM>address@hidden</EM></A>.
-<P>
-Copyright (C) 1999, 2005 <A HREF="http://www.fsf.org";>Free Software 
Foundation</A>, Inc.,
-51 Franklin St. - 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 -->Last modified: Fri Oct 21 00:18:22 CEST 2005 <!-- hhmts 
end -->
-<HR>
-</BODY>
-</HTML>
+<html>
+<head>
+<title>Flex</title>
+</head>
+<body>
+
+<h2>Flex</h2>
+
+<p>Flex (The Fast Lexical Analyzer)</p>
+
+Flex is a fast lexical analyser generator. It is a tool for generating 
programs that perform 
+pattern-matching on text. Flex is a non-GNU free implementation of the well 
known Lex program.<br>
+
+<p>The GNU Project did develop a manual for Flex. This documentation
+can be found at <a href="http://www.gnu.org/software/flex/manual/";>
+http://www.gnu.org/software/flex/manual/.</a><br>
+(This GNU documentation is for an old versions of Flex)</p>
+
+For more information and to download the software, please see the <a 
href="http://flex.sourceforge.net";>
+Flex home page.</a>
+</body>
+</html>
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]