You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by vg...@apache.org on 2005/08/12 05:06:19 UTC

svn commit: r232193 - in /jakarta/regexp/trunk: build.xml docs/applet.html docs/changes.html docs/index.html xdocs/stylesheets/ xdocs/stylesheets/project.xml xdocs/stylesheets/site.xml

Author: vgritsenko
Date: Thu Aug 11 20:06:11 2005
New Revision: 232193

URL: http://svn.apache.org/viewcvs?rev=232193&view=rev
Log:
update build to work with jakarta-site from svn.
regenerate docs.

Added:
    jakarta/regexp/trunk/xdocs/stylesheets/site.xml
      - copied, changed from r232183, jakarta/regexp/trunk/xdocs/stylesheets/project.xml
Removed:
    jakarta/regexp/trunk/xdocs/stylesheets/project.xml
Modified:
    jakarta/regexp/trunk/build.xml
    jakarta/regexp/trunk/docs/applet.html
    jakarta/regexp/trunk/docs/changes.html
    jakarta/regexp/trunk/docs/index.html
    jakarta/regexp/trunk/xdocs/stylesheets/   (props changed)

Modified: jakarta/regexp/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/regexp/trunk/build.xml?rev=232193&r1=232192&r2=232193&view=diff
==============================================================================
--- jakarta/regexp/trunk/build.xml (original)
+++ jakarta/regexp/trunk/build.xml Thu Aug 11 20:06:11 2005
@@ -54,22 +54,12 @@
     <property name="optimize" value="on"/>
     <property name="deprecation" value="off"/>
     <property name="RETest.txt" value="docs/RETest.txt"/>
-    <property name="jakarta-site2.dir" value="../site/"/>
+    <property name="jakarta-site.dir" value="../jakarta-site/"/>
 
     <!-- Anakia -->
     <property name="docs.src" value="xdocs"/>
     <property name="docs.dest" value="docs"/>
 
-    <!-- Build classpath -->
-    <path id="classpath">
-        <fileset dir="${jakarta-site2.dir}/lib">
-            <exclude name="ant*.jar"/>
-            <exclude name="maven*.jar"/>
-            <exclude name="*dvsl*.jar"/>
-            <include name="*.jar"/>
-        </fileset>
-    </path>
-
     <!-- =================================================================== -->
     <!-- Copies the source code to the build directory and does filtering    -->
     <!-- =================================================================== -->
@@ -217,50 +207,19 @@
     </target>
 
     <!-- ================================================================== -->
-    <!-- Anakia Documentation Builder                                       -->
+    <!-- XSLT   Documentation Builder                                       -->
     <!-- ================================================================== -->
-    <target name="anakia" depends="prepare">
-        <available classname="org.apache.velocity.anakia.AnakiaTask"
-            property="AnakiaTask.present">
-            <classpath refid="classpath"/>
-        </available>
-    </target>
-
-    <target name="anakia-error" depends="anakia" unless="AnakiaTask.present">
-        <echo>
-            AnakiaTask is not present! Please check to make sure that
-            velocity.jar is in your classpath.
-        </echo>
-    </target>
-
-    <target name="docs" depends="jar, anakia-error" if="AnakiaTask.present">
-        <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">
-          <classpath refid="classpath"/>
-        </taskdef>
-
-        <copy todir="${docs.src}/stylesheets" filtering="no">
-            <fileset dir="${jakarta-site2.dir}/xdocs/stylesheets">
-                <include name="site.vsl"/>
-            </fileset>
-        </copy>
+    <target name="docs" depends="jar">
+        <copy file="${jakarta-site.dir}/xdocs/stylesheets/site.xsl"
+              toDir="${docs.src}/stylesheets/"/>
+
+        <xslt   basedir="${docs.src}"
+                destdir="${docs.dest}"
+                style="${docs.src}/stylesheets/site.xsl"
+                includes="**/*.xml"
+                excludes="**/stylesheets/** empty.xml">
+        </xslt>
 
