Author: dfs Date: Wed Dec 15 20:12:03 2004 New Revision: 121044 URL: http://svn.apache.org/viewcvs?view=rev&rev=121044 Log: Added a note that user queries are responded to promptly.
Modified: jakarta/oro/trunk/docs/index.html jakarta/oro/trunk/xdocs/index.xml Modified: jakarta/oro/trunk/docs/index.html Url: http://svn.apache.org/viewcvs/jakarta/oro/trunk/docs/index.html?view=diff&rev=121044&p1=jakarta/oro/trunk/docs/index.html&r1=121043&p2=jakarta/oro/trunk/docs/index.html&r2=121044 ============================================================================== --- jakarta/oro/trunk/docs/index.html (original) +++ jakarta/oro/trunk/docs/index.html Wed Dec 15 20:12:03 2004 @@ -1,5 +1,21 @@ <!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 --> @@ -111,8 +127,10 @@ AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc. This library is the successor to the - OROMatcher, AwkTools, PerlTools, and TextTools libraries originally - from ORO, Inc. + OROMatcher, AwkTools, PerlTools, and TextTools libraries + originally from ORO, Inc. Despite little activity in the form + of new development initiatives, issue reports, questions, and + suggestions are responded to quickly. </p> <p> You can download the latest released version from the @@ -167,7 +185,8 @@ <blockquote> <p> <ul> - <li>Daniel F. Savarese wrote the original code.</li> + <li><a href="http://www.savarese.org/">Daniel Savarese</a> + donated the original code.</li> <li>Jon S. Stevens is responsible for helping prepare it for release.</li> <li>Takashi Okamoto contributed a unicode character class fix Modified: jakarta/oro/trunk/xdocs/index.xml Url: http://svn.apache.org/viewcvs/jakarta/oro/trunk/xdocs/index.xml?view=diff&rev=121044&p1=jakarta/oro/trunk/xdocs/index.xml&r1=121043&p2=jakarta/oro/trunk/xdocs/index.xml&r2=121044 ============================================================================== --- jakarta/oro/trunk/xdocs/index.xml (original) +++ jakarta/oro/trunk/xdocs/index.xml Wed Dec 15 20:12:03 2004 @@ -34,8 +34,10 @@ AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc. This library is the successor to the - OROMatcher, AwkTools, PerlTools, and TextTools libraries originally - from ORO, Inc. + OROMatcher, AwkTools, PerlTools, and TextTools libraries + originally from ORO, Inc. Despite little activity in the form + of new development initiatives, issue reports, questions, and + suggestions are responded to quickly. </p> <p> @@ -74,7 +76,8 @@ <section name="Contributors"> <p> <ul> - <li>Daniel F. Savarese wrote the original code.</li> + <li><a href="http://www.savarese.org/">Daniel Savarese</a> + donated the original code.</li> <li>Jon S. Stevens is responsible for helping prepare it for release.</li> <li>Takashi Okamoto contributed a unicode character class fix --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
