vgritsenko 2004/08/19 12:22:53 Modified: docs applet.html changes.html index.html xdocs applet.xml changes.xml index.xml Log: Use full project name "Jakarta Regexp" Revision Changes Path 1.2 +2 -2 jakarta-regexp/docs/applet.html Index: applet.html =================================================================== RCS file: /home/cvs/jakarta-regexp/docs/applet.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- applet.html 28 Feb 2004 11:45:08 -0000 1.1 +++ applet.html 19 Aug 2004 19:22:53 -0000 1.2 @@ -18,7 +18,7 @@ - <title>Jakarta Regexp - Regexp Applet</title> + <title>Jakarta Regexp - Jakarta Regexp Applet</title> </head> <body bgcolor="#ffffff" text="#000000" link="#525D76"> @@ -83,7 +83,7 @@ <blockquote> <p> This simple applet provides way for visual debugging and testing - regexp package. + Jakarta Regexp package. </p> <p> <applet code="org.apache.regexp.REDemo" archive="jakarta-regexp.jar" width="520" height="380"> 1.25 +2 -2 jakarta-regexp/docs/changes.html Index: changes.html =================================================================== RCS file: /home/cvs/jakarta-regexp/docs/changes.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- changes.html 28 Feb 2004 11:45:08 -0000 1.24 +++ changes.html 19 Aug 2004 19:22:53 -0000 1.25 @@ -20,7 +20,7 @@ - <title>Jakarta Regexp - Regexp Changes</title> + <title>Jakarta Regexp - Jakarta Regexp History of Changes</title> </head> <body bgcolor="#ffffff" text="#000000" link="#525D76"> @@ -78,7 +78,7 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="Regexp Changes"><strong>Regexp Changes</strong></a> + <a name="Jakarta Regexp History of Changes"><strong>Jakarta Regexp History of Changes</strong></a> </font> </td></tr> <tr><td> 1.14 +18 -21 jakarta-regexp/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-regexp/docs/index.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- index.html 28 Feb 2004 11:45:08 -0000 1.13 +++ index.html 19 Aug 2004 19:22:53 -0000 1.14 @@ -18,7 +18,7 @@ - <title>Jakarta Regexp - Regexp</title> + <title>Jakarta Regexp - Jakarta Regexp</title> </head> <body bgcolor="#ffffff" text="#000000" link="#525D76"> @@ -76,39 +76,36 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="Regexp"><strong>Regexp</strong></a> + <a name="Jakarta Regexp"><strong>Jakarta Regexp</strong></a> </font> </td></tr> <tr><td> <blockquote> <p> -Regexp is a 100% Pure Java Regular Expression package that was graciously +Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke. He originally wrote this software back in 1996 and it has stood up quite well to the test of time. -It includes complete Javadoc documentation as well as a simple applet for visual -debugging and testing suite for compatibility. +It includes complete Javadoc documentation as well as a simple <a href="applet.html"> +applet</a> for visual debugging and testing suite for compatibility. </p> <p> This package is intended to be an answer to a question we commonly hear in the Java world: -<br /> -<strong>"Why isn't there a decent regular expression package available for -Java under a BSD-Style (ie: Apache) license?"</strong> +<blockquote style="padding: 5px; border: 1px solid #eee;"> +"Why isn't there a decent regular expression package available for +Java under a BSD-Style (ie: Apache) license?" +</blockquote> </p> <p> -You can <a href="../site/binindex.cgi">download</a> builds. -</p> - <p> -You can view the list of -<a href="changes.html">changes</a> between revisions. -</p> - <p> -You can launch <a href="applet.html">applet</a> and run regular expressions -interactively. -</p> - <p> -The Javadoc is <a href="http://jakarta.apache.org/regexp/apidocs/">available online</a>. -It is also included in the distribution download. +You can: +<ul> +<li><a href="../site/binindex.cgi">Download</a> builds.</li> +<li>View the list of <a href="changes.html">changes</a> between revisions.</li> +<li>Launch <a href="applet.html">applet</a> and run regular expressions +interactively.</li> +<li>View Javadoc <a href="http://jakarta.apache.org/regexp/apidocs/">online</a>. +It is also included in the distribution download.</li> +</ul> </p> <p> If you would like to get involved with this project in one way or another 1.2 +3 -3 jakarta-regexp/xdocs/applet.xml Index: applet.xml =================================================================== RCS file: /home/cvs/jakarta-regexp/xdocs/applet.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- applet.xml 28 Feb 2004 11:45:08 -0000 1.1 +++ applet.xml 19 Aug 2004 19:22:53 -0000 1.2 @@ -21,14 +21,14 @@ <document> <properties> <author email="[EMAIL PROTECTED]">Vadim Gritsenko</author> - <title>Regexp Applet</title> + <title>Jakarta Regexp Applet</title> </properties> <body> <section name="Regexp Applet"> <p> This simple applet provides way for visual debugging and testing - regexp package. + Jakarta Regexp package. </p> <p> 1.23 +3 -4 jakarta-regexp/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-regexp/xdocs/changes.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- changes.xml 27 Feb 2004 02:41:20 -0000 1.22 +++ changes.xml 19 Aug 2004 19:22:53 -0000 1.23 @@ -22,12 +22,11 @@ <properties> <author email="[EMAIL PROTECTED]">Jon S. Stevens</author> <author email="[EMAIL PROTECTED]">Vadim Gritsenko</author> - <title>Regexp Changes</title> + <title>Jakarta Regexp History of Changes</title> </properties> <body> - <section name="Regexp Changes"> - + <section name="Jakarta Regexp History of Changes"> <p> This document reflects the changes between releases for the Jakarta Regexp package. 1.7 +19 -25 jakarta-regexp/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-regexp/xdocs/index.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- index.xml 28 Feb 2004 11:45:08 -0000 1.6 +++ index.xml 19 Aug 2004 19:22:53 -0000 1.7 @@ -21,45 +21,39 @@ <document> <properties> <author email="[EMAIL PROTECTED]">Jon S. Stevens</author> - <title>Regexp</title> + <title>Jakarta Regexp</title> </properties> <body> - <section name="Regexp"> + <section name="Jakarta Regexp"> <p> -Regexp is a 100% Pure Java Regular Expression package that was graciously +Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke. He originally wrote this software back in 1996 and it has stood up quite well to the test of time. -It includes complete Javadoc documentation as well as a simple applet for visual -debugging and testing suite for compatibility. +It includes complete Javadoc documentation as well as a simple <a href="applet.html"> +applet</a> for visual debugging and testing suite for compatibility. </p> <p> This package is intended to be an answer to a question we commonly hear in the Java world: -<br/> -<strong>"Why isn't there a decent regular expression package available for -Java under a BSD-Style (ie: Apache) license?"</strong> +<blockquote style="padding: 5px; border: 1px solid #eee;"> +"Why isn't there a decent regular expression package available for +Java under a BSD-Style (ie: Apache) license?" +</blockquote> </p> <p> -You can <a href="../site/binindex.cgi">download</a> builds. -</p> - -<p> -You can view the list of -<a href="changes.html">changes</a> between revisions. -</p> - -<p> -You can launch <a href="applet.html">applet</a> and run regular expressions -interactively. -</p> - -<p> -The Javadoc is <a href="http://jakarta.apache.org/regexp/apidocs/">available online</a>. -It is also included in the distribution download. +You can: +<ul> +<li><a href="../site/binindex.cgi">Download</a> builds.</li> +<li>View the list of <a href="changes.html">changes</a> between revisions.</li> +<li>Launch <a href="applet.html">applet</a> and run regular expressions +interactively.</li> +<li>View Javadoc <a href="http://jakarta.apache.org/regexp/apidocs/">online</a>. +It is also included in the distribution download.</li> +</ul> </p> <p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]