-        <anakia basedir="${docs.src}" destdir="${docs.dest}/"
-             extension=".html" style="./site.vsl"
-             projectFile="stylesheets/project.xml"
-             excludes="**/stylesheets/** empty.xml"
-             includes="**/*.xml"
-             lastModifiedCheck="true"
-             templatePath="${jakarta-site2.dir}/xdocs/stylesheets">
-        </anakia>
-        <!-- Not needed for now
-        <copy todir="${docs.dest}/images" filtering="no">
-            <fileset dir="${docs.src}/images">
-                <include name="**/*.gif"/>
-                <include name="**/*.jpeg"/>
-                <include name="**/*.jpg"/>
-            </fileset>
-        </copy>
-        -->
         <copy todir="${docs.dest}" filtering="no">
             <fileset dir="${docs.src}">
                 <include name="RETest.txt"/>

Modified: jakarta/regexp/trunk/docs/applet.html
URL: http://svn.apache.org/viewcvs/jakarta/regexp/trunk/docs/applet.html?rev=232193&r1=232192&r2=232193&view=diff
==============================================================================
--- jakarta/regexp/trunk/docs/applet.html (original)
+++ jakarta/regexp/trunk/docs/applet.html Thu Aug 11 20:06:11 2005
@@ -1,146 +1,119 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-
-<!--
-Copyright 1999-2004 The Apache Software Foundation
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-
-<!-- Content Stylesheet for Site -->
-
-        
-<!-- start the processing -->
-    <!-- ====================================================================== -->
-    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
-    <!-- Main Page Section -->
-    <!-- ====================================================================== -->
-    <html>
-        <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
-
-                                                    <meta name="author" value="Vadim Gritsenko">
-            <meta name="email" value="vgritsenko@apache.org">
-            
-           
-                                    
-                        
-            <title>Jakarta Regexp - Jakarta Regexp Applet</title>
-        </head>
-
-        <body bgcolor="#ffffff" text="#000000" link="#525D76">        
-            <table border="0" width="100%" cellspacing="0">
-                <!-- TOP IMAGE -->
-                <tr>
-                    <td colspan="2">
-<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
-</td>
-                </tr>
-            </table>
-            <table border="0" width="100%" cellspacing="4">
-                <tr><td colspan="2">
-                    <hr noshade="" size="1"/>
-                </td></tr>
-                
-                <tr>
-                    <!-- LEFT SIDE NAVIGATION -->
-                    <td width="20%" valign="top" nowrap="true">
-                    
-    <!-- ============================================================ -->
-
-                <p><strong>Regexp</strong></p>
-        <ul>
-                    <li>    <a href="./index.html">Front Page</a>
-</li>
-                    <li>    <a href="./changes.html">Changes</a>
-</li>
-                    <li>    <a href="./applet.html">Applet</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/../regexp/apidocs/">Javadoc</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/downloads/downloads_regexp.cgi">Download</a>
-</li>
-                </ul>
-            <p><strong>Get Involved</strong></p>
-        <ul>
-                    <li>    <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/cvsindex.html">Source Repositories</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
-</li>
-                </ul>
-            <p><strong>Related Projects</strong></p>
-        <ul>
-                    <li>    <a href="http://jakarta.apache.org/site/../oro/index.html">ORO</a>
-</li>
-                </ul>
-                        </td>
-                    <td width="80%" align="left" valign="top">
-                                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
-      <tr><td bgcolor="#525D76">
-        <font color="#ffffff" face="arial,helvetica,sanserif">
-          <a name="Regexp Applet"><strong>Regexp Applet</strong></a>
-        </font>
-      </td></tr>
-      <tr><td>
-        <p>
-        <blockquote>
-                                    <p>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Jakarta Regexp - Jakarta Regexp Applet</title>
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<meta name="author" value="Vadim Gritsenko" />
+<meta name="email" value="vgritsenko@apache.org" />
+</head>
+<body>
+<table class="page-header" border="0" width="100%" cellspacing="0">
+<!--PAGE HEADER-->
+<tr>
+<td colspan="2">
+<!--JAKARTA LOGO-->
+<a href="http://jakarta.apache.org/">
+<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0" />
+</a>
+</td>
+<td>
+<div style="width:135px;height:50px;padding:10px;border:1px solid #666666">
+<a href="http://www.apachecon.com/2005/EU/">
+<img alt="Join ApacheCon in Stuttgart!" border="0" src="http://apache.org/images/ac2005eu_135x50.gif" />
+</a>
+</div>
+</td>
+</tr>
+</table>
+<table border="0" width="100%" cellspacing="4">
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="left-navbar" valign="top" nowrap="nowrap">
+<p>
+<strong>Regexp</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Front Page</a>
+</li>
+<li>
+<a href="./changes.html">Changes</a>
+</li>
+<li>
+<a href="./applet.html">Applet</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/../regexp/apidocs/">Javadoc</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/downloads/downloads_regexp.cgi">Download</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/cvsindex.html">Source Repositories</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+</li>
+</ul>
+<p>
+<strong>Related Projects</strong>
+</p>
+<ul>
+<li>
+<a href="http://jakarta.apache.org/site/../oro/index.html">ORO</a>
+</li>
+</ul>
+</td>
+<!--MAIN BODY-->
+<td class="main-body" valign="top" align="left">
+<div class="section">
+<div class="section-header">
+<a name="Regexp Applet">
+<strong>Regexp Applet</strong>
+</a>
+</div>
+<p>
+<div class="section-body">
+      <p>
         This simple applet provides way for visual debugging and testing
         Jakarta Regexp package.
       </p>
