You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ch...@apache.org on 2017/03/12 02:08:05 UTC

svn commit: r1008161 [34/44] - in /websites/production/commons/content/proper/commons-text: ./ apidocs/ apidocs/org/apache/commons/text/ apidocs/org/apache/commons/text/class-use/ apidocs/org/apache/commons/text/diff/ apidocs/org/apache/commons/text/di...

Modified: websites/production/commons/content/proper/commons-text/userguide.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/userguide.html (original)
+++ websites/production/commons/content/proper/commons-text/userguide.html Sun Mar 12 02:08:01 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 14 February 2017
+ | Generated by Apache Maven Doxia at 11 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20170214" />
+    <meta name="Date-Revision-yyyymmdd" content="20170311" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Text &#x2013; Commons Text - User guide</title>
 
@@ -39,8 +39,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-text/">Apache Commons Text &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 14 February 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 11 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.1-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -240,10 +240,10 @@
 <h2><a name="Users_Guide"></a>Users Guide</h2>
         <br />
         <a href="#Description">[Description]</a>
-        <a href="#text.beta.">[text.beta.*]</a>
-        <a href="#text.beta.diff.">[text.beta.diff.*]</a>
-        <a href="#text.beta.similarity.">[text.beta.similarity.*]</a>
-        <a href="#text.beta.translate.">[text.beta.translate.*]</a>
+        <a href="#text.">[text.*]</a>
+        <a href="#text.diff.">[text.diff.*]</a>
+        <a href="#text.similarity.">[text.similarity.*]</a>
+        <a href="#text.translate.">[text.translate.*]</a>
         <br />
         <br />
       </div>
@@ -262,7 +262,7 @@
 
     
 <div class="section">
-<h2><a name="text.beta."></a>text.beta.*</h2>
+<h2><a name="text."></a>text.*</h2>
 
       
 <p>Originally the text package was added in Commons Lang 2.2. However, its
@@ -291,7 +291,7 @@
           It's provides ways in which to generate pieces of text, such as might
           be used for default passwords. StringEscapeUtils contains methods to
           escape and unescape Java, JavaScript, HTML, XML and SQL. It is worth noting that
-          the package <tt>org.apache.commons.text.beta.translate</tt> holds the
+          the package <tt>org.apache.commons.text.translate</tt> holds the
           functionality underpinning the StringEscapeUtils with mappings and translations
           between such mappings for the sake of doing String escaping. StrTokenizer is
           an improved alternative to java.util.StringTokenizer.
@@ -302,7 +302,7 @@
 <div class="section">
 <h3><a name="Similarity_and_Distance"></a>Similarity and Distance</h3>
         
-<p>The <tt>org.apache.commons.text.beta.similarity</tt> packages contains various different mechanisms of
+<p>The <tt>org.apache.commons.text.similarity</tt> packages contains various different mechanisms of
           calculating &quot;similarity scores&quot; as well as &quot;edit distances between Strings. Note,
           the difference between a &quot;similarity score&quot; and a &quot;distance function&quot; is that
           a distance functions meets the following qualifications:
@@ -362,7 +362,7 @@
 <div class="section">
 <h3><a name="Text_diffing"></a>Text diff'ing</h3>
         
-<p>The <tt>org.apache.commons.text.beta.diff</tt> package contains code for
+<p>The <tt>org.apache.commons.text.diff</tt> package contains code for
           doing diff between strings. The initial implementation of the Myers algorithm was adapted from the
           commons-collections sequence package.
         </p>
@@ -373,7 +373,7 @@
 
     
 <div class="section">
-<h2><a name="text.beta.diff."></a>text.beta.diff.*</h2>
+<h2><a name="text.diff."></a>text.diff.*</h2>
       
       
 <p>Provides algorithms for diff between strings.</p>
@@ -385,7 +385,7 @@
 
     
 <div class="section">
-<h2><a name="text.beta.similarity."></a>text.beta.similarity.*</h2>
+<h2><a name="text.similarity."></a>text.similarity.*</h2>
       
       
 <p>Provides algorithms for string similarity.</p>

Modified: websites/production/commons/content/proper/commons-text/xref-test/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/xref-test/index.html (original)
+++ websites/production/commons/content/proper/commons-text/xref-test/index.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Text 1.0-SNAPSHOT Reference</title>
+		<title>Apache Commons Text 1.1-SNAPSHOT Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">