-                                                <p>
+
+      <p>
         <applet code="org.apache.regexp.REDemo" archive="jakarta-regexp.jar" width="520" height="380">
         </applet>
       </p>
-                            </blockquote>
-        </p>
-      </td></tr>
-      <tr><td><br/></td></tr>
-    </table>
-                                        </td>
-                </tr>
-
-                <!-- FOOTER -->
-                <tr><td colspan="2">
-                    <hr noshade="" size="1"/>
-                </td></tr>
-                <tr><td colspan="2">
-                    <div align="center"><font color="#525D76" size="-1"><em>
-                    Copyright &#169; 1999-2005, The Apache Software Foundation
-                    </em></font></div>
-                </td></tr>
-            </table>
-        </body>
-    </html>
-<!-- end the processing -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+    </div>
+</p>
+</div>
+</td>
+<!--RIGHT SIDE NAVIGATION-->
+<td class="right-navbar" valign="top" nowrap="nowrap" />
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="3">
+<hr noshade="noshade" size="1" />
+</td>
+</tr>
+<tr>
+<td colspan="3">
+<div class="page-footer">
+<em>
+        Copyright &copy; 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
+        </em>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>

Modified: jakarta/regexp/trunk/docs/changes.html
URL: http://svn.apache.org/viewcvs/jakarta/regexp/trunk/docs/changes.html?rev=232193&r1=232192&r2=232193&view=diff
==============================================================================
--- jakarta/regexp/trunk/docs/changes.html (original)
+++ jakarta/regexp/trunk/docs/changes.html Thu Aug 11 20:06:11 2005
@@ -1,154 +1,147 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-
-<!--
-Copyright 1999-2004 The Apache Software Foundation
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-
-<!-- Content Stylesheet for Site -->
-
-        
-<!-- start the processing -->
-    <!-- ====================================================================== -->
-    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
-    <!-- Main Page Section -->
-    <!-- ====================================================================== -->
-    <html>
-        <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
-
-                                                    <meta name="author" value="Jon S. Stevens">
-            <meta name="email" value="jon@latchkey.com">
-                                        <meta name="author" value="Vadim Gritsenko">
-            <meta name="email" value="vgritsenko@apache.org">
-            
-           
-                                    
-                        
-            <title>Jakarta Regexp - Jakarta Regexp History of Changes</title>
-        </head>
-
-        <body bgcolor="#ffffff" text="#000000" link="#525D76">        
-            <table border="0" width="100%" cellspacing="0">
-                <!-- TOP IMAGE -->
-                <tr>
-                    <td colspan="2">
-<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Jakarta Regexp - Jakarta Regexp History of Changes</title>
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<meta name="author" value="Jon S. Stevens" />
+<meta name="email" value="jon@latchkey.com" />
+<meta name="author" value="Vadim Gritsenko" />
+<meta name="email" value="vgritsenko@apache.org" />
+</head>
+<body>
+<table class="page-header" border="0" width="100%" cellspacing="0">
+<!--PAGE HEADER-->
+<tr>
+<td colspan="2">
+<!--JAKARTA LOGO-->
+<a href="http://jakarta.apache.org/">
+<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0" />
+</a>
 </td>
-                </tr>
-            </table>
-            <table border="0" width="100%" cellspacing="4">
-                <tr><td colspan="2">
-                    <hr noshade="" size="1"/>
-                </td></tr>
-                
-                <tr>
-                    <!-- LEFT SIDE NAVIGATION -->
-                    <td width="20%" valign="top" nowrap="true">
-                    
-    <!-- ============================================================ -->
-
-                <p><strong>Regexp</strong></p>
-        <ul>
-                    <li>    <a href="./index.html">Front Page</a>
-</li>
-                    <li>    <a href="./changes.html">Changes</a>
-</li>
-                    <li>    <a href="./applet.html">Applet</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/../regexp/apidocs/">Javadoc</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/downloads/downloads_regexp.cgi">Download</a>
-</li>
-                </ul>
-            <p><strong>Get Involved</strong></p>
-        <ul>
-                    <li>    <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/cvsindex.html">Source Repositories</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
-</li>
-                </ul>
-            <p><strong>Related Projects</strong></p>
-        <ul>
-                    <li>    <a href="http://jakarta.apache.org/site/../oro/index.html">ORO</a>
-</li>
-                </ul>
-                        </td>
-                    <td width="80%" align="left" valign="top">
-                                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
-      <tr><td bgcolor="#525D76">
-        <font color="#ffffff" face="arial,helvetica,sanserif">
-          <a name="Jakarta Regexp History of Changes"><strong>Jakarta Regexp History of Changes</strong></a>
-        </font>
-      </td></tr>
-      <tr><td>
-        <p>
-        <blockquote>
-                                    <p>
+<td>
+<div style="width:135px;height:50px;padding:10px;border:1px solid #666666">
+<a href="http://www.apachecon.com/2005/EU/">
+<img alt="Join ApacheCon in Stuttgart!" border="0" src="http://apache.org/images/ac2005eu_135x50.gif" />
+</a>
+</div>
+</td>
+</tr>
+</table>
+<table border="0" width="100%" cellspacing="4">
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="left-navbar" valign="top" nowrap="nowrap">
+<p>
+<strong>Regexp</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Front Page</a>
+</li>
+<li>
+<a href="./changes.html">Changes</a>
+</li>
+<li>
+<a href="./applet.html">Applet</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/../regexp/apidocs/">Javadoc</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/downloads/downloads_regexp.cgi">Download</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/cvsindex.html">Source Repositories</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+</li>
+</ul>
+<p>
+<strong>Related Projects</strong>
+</p>
+<ul>
+<li>
+<a href="http://jakarta.apache.org/site/../oro/index.html">ORO</a>
+</li>
+</ul>
+</td>
+<!--MAIN BODY-->
+<td class="main-body" valign="top" align="left">
+<div class="section">
+<div class="section-header">
+<a name="Jakarta Regexp History of Changes">
+<strong>Jakarta Regexp History of Changes</strong>
+</a>
+</div>
+<p>
+<div class="section-body">
+      <p>
         This document reflects the changes between releases for the Jakarta Regexp
         package.
       </p>
-                                                <h3>Version 1.4-dev</h3>
-                                                <ul>
-<li>Fixed Bug 
+
+<h3>Version 1.4-dev</h3>
+<ul>
+<li>Applied patches for Bug
+    <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=27795">27795</a>:
+    Add optimization for regexps which start with ^ (BOL) (VG)</li>
+<li>Fixed Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=25985">25985</a>:
     In MATCH_MULTILINE mode $ does not match end of line (VG)</li>
-<li>Fixed Bug 
+<li>Fixed Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=2121">2121</a>:
     '.' or '-' in bracket expression gives unexpected results (VG)</li>
 <li>Regexp is relicensed to <a href="http://www.apache.org/licenses/LICENSE-2.0">
     Apache License, Version 2.0</a> (VG)</li>
-<li>Fixed Bug 
+<li>Fixed Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=2525">2525</a>:
     Leading zero-length string splitted by RE (VG)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=4137">4137</a>:
     Regexp match gets different results on different platforms (VG)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=3303">3303</a>:
     Unicode 3.0 character \\uFFFD (VG)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=3773">3773</a>:
     Problem with parsing greedy match modifiers (VG)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=3273">3273</a>:
     CharacterArrayCharacterIterator docs and implementation mismatch (VG)</li>
-<li>Fixed Bug 
+<li>Fixed Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=22928">22928</a>:
     subst() with REPLACE_BACKREFERENCES cuts first 2 characters (VG)</li>
 </ul>
-                                                <h3>Version 1.3</h3>
-                                                <ul>
-<li>Fixed Bug 
+
+<h3>Version 1.3</h3>
+<ul>
+<li>Fixed Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=22804">22804</a>:
     ArrayIndexOutOfBoundsException on negated classes (VG)</li>
 <li>New Feature: subst() can now process backreferences when flag
     REPLACE_BACKREFERENCES is set. See API docs for details.
     Patch provided by Tobias Schaefer. (VG)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=16592">16592</a>:
     Syntax error: Too many bracketed closures (limit is 10) (VG)</li>
-<li>Fixed Bug 
+<li>Fixed Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=5212">5212</a>, aka
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=14954">14954</a>:
     A bug caused by '-' in character class definition ('[...]') (VG)</li>
-<li>Fixed Bug 
+<li>Fixed Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=4057">4057</a>:
     \w does not match underscore (VG)</li>
-<li>Fixed Bug 
+<li>Fixed Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=1030">1030</a>, aka
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=10893">10893</a>:
     {n.m} notation work incorrect if n=0 (VG)</li>
@@ -157,47 +150,57 @@
     Expressions using {0,n} match 0 to n+1 times instead of 0 to n times.
     Now, expression "[a-z]{0,3}" matches "123abcdefg123" resulting in ""
     (empty string). (VG)</li>
-<li>Fixed Bug 
+<li>Fixed Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=306">306</a>:
     Why is the RE class not Serializable? (VG)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=3879">3879</a>:
     Expressions using {0,n} match 0 to n+1 times instead of 0 to n times. (JSS)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=7288">7288</a>:
     Bug in negative character ranges. (JSS)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=986">986</a>:
     Leading "\b" word boundary is ignored. (JSS)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=3877">3877</a>:
     {n} and {n,m} not thread safe. (JSS)</li>
-<li>Applied patches for Bug 
+<li>Applied patches for Bug
     <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=8467">8467</a>:
     Number of paren pairs limited to 16 (JSS)</li>
 <li>Fixed RE.grep() documentation to reflect a String[] is returned
     instead of an Object[].</li>
-<li><a href="http://www.mail-archive.com/regexp-dev%40jakarta.apache.org/msg00002.html">
+<li>
+<a href="http://www.mail-archive.com/regexp-dev%40jakarta.apache.org/msg00002.html">
     New Feature</a>: Clustering (i.e. non backref'd grouping)</li>
 <li>Rebuilt website with latest Jakarta-Site dependency</li>
 </ul>
-                                                <h3>Version 1.2</h3>
-                                                <ul>
+
+<h3>Version 1.2</h3>
+<ul>
 <li>Updated to Ant 1.2 (JSS)</li>
 <li>Documentation now built with <a href="http://jakarta.apache.org/site/jakarta-site2.html">Anakia</a> (JSS)</li>
-<li><a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.3&amp;content-type=text/vnd.viewcvs-markup">Fixed bug</a></li>
-<li><a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.4&amp;content-type=text/vnd.viewcvs-markup">
+<li>
+<a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.3&amp;content-type=text/vnd.viewcvs-markup">Fixed bug</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.4&amp;content-type=text/vnd.viewcvs-markup">
     Fixed bug</a>: StringIndexOutOfBoundsException if paren is empty</li>
-<li><a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.5&amp;content-type=text/vnd.viewcvs-markup">
+<li>
+<a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.5&amp;content-type=text/vnd.viewcvs-markup">
     Fixed bug</a>: Case independent flag does not work in prefix optimization code</li>
-<li><a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.6&amp;content-type=text/vnd.viewcvs-markup">
+<li>
+<a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.6&amp;content-type=text/vnd.viewcvs-markup">
     New Feature</a>: Added flag MATCH_SINGLELINE - newlines are matched by '.'</li>
 </ul>
-                                                <h3>Version 1.1</h3>
-                                                <p>
+
+<h3>Version 1.1</h3>
+
+<p>
 Contributions by Ales Novak:
 </p>
-                                                <ul>
+
+<ul>
 <li>RECompiler.compile() - copy on return</li>
 <li>RE.matchNodes() - BOL and EOL cases
 if RE.MATCH_MULTILINE is specified.
@@ -211,55 +214,43 @@
 All needed modifications are only in the RE class.
 </li>
 </ul>
-                                                <p>
+
+<p>
 Contributions by Jon S. Stevens:
 </p>
-                                                <ul>
+
+<ul>
 <li>Fix in the build system for building on NT</li>
 <li>Documentation fixes / additions</li>
 </ul>
-                                                <h3>Version 1.0</h3>
-                                                <ul>
+
+<h3>Version 1.0</h3>
+<ul>
 <li>Repackaging from original contribution. No major code changes.</li>
 </ul>
-                            </blockquote>
-        </p>
-      </td></tr>
-      <tr><td><br/></td></tr>
-    </table>
-                                        </td>
-                </tr>
-
-                <!-- FOOTER -->
-                <tr><td colspan="2">
-                    <hr noshade="" size="1"/>
-                </td></tr>
-                <tr><td colspan="2">
-                    <div align="center"><font color="#525D76" size="-1"><em>
-                    Copyright &#169; 1999-2005, The Apache Software Foundation
-                    </em></font></div>
-                </td></tr>
-            </table>
-        </body>
-    </html>
-<!-- end the processing -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
+    </div>
+</p>
+</div>
+</td>
+<!--RIGHT SIDE NAVIGATION-->
+<td class="right-navbar" valign="top" nowrap="nowrap" />
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="3">
+<hr noshade="noshade" size="1" />
+</td>
+</tr>
+<tr>
+<td colspan="3">
+<div class="page-footer">
+<em>
+        Copyright &copy; 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
+        </em>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>

Modified: jakarta/regexp/trunk/docs/index.html
URL: http://svn.apache.org/viewcvs/jakarta/regexp/trunk/docs/index.html?rev=232193&r1=232192&r2=232193&view=diff
==============================================================================
--- jakarta/regexp/trunk/docs/index.html (original)
+++ jakarta/regexp/trunk/docs/index.html Thu Aug 11 20:06:11 2005
@@ -1,108 +1,98 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Jakarta Regexp - Jakarta Regexp</title>
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<meta name="author" value="Jon S. Stevens" />
+<meta name="email" value="jon@latchkey.com" />
+</head>
+<body>
+<table class="page-header" border="0" width="100%" cellspacing="0">
+<!--PAGE HEADER-->
+<tr>
+<td colspan="2">
+<!--JAKARTA LOGO-->
+<a href="http://jakarta.apache.org/">
+<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0" />
+</a>
+</td>
+<td>
+<div style="width:135px;height:50px;padding:10px;border:1px solid #666666">
+<a href="http://www.apachecon.com/2005/EU/">
+<img alt="Join ApacheCon in Stuttgart!" border="0" src="http://apache.org/images/ac2005eu_135x50.gif" />
+</a>
+</div>
+</td>
+</tr>
+</table>
+<table border="0" width="100%" cellspacing="4">
+<tr>
+<!--LEFT SIDE NAVIGATION-->
+<td class="left-navbar" valign="top" nowrap="nowrap">
+<p>
+<strong>Regexp</strong>
+</p>
+<ul>
+<li>
+<a href="./index.html">Front Page</a>
+</li>
+<li>
+<a href="./changes.html">Changes</a>
+</li>
+<li>
+<a href="./applet.html">Applet</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/../regexp/apidocs/">Javadoc</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/downloads/downloads_regexp.cgi">Download</a>
+</li>
+</ul>
+<p>
+<strong>Get Involved</strong>
+</p>
+<ul>
+<li>
+<a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/cvsindex.html">Source Repositories</a>
+</li>
+<li>
+<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+</li>
+</ul>
+<p>
+<strong>Related Projects</strong>
+</p>
+<ul>
+<li>
+<a href="http://jakarta.apache.org/site/../oro/index.html">ORO</a>
+</li>
+</ul>
+</td>
+<!--MAIN BODY-->
+<td class="main-body" valign="top" align="left">
+<div class="section">
+<div class="section-header">
+<a name="Jakarta Regexp">
+<strong>Jakarta Regexp</strong>
+</a>
+</div>
+<p>
+<div class="section-body">
 
-<!--
-Copyright 1999-2004 The Apache Software Foundation
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-
-<!-- Content Stylesheet for Site -->
-
-        
-<!-- start the processing -->
-    <!-- ====================================================================== -->
-    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
-    <!-- Main Page Section -->
-    <!-- ====================================================================== -->
-    <html>
-        <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
-
-                                                    <meta name="author" value="Jon S. Stevens">
-            <meta name="email" value="jon@latchkey.com">
-            
-           
-                                    
-                        
-            <title>Jakarta Regexp - Jakarta Regexp</title>
-        </head>
-
-        <body bgcolor="#ffffff" text="#000000" link="#525D76">        
-            <table border="0" width="100%" cellspacing="0">
-                <!-- TOP IMAGE -->
-                <tr>
-                    <td colspan="2">
-<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
-</td>
-                </tr>
-            </table>
-            <table border="0" width="100%" cellspacing="4">
-                <tr><td colspan="2">
-                    <hr noshade="" size="1"/>
-                </td></tr>
-                
-                <tr>
-                    <!-- LEFT SIDE NAVIGATION -->
-                    <td width="20%" valign="top" nowrap="true">
-                    
-    <!-- ============================================================ -->
-
-                <p><strong>Regexp</strong></p>
-        <ul>
-                    <li>    <a href="./index.html">Front Page</a>
-</li>
-                    <li>    <a href="./changes.html">Changes</a>
-</li>
-                    <li>    <a href="./applet.html">Applet</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/../regexp/apidocs/">Javadoc</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/downloads/downloads_regexp.cgi">Download</a>
-</li>
-                </ul>
-            <p><strong>Get Involved</strong></p>
-        <ul>
-                    <li>    <a href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/cvsindex.html">Source Repositories</a>
-</li>
-                    <li>    <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
-</li>
-                </ul>
-            <p><strong>Related Projects</strong></p>
-        <ul>
-                    <li>    <a href="http://jakarta.apache.org/site/../oro/index.html">ORO</a>
-</li>
-                </ul>
-                        </td>
-                    <td width="80%" align="left" valign="top">
-                                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
-      <tr><td bgcolor="#525D76">
-        <font color="#ffffff" face="arial,helvetica,sanserif">
-          <a name="Jakarta Regexp"><strong>Jakarta Regexp</strong></a>
-        </font>
-      </td></tr>
-      <tr><td>
-        <p>
-        <blockquote>
-                                    <p>
+<p>
 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 <a href="applet.html">
 applet</a> for visual debugging and testing suite for compatibility.
 </p>
-                                                <p>
+
+<p>
 This package is intended to be an answer to a question we commonly hear in the 
 Java world:
 <blockquote style="padding: 5px; border: 1px solid #eee;">
@@ -110,10 +100,12 @@
 Java under a BSD-Style (ie: Apache) license?"
 </blockquote>
 </p>
-                                                <p>
+
+<p>
 You can:
 <ul>
-<li><a href="../site/binindex.cgi">Download</a> builds.</li>
+<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>
@@ -121,60 +113,51 @@
 It is also included in the distribution download.</li>
 </ul>
 </p>
-                                                <p>
+
+<p>
 If you would like to get involved with this project in one way or another 
 (Mailing lists, SVN, Contributions), please see the <a href="../site/getinvolved.html">Getting Involved</a> section of the Jakarta Website.
 </p>
-                                                <h3><a href="../site/whoweare.html">Contributors</a></h3>
-                                                <ul>
+
+<h3>
+<a href="../site/whoweare.html">Contributors</a>
+</h3>
+
+<ul>
 <li>Jonathan Locke wrote the original code.</li>
 <li>James Davidson for making the contact with Jonathan and asking him to release his 
 source code.</li>
 <li>Jon S. Stevens is responsible for re-packaging it and preparing it 
 for release.</li>
 <li>Craig McClanahan is responsible for setting up the CVS and mailing lists.</li>
-<li><a href="mailto:ales AT netbeans.com">Ales Novak</a> has contributed
+<li>
+<a href="mailto:ales AT netbeans.com">Ales Novak</a> has contributed
 bug fixes and feature enhancements.</li>
 <li>Michael McCallum contributed a patch to add clustering support.</li>
 </ul>
-                            </blockquote>
-        </p>
-      </td></tr>
-      <tr><td><br/></td></tr>
-    </table>
-                                        </td>
-                </tr>
-
-                <!-- FOOTER -->
-                <tr><td colspan="2">
-                    <hr noshade="" size="1"/>
-                </td></tr>
-                <tr><td colspan="2">
-                    <div align="center"><font color="#525D76" size="-1"><em>
-                    Copyright &#169; 1999-2005, The Apache Software Foundation
-                    </em></font></div>
-                </td></tr>
-            </table>
-        </body>
-    </html>
-<!-- end the processing -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
+    </div>
+</p>
+</div>
+</td>
+<!--RIGHT SIDE NAVIGATION-->
+<td class="right-navbar" valign="top" nowrap="nowrap" />
+</tr>
+<!--FOOTER SEPARATOR-->
+<tr>
+<td colspan="3">
+<hr noshade="noshade" size="1" />
+</td>
+</tr>
+<tr>
+<td colspan="3">
+<div class="page-footer">
+<em>
+        Copyright &copy; 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
+        </em>
+</div>
+</td>
+</tr>
+</table>
+</body>
+</html>

Propchange: jakarta/regexp/trunk/xdocs/stylesheets/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Aug 11 20:06:11 2005
@@ -0,0 +1 @@
+site.xsl

Copied: jakarta/regexp/trunk/xdocs/stylesheets/site.xml (from r232183, jakarta/regexp/trunk/xdocs/stylesheets/project.xml)
URL: http://svn.apache.org/viewcvs/jakarta/regexp/trunk/xdocs/stylesheets/site.xml?p2=jakarta/regexp/trunk/xdocs/stylesheets/site.xml&p1=jakarta/regexp/trunk/xdocs/stylesheets/project.xml&r1=232183&r2=232193&rev=232193&view=diff
==============================================================================
--- jakarta/regexp/trunk/xdocs/stylesheets/project.xml (original)
+++ jakarta/regexp/trunk/xdocs/stylesheets/site.xml Thu Aug 11 20:06:11 2005
@@ -18,8 +18,8 @@
   - CVS $Id$
   -->
 
-<project name="Jakarta Regexp"
-         href="http://jakarta.apache.org/">
+<site name="Jakarta Regexp"
+      href="http://jakarta.apache.org/">
 
   <title>Jakarta Regexp</title>
   <!-- uncomment and put your project logo here!
@@ -27,6 +27,7 @@
   -->
     
   <body>
+    <navbar name="lhs">
     <menu name="Regexp">
       <item name="Front Page"            href="/index.html"/>
       <item name="Changes"               href="/changes.html"/>
@@ -44,6 +45,7 @@
     <menu name="Related Projects">
       <item name="ORO"                   href="/site/../oro/index.html"/>
     </menu>
+    </navbar>
   </body>
 
-</project>
+</site>



---------------------------------------------------------------------
To unsubscribe, e-mail: regexp-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: regexp-dev-help@jakarta.apache.org