You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/07/23 20:59:05 UTC

svn commit: r1612920 [9/12] - /myfaces/site/publish/tobago/

Modified: myfaces/site/publish/tobago/getting-started.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/getting-started.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/getting-started.html (original)
+++ myfaces/site/publish/tobago/getting-started.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 25 Mar 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
           </li>
 
           <li class="none">
+            <a href="new-2.0.html">New in Tobago 2.0</a>
+          </li>
+
+          <li class="none">
             <a href="guide.html">Guide to Tobago</a>
           </li>
 
@@ -116,7 +120,7 @@
           </li>
 
           <li class="none">
-            <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+            <a href="migration-2.0.html">Migration to 2.0</a>
           </li>
 
           <li class="none">
@@ -236,6 +240,11 @@
       <div class="source">
         <pre>  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/trunk tobago</pre>
       </div>
+      <p>Check out the 3.0.x sources (alpha) by running the following:</p>
+
+      <div class="source">
+        <pre>  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-3.0.x tobago-3.0.x</pre>
+      </div>
       <p>Check out the 1.5.x sources by running the following:</p>
 
       <div class="source">

Modified: myfaces/site/publish/tobago/guide.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/guide.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/guide.html (original)
+++ myfaces/site/publish/tobago/guide.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 25 Mar 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
           </li>
 
           <li class="none">
+            <a href="new-2.0.html">New in Tobago 2.0</a>
+          </li>
+
+          <li class="none">
             <a href="guide.html" class="selected">Guide to Tobago</a>
           </li>
 
@@ -116,7 +120,7 @@
           </li>
 
           <li class="none">
-            <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+            <a href="migration-2.0.html">Migration to 2.0</a>
           </li>
 
           <li class="none">
@@ -840,7 +844,7 @@
       the default <tt>tobago.css</tt> file of the theme.</p>
 
     <p>Tobago 1.0.x and Tobago 1.5.x are using the old name <tt>style.css</tt>, since Tobago 2.0.0 <tt>tobago.css</tt>
-      is used, <tt>style.css</tt> will also be included for compatibility.</p>
+      is used, <tt>style.css</tt> will also be included for compatibility (in Tobago 2.x).</p>
 
     <p>The <a class="externalLink"
               href="https://svn.apache.org/repos/asf/myfaces/tobago/trunk/tobago-example/tobago-theme-example/">example

Modified: myfaces/site/publish/tobago/index.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/index.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/index.html (original)
+++ myfaces/site/publish/tobago/index.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -311,6 +315,18 @@
 <h2>News<a name="News"></a></h2>
 
 <div class="section">
+  <h3>July 21, 2014 - MyFaces Tobago 2.0.0 Released<a name="July_21_2014_-_MyFaces_Tobago_2.0.0_Released"></a></h3>
+
+  <p>The MyFaces Tobago component library in version 2.0.0 has been released.</p>
+
+  <p>Release notes can be found in <a class="externalLink"
+                                      href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&amp;styleName=Html&amp;version=12321253">Jira</a>.
+  </p>
+
+  <p>See section: <a href="./new-2.0.html"> What's new in Tobago 2.0?</a></p>
+
+  <p>&#160;<a name="a"></a></p><!-- hack for a bit space --></div>
+<div class="section">
   <h3>June 2, 2014 - MyFaces Tobago 2.0.0-beta-4 Released<a
       name="June_2_2014_-_MyFaces_Tobago_2.0.0-beta-4_Released"></a></h3>
 

Modified: myfaces/site/publish/tobago/integration.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/integration.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/integration.html (original)
+++ myfaces/site/publish/tobago/integration.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html" class="selected">Continuous Integration</a>
             </li>
 

Modified: myfaces/site/publish/tobago/issue-tracking.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/issue-tracking.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/issue-tracking.html (original)
+++ myfaces/site/publish/tobago/issue-tracking.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html">Continuous Integration</a>
             </li>
 

Modified: myfaces/site/publish/tobago/javancss.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/javancss.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/javancss.html (original)
+++ myfaces/site/publish/tobago/javancss.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -175,10 +179,26 @@
             </li>
 
             <li class="none">
+              <a href="xref/index.html">Source Xref</a>
+            </li>
+
+            <li class="none">
+              <a href="xref-test/index.html">Test Source Xref</a>
+            </li>
+
+            <li class="none">
               <a href="checkstyle-aggregate.html">Checkstyle</a>
             </li>
 
             <li class="none">
+              <a href="apidocs/index.html">JavaDocs</a>
+            </li>
+
+            <li class="none">
+              <a href="testapidocs/index.html">Test JavaDocs</a>
+            </li>
+
+            <li class="none">
               <a href="surefire-report.html">Surefire Report</a>
             </li>
 
@@ -277,15 +297,125 @@
           <th>Multi lines comment</th>
         </tr>
         <tr class="b">
-          <td>Totals</td>
-          <td>0</td>
-          <td>0</td>
-          <td>0</td>
-          <td>0</td>
+          <td>tobago-tool-annotation</td>
+          <td>1</td>
+          <td>3</td>
+          <td>8</td>
+          <td>201</td>
           <td>0</td>
           <td>0</td>
+          <td>1</td>
+          <td>329</td>
+        </tr>
+        <tr class="a">
+          <td>tobago-tool-apt</td>
+          <td>4</td>
+          <td>21</td>
+          <td>217</td>
+          <td>1907</td>
+          <td>1</td>
+          <td>26</td>
+          <td>27</td>
+          <td>327</td>
+        </tr>
+        <tr class="b">
+          <td>tobago-theme-plugin</td>
+          <td>1</td>
+          <td>4</td>
+          <td>12</td>
+          <td>222</td>
+          <td>2</td>
+          <td>49</td>
+          <td>1</td>
+          <td>54</td>
+        </tr>
+        <tr class="a">
+          <td>tobago-core</td>
+          <td>35</td>
+          <td>598</td>
+          <td>3278</td>
+          <td>21709</td>
+          <td>1025</td>
+          <td>4481</td>
+          <td>596</td>
+          <td>10764</td>
+        </tr>
+        <tr class="b">
+          <td>tobago-theme-standard</td>
+          <td>5</td>
+          <td>86</td>
+          <td>379</td>
+          <td>7097</td>
+          <td>37</td>
+          <td>136</td>
+          <td>327</td>
+          <td>1623</td>
+        </tr>
+        <tr class="a">
+          <td>tobago-theme-speyside</td>
+          <td>1</td>
+          <td>1</td>
+          <td>4</td>
+          <td>91</td>
           <td>0</td>
           <td>0</td>
+          <td>7</td>
+          <td>104</td>
+        </tr>
+        <tr class="b">
+          <td>tobago-deprecation</td>
+          <td>19</td>
+          <td>116</td>
+          <td>447</td>
+          <td>2756</td>
+          <td>340</td>
+          <td>1111</td>
+          <td>81</td>
+          <td>2371</td>
+        </tr>
+        <tr class="a">
+          <td>tobago-fileupload</td>
+          <td>1</td>
+          <td>1</td>
+          <td>2</td>
+          <td>62</td>
+          <td>1</td>
+          <td>27</td>
+          <td>6</td>
+          <td>18</td>
+        </tr>
+        <tr class="b">
+          <td>tobago-sandbox</td>
+          <td>7</td>
+          <td>12</td>
+          <td>97</td>
+          <td>523</td>
+          <td>32</td>
+          <td>157</td>
+          <td>27</td>
+          <td>256</td>
+        </tr>
+        <tr class="a">
+          <td>tobago-security</td>
+          <td>1</td>
+          <td>9</td>
+          <td>45</td>
+          <td>264</td>
+          <td>7</td>
+          <td>21</td>
+          <td>5</td>
+          <td>162</td>
+        </tr>
+        <tr class="b">
+          <td>Totals</td>
+          <td>75</td>
+          <td>851</td>
+          <td>4489</td>
+          <td>34832</td>
+          <td>1445</td>
+          <td>6008</td>
+          <td>1078</td>
+          <td>16008</td>
         </tr>
       </table>
     </div>

Modified: myfaces/site/publish/tobago/license.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/license.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/license.html (original)
+++ myfaces/site/publish/tobago/license.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html">Continuous Integration</a>
             </li>
 

Modified: myfaces/site/publish/tobago/mail-lists.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/mail-lists.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/mail-lists.html (original)
+++ myfaces/site/publish/tobago/mail-lists.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html">Continuous Integration</a>
             </li>
 

Modified: myfaces/site/publish/tobago/migration-1.5.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/migration-1.5.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/migration-1.5.html (original)
+++ myfaces/site/publish/tobago/migration-1.5.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 25 Mar 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
           </li>
 
           <li class="none">
+            <a href="new-2.0.html">New in Tobago 2.0</a>
+          </li>
+
+          <li class="none">
             <a href="guide.html">Guide to Tobago</a>
           </li>
 
@@ -116,7 +120,7 @@
           </li>
 
           <li class="none">
-            <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+            <a href="migration-2.0.html">Migration to 2.0</a>
           </li>
 
           <li class="none">

Modified: myfaces/site/publish/tobago/migration-2.0.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/migration-2.0.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/migration-2.0.html (original)
+++ myfaces/site/publish/tobago/migration-2.0.html Wed Jul 23 18:59:04 2014
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-  <title>Tobago - Migration from Tobago 1.5 to 2.0 (work in progress)</title>
+  <title>Tobago - Migration from Tobago 1.5 to 2.0</title>
   <link rel="stylesheet" type="text/css" media="all" href="./css/maven-base.css"/>
   <link rel="stylesheet" type="text/css" media="all" href="./css/maven-theme.css"/>
   <link rel="stylesheet" type="text/css" media="print" href="./css/print.css"/>
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 25 Mar 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
           </li>
 
           <li class="none">
+            <a href="new-2.0.html">New in Tobago 2.0</a>
+          </li>
+
+          <li class="none">
             <a href="guide.html">Guide to Tobago</a>
           </li>
 
@@ -116,7 +120,7 @@
           </li>
 
           <li class="none">
-            <a href="migration-2.0.html" class="selected">Migration to 2.0 (beta)</a>
+            <a href="migration-2.0.html" class="selected">Migration to 2.0</a>
           </li>
 
           <li class="none">
@@ -227,8 +231,7 @@
     <!-- 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. -->
     <div class="section">
-      <h2>Migration from Tobago 1.5 to 2.0 (work in progress)<a
-          name="Migration_from_Tobago_1.5_to_2.0_work_in_progress"></a></h2>
+      <h2>Migration from Tobago 1.5 to 2.0<a name="Migration_from_Tobago_1.5_to_2.0"></a></h2>
 
       <p>Tobago 2.0 has some API changes compared to Tobago 1.5.</p>
 
@@ -322,20 +325,32 @@
     <div class="section">
       <h2>Tag Library<a name="Tag_Library"></a></h2>
 
-      <p>The main changes in the tag library are</p>
-
-      <p>TODO: What has changed with the tree? The Tree now extends a UIData. The tc:treeData tag should longer used.
-        The tc:treeNode has no longer the attributes: &quot;selected&quot;, &quot;expanded&quot;, &quot;marked&quot;,
-        &quot;treeMarkedListener&quot;, &quot;treeExpansionListener&quot;</p>
+      <p>The main changes in the tag library are that the deprecated facets &quot;resizeAction&quot; and &quot;menupopup&quot;
+        has been removed.</p></div>
+    <div class="section">
+      <h2>Tree<a name="Tree"></a></h2>
+      <ul>
+        <li>The Tree now extends a UIData. * The <tt>tc:treeData</tt> tag should longer used. * The <tt>tc:treeNode</tt>
+          has no longer the attributes: &quot;selected&quot;, &quot;expanded&quot;, &quot;marked&quot;, &quot;treeMarkedListener&quot;,
+          &quot;treeExpansionListener&quot; * The class <tt>org.apache.myfaces.tobago.model.TreeState</tt> is no longer
+          deprecated, but has bit changed functionality.
+        </li>
+      </ul>
+    </div>
+    <div class="section">
+      <h2>Date/Time<a name="DateTime"></a></h2>
 
-      <p>Deprecated facets &quot;resizeAction&quot; and &quot;menupopup&quot; was removed.</p></div>
+      <p>The date and time input controls have been refactored. The old (deprecated) functionality can be activated via
+        <tt>tobago-config.xml</tt>.</p></div>
     <div class="section">
       <h2>Configuration<a name="Configuration"></a></h2>
 
-      <p>To define an own theme, please use now a file tobago-config.xml instead of tobago-theme.xml. The content of
-        tobago-theme.xml is a subset of the tobago-config.xml, you have only to change the root node.</p>
+      <p>To define an own theme, please use now a file <tt>tobago-config.xml</tt> instead of <tt>tobago-theme.xml</tt>.
+        The content of <tt>tobago-theme.xml</tt> is a subset of the <tt>tobago-config.xml</tt>, you have only to change
+        the root node.</p>
 
-      <p>Please use the tobago-config-2.0.xsd to validate the configuration.</p></div>
+      <p>Please use the <a class="externalLink" href="http://myfaces.apache.org/tobago/tobago-config-2.0.xsd"><tt>tobago-config-2.0.xsd</tt></a>
+        to validate the configuration.</p></div>
     <div class="section">
       <h2>JavaScript<a name="JavaScript"></a></h2>
 

Modified: myfaces/site/publish/tobago/migration-3.0.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/migration-3.0.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/migration-3.0.html (original)
+++ myfaces/site/publish/tobago/migration-3.0.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 31 Mar 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -62,181 +62,186 @@
 </div>
 <!-- close header -->
 <div id="main_container">
-<div id="left_column">
-  <div class="left_menu_top">
-    <div class="left_menu_bottom">
-      <h5>Tobago</h5>
-
-      <div class="content">
-        <ul class="left_menu">
-
-          <li class="none">
-            <a href="index.html">Introduction</a>
-          </li>
-
-          <li class="none">
-            <a href="download.html">Download</a>
-          </li>
-
-          <li class="none">
-            <a href="demo.html">Demo</a>
-          </li>
-
-          <li class="none">
-            <a href="mail-lists.html">Mailing Lists</a>
-          </li>
-        </ul>
-      </div>
-      <!-- close content -->
-    </div>
-    <!-- close left_menu_bottom -->
-  </div>
-  <!-- close left_menu_top -->
-  <div class="left_menu_top">
-    <div class="left_menu_bottom">
-      <h5>Documentation</h5>
-
-      <div class="content">
-        <ul class="left_menu">
-
-          <li class="none">
-            <a href="getting-started.html">Getting Started</a>
-          </li>
-
-          <li class="none">
-            <a href="compatibility.html">Compatibility</a>
-          </li>
-
-          <li class="none">
-            <a href="guide.html">Guide to Tobago</a>
-          </li>
-
-          <li class="none">
-            <a href="migration-1.5.html">Migration to 1.5</a>
-          </li>
-
-          <li class="none">
-            <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
-          </li>
-
-          <li class="none">
-            <a href="migration-3.0.html" class="selected">Migration to 3.0 (alpha)</a>
-          </li>
-
-          <li class="none">
-            <a href="roadmap.html">Roadmap</a>
-          </li>
-
-          <li class="none">
-            <a href="themes.html">Theme Handling</a>
-          </li>
-
-          <li class="none">
-            <a href="faq.html">FAQ</a>
-          </li>
-
-          <li class="none">
-            <a href="api.html">API Documentation</a>
-          </li>
-
-          <li class="none">
-            <a href="release-checklist.html">Release Checklist</a>
-          </li>
-        </ul>
-      </div>
-      <!-- close content -->
-    </div>
-    <!-- close left_menu_bottom -->
-  </div>
-  <!-- close left_menu_top -->
-  <div class="left_menu_top">
-    <div class="left_menu_bottom">
-      <h5>Project Documentation</h5>
-
-      <div class="content">
-        <ul class="left_menu">
-
+  <div id="left_column">
+    <div class="left_menu_top">
+      <div class="left_menu_bottom">
+        <h5>Tobago</h5>
+
+        <div class="content">
+          <ul class="left_menu">
+
+            <li class="none">
+              <a href="index.html">Introduction</a>
+            </li>
+
+            <li class="none">
+              <a href="download.html">Download</a>
+            </li>
+
+            <li class="none">
+              <a href="demo.html">Demo</a>
+            </li>
+
+            <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+          </ul>
+        </div>
+        <!-- close content -->
+      </div>
+      <!-- close left_menu_bottom -->
+    </div>
+    <!-- close left_menu_top -->
+    <div class="left_menu_top">
+      <div class="left_menu_bottom">
+        <h5>Documentation</h5>
+
+        <div class="content">
+          <ul class="left_menu">
+
+            <li class="none">
+              <a href="getting-started.html">Getting Started</a>
+            </li>
+
+            <li class="none">
+              <a href="compatibility.html">Compatibility</a>
+            </li>
+
+            <li class="none">
+              <a href="new-2.0.html">New in Tobago 2.0</a>
+            </li>
+
+            <li class="none">
+              <a href="guide.html">Guide to Tobago</a>
+            </li>
+
+            <li class="none">
+              <a href="migration-1.5.html">Migration to 1.5</a>
+            </li>
+
+            <li class="none">
+              <a href="migration-2.0.html">Migration to 2.0</a>
+            </li>
+
+            <li class="none">
+              <a href="migration-3.0.html" class="selected">Migration to 3.0 (alpha)</a>
+            </li>
+
+            <li class="none">
+              <a href="roadmap.html">Roadmap</a>
+            </li>
+
+            <li class="none">
+              <a href="themes.html">Theme Handling</a>
+            </li>
+
+            <li class="none">
+              <a href="faq.html">FAQ</a>
+            </li>
+
+            <li class="none">
+              <a href="api.html">API Documentation</a>
+            </li>
+
+            <li class="none">
+              <a href="release-checklist.html">Release Checklist</a>
+            </li>
+          </ul>
+        </div>
+        <!-- close content -->
+      </div>
+      <!-- close left_menu_bottom -->
+    </div>
+    <!-- close left_menu_top -->
+    <div class="left_menu_top">
+      <div class="left_menu_bottom">
+        <h5>Project Documentation</h5>
+
+        <div class="content">
+          <ul class="left_menu">
+
+
+            <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+            </li>
+
+
+            <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+            </li>
+          </ul>
+        </div>
+        <!-- close content -->
+      </div>
+      <!-- close left_menu_bottom -->
+    </div>
+    <!-- close left_menu_top -->
+    <div class="left_menu_top">
+      <div class="left_menu_bottom">
+        <h5>Foundation</h5>
+
+        <div class="content">
+          <ul class="left_menu">
+
+            <li class="none">
+              <a href="http://apache.org/" class="externalLink">ASF<span/></a>
+            </li>
+
+            <li class="none">
+              <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsorship<span/></a>
+            </li>
+
+            <li class="none">
+              <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks<span/></a>
+            </li>
+
+            <li class="none">
+              <a href="http://www.apache.org/security/" class="externalLink">Security<span/></a>
+            </li>
+
+            <li class="none">
+              <a href="http://www.apache.org/licenses/" class="externalLink">License<span/></a>
+            </li>
+          </ul>
+        </div>
+        <!-- close content -->
+      </div>
+      <!-- close left_menu_bottom -->
+    </div>
+    <!-- close left_menu_top -->
+    <div id="powered_by">
+      <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img alt="Built by Maven" src="./img/banners/maven-feather.png"></img>
+      </a>
+    </div>
+    <!-- close powered_by -->
+    <div class="clear"></div>
+  </div>
+  <div id="body_column">
+    <div>
+      <!-- Licensed to the Apache Software Foundation (ASF) under one or more -->
+      <!-- contributor license agreements.  See the NOTICE file distributed with -->
+      <!-- this work for additional information regarding copyright ownership. -->
+      <!-- The ASF licenses this file to You 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. -->
+      <div class="section">
+        <h2>Migration from Tobago 2.0 to 3.0 (work in progress)<a
+            name="Migration_from_Tobago_2.0_to_3.0_work_in_progress"></a></h2>
 
-          <li class="collapsed">
-            <a href="project-info.html">Project Information</a>
-          </li>
+        <p>JSP: JavaServer Pages are no longer supported. You need to migrate to Facelets as VDL.</p>
 
-
-          <li class="collapsed">
-            <a href="project-reports.html">Project Reports</a>
-          </li>
-        </ul>
-      </div>
-      <!-- close content -->
+        <p>CSS: box-sizing: changed from content-box to border-box</p></div>
     </div>
-    <!-- close left_menu_bottom -->
   </div>
-  <!-- close left_menu_top -->
-  <div class="left_menu_top">
-    <div class="left_menu_bottom">
-      <h5>Foundation</h5>
-
-      <div class="content">
-        <ul class="left_menu">
-
-          <li class="none">
-            <a href="http://apache.org/" class="externalLink">ASF<span/></a>
-          </li>
-
-          <li class="none">
-            <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsorship<span/></a>
-          </li>
-
-          <li class="none">
-            <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks<span/></a>
-          </li>
-
-          <li class="none">
-            <a href="http://www.apache.org/security/" class="externalLink">Security<span/></a>
-          </li>
-
-          <li class="none">
-            <a href="http://www.apache.org/licenses/" class="externalLink">License<span/></a>
-          </li>
-        </ul>
-      </div>
-      <!-- close content -->
-    </div>
-    <!-- close left_menu_bottom -->
-  </div>
-  <!-- close left_menu_top -->
-  <div id="powered_by">
-    <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-      <img alt="Built by Maven" src="./img/banners/maven-feather.png"></img>
-    </a>
-  </div>
-  <!-- close powered_by -->
   <div class="clear"></div>
 </div>
-<div id="body_column">
-  <div>
-    <!-- Licensed to the Apache Software Foundation (ASF) under one or more -->
-    <!-- contributor license agreements.  See the NOTICE file distributed with -->
-    <!-- this work for additional information regarding copyright ownership. -->
-    <!-- The ASF licenses this file to You 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. -->
-    <div class="section">
-      <h2>Migration from Tobago 2.0 to 3.0 (work in progress)<a
-          name="Migration_from_Tobago_2.0_to_3.0_work_in_progress"></a></h2>
-
-      <p>JSP: JavaServer Pages are no longer supported. You need to migrate to Facelets as VDL.</p>
-
-      <p>CSS: box-sizing: changed from content-box to border-box</p></div>
-  </div>
-</div>
-<div class="clear"></div>
-</div>
 <!-- close main container -->
 <div id="footer">
   <div class="copyright">

Modified: myfaces/site/publish/tobago/modules.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/modules.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/modules.html (original)
+++ myfaces/site/publish/tobago/modules.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html">Continuous Integration</a>
             </li>
 

Added: myfaces/site/publish/tobago/new-2.0.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/new-2.0.html?rev=1612920&view=auto
==============================================================================
--- myfaces/site/publish/tobago/new-2.0.html (added)
+++ myfaces/site/publish/tobago/new-2.0.html Wed Jul 23 18:59:04 2014
@@ -0,0 +1,433 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>Tobago - What's new in Tobago 2.0?</title>
+  <link rel="stylesheet" type="text/css" media="all" href="./css/maven-base.css"/>
+  <link rel="stylesheet" type="text/css" media="all" href="./css/maven-theme.css"/>
+  <link rel="stylesheet" type="text/css" media="print" href="./css/print.css"/>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+</head>
+<body>
+<div id="header">
+  <div id="top_menu">
+    <div id="top_menu_container">
+
+
+      <div class="date">
+        Last Published: 23 Jul 2014
+      </div>
+      <ul>
+        <li>
+          <a href="http://www.apache.org/">Apache</a>
+        </li>
+        <li>
+          <a href="../">MyFaces</a>
+        </li>
+        <li>
+          <a href="./">Tobago</a>
+        </li>
+        <li>
+          <a href="../download.html">Download</a>
+        </li>
+        <li>
+          <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+      </ul>
+      <div class="clear"></div>
+    </div>
+    <!-- close top_menu_container -->
+  </div>
+  <!-- close top_menu -->
+  <div id="header_bottom">
+    <div id="logo_banner_container">
+      <div id="logo">
+        <a href="./">
+
+          <img src="images/tobagoLogo.png" alt=""/>
+
+        </a>
+      </div>
+      <div id="banner">
+        <a href="../">
+
+          <img src="img/banners/MyFaces_logo.jpg" alt=""/>
+
+        </a>
+      </div>
+      <div class="clear"></div>
+    </div>
+    <!-- close logo_banner_container -->
+  </div>
+  <!-- close header_bottom -->
+</div>
+<!-- close header -->
+<div id="main_container">
+<div id="left_column">
+  <div class="left_menu_top">
+    <div class="left_menu_bottom">
+      <h5>Tobago</h5>
+
+      <div class="content">
+        <ul class="left_menu">
+
+          <li class="none">
+            <a href="index.html">Introduction</a>
+          </li>
+
+          <li class="none">
+            <a href="download.html">Download</a>
+          </li>
+
+          <li class="none">
+            <a href="demo.html">Demo</a>
+          </li>
+
+          <li class="none">
+            <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+        </ul>
+      </div>
+      <!-- close content -->
+    </div>
+    <!-- close left_menu_bottom -->
+  </div>
+  <!-- close left_menu_top -->
+  <div class="left_menu_top">
+    <div class="left_menu_bottom">
+      <h5>Documentation</h5>
+
+      <div class="content">
+        <ul class="left_menu">
+
+          <li class="none">
+            <a href="getting-started.html">Getting Started</a>
+          </li>
+
+          <li class="none">
+            <a href="compatibility.html">Compatibility</a>
+          </li>
+
+          <li class="none">
+            <a href="new-2.0.html" class="selected">New in Tobago 2.0</a>
+          </li>
+
+          <li class="none">
+            <a href="guide.html">Guide to Tobago</a>
+          </li>
+
+          <li class="none">
+            <a href="migration-1.5.html">Migration to 1.5</a>
+          </li>
+
+          <li class="none">
+            <a href="migration-2.0.html">Migration to 2.0</a>
+          </li>
+
+          <li class="none">
+            <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+          </li>
+
+          <li class="none">
+            <a href="roadmap.html">Roadmap</a>
+          </li>
+
+          <li class="none">
+            <a href="themes.html">Theme Handling</a>
+          </li>
+
+          <li class="none">
+            <a href="faq.html">FAQ</a>
+          </li>
+
+          <li class="none">
+            <a href="api.html">API Documentation</a>
+          </li>
+
+          <li class="none">
+            <a href="release-checklist.html">Release Checklist</a>
+          </li>
+        </ul>
+      </div>
+      <!-- close content -->
+    </div>
+    <!-- close left_menu_bottom -->
+  </div>
+  <!-- close left_menu_top -->
+  <div class="left_menu_top">
+    <div class="left_menu_bottom">
+      <h5>Project Documentation</h5>
+
+      <div class="content">
+        <ul class="left_menu">
+
+
+          <li class="collapsed">
+            <a href="project-info.html">Project Information</a>
+          </li>
+
+
+          <li class="collapsed">
+            <a href="project-reports.html">Project Reports</a>
+          </li>
+        </ul>
+      </div>
+      <!-- close content -->
+    </div>
+    <!-- close left_menu_bottom -->
+  </div>
+  <!-- close left_menu_top -->
+  <div class="left_menu_top">
+    <div class="left_menu_bottom">
+      <h5>Foundation</h5>
+
+      <div class="content">
+        <ul class="left_menu">
+
+          <li class="none">
+            <a href="http://apache.org/" class="externalLink">ASF<span/></a>
+          </li>
+
+          <li class="none">
+            <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsorship<span/></a>
+          </li>
+
+          <li class="none">
+            <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks<span/></a>
+          </li>
+
+          <li class="none">
+            <a href="http://www.apache.org/security/" class="externalLink">Security<span/></a>
+          </li>
+
+          <li class="none">
+            <a href="http://www.apache.org/licenses/" class="externalLink">License<span/></a>
+          </li>
+        </ul>
+      </div>
+      <!-- close content -->
+    </div>
+    <!-- close left_menu_bottom -->
+  </div>
+  <!-- close left_menu_top -->
+  <div id="powered_by">
+    <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+      <img alt="Built by Maven" src="./img/banners/maven-feather.png"></img>
+    </a>
+  </div>
+  <!-- close powered_by -->
+  <div class="clear"></div>
+</div>
+<div id="body_column">
+  <div>
+    <!-- Licensed to the Apache Software Foundation (ASF) under one or more -->
+    <!-- contributor license agreements.  See the NOTICE file distributed with -->
+    <!-- this work for additional information regarding copyright ownership. -->
+    <!-- The ASF licenses this file to You 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. -->
+    <div class="section">
+      <h2><a name="Whats_new_in_Tobago_2.0">What's new in Tobago 2.0?</a></h2>
+
+      <p>At July 21, 2014 the version 2.0.0 has been released. Here was a quick overview over the features and changes
+        made in the last time to release this major revision.</p>
+
+      <p>Tobago 2.0.0 contains 184 entries in <a class="externalLink"
+                                                 href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&amp;styleName=Html&amp;version=12321253">Jira</a>
+        and most of them are exclusive in this version.</p>
+
+      <p>Please take also a look at the <a href="./migration-2.0.html">Migration from Tobago 1.5 to 2.0</a> guide.</p>
+    </div>
+    <div class="section">
+      <h2>Enhancements<a name="Enhancements"></a></h2>
+
+      <div class="section">
+        <h3>Date- and Time-Picker<a name="Date-_and_Time-Picker"></a></h3>
+        <ul>
+          <li>Using jQuery UI Datepicker and TimePicker Addon</li>
+          <li>Faster &#x2014; no server request</li>
+          <li>Better interactivity</li>
+          <li>Old Date-/TimePicker via <tt>tobago-config.xml</tt></li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>Draggable Popups<a name="Draggable_Popups"></a></h3></div>
+      <div class="section">
+        <h3>Input Suggest<a name="Input_Suggest"></a></h3>
+        <ul>
+          <li>New implementation</li>
+          <li>Sub-Tag <tt>tc:suggest</tt></li>
+          <li>More configuration options</li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>Tabs<a name="Tabs"></a></h3>
+        <ul>
+          <li>Icons</li>
+          <li>Toolbar buttons</li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>File upload<a name="File_upload"></a></h3>
+        <ul>
+          <li>Looks pretty now in every browser</li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>Radio Buttons<a name="Radio_Buttons"></a></h3>
+        <ul>
+          <li>Icons</li>
+        </ul>
+      </div>
+    </div>
+    <div class="section">
+      <h2>New Features<a name="New_Features"></a></h2>
+
+      <div class="section">
+        <h3>HTML WYSIWYG Editor<a name="HTML_WYSIWYG_Editor"></a></h3>
+        <ul>
+          <li>Integration example in the demo of <a class="externalLink"
+                                                    href="http://ckeditor.com/">CKEditor&#x2122;</a> and <a
+              class="externalLink" href="http://www.tinymce.com/">TinyMCE</a></li>
+          <li>Not included, because of incompatible licences or breaks CSP</li>
+          <li>Other possible, but many have disadvantages</li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>Default Command for Sub-Forms<a name="Default_Command_for_Sub-Forms"></a></h3>
+        <ul>
+          <li>Dependent from the focused input, the default command will be selected</li>
+          <li>Markup to show the command to the user</li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>Tree and Tree-Table<a name="Tree_and_Tree-Table"></a></h3>
+        <ul>
+          <li>Big internal refactoring</li>
+          <li>Work internally now with the JSF <tt>UIData</tt></li>
+          <li>Free model: <tt>DefaultMutableTreeNode</tt> is not required any longer, but you can implement <tt>javax.faces.model.DataModel</tt>
+          </li>
+          <li>TreeTable</li>
+          <li>Infinite Trees possible</li>
+          <li>Selectors: sub-tree selection</li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>More<a name="More"></a></h3>
+        <ul>
+          <li>Dynamic lists in <tt>f:selectItems</tt> need not glue code (JSF 2.0)</li>
+          <li>Redirect in navigation rules doesn't break layout size</li>
+          <li>Additional possibility to show paging arrows in sheet</li>
+          <li>Automatically create accesskey from underscore is know configurable</li>
+        </ul>
+      </div>
+    </div>
+    <div class="section">
+      <h2>Security<a name="Security"></a></h2>
+
+      <div class="section">
+        <h3>Content Security Policy<a name="Content_Security_Policy"></a></h3>
+        <ul>
+          <li>To prevent XSS</li>
+          <li><a class="externalLink" href="http://www.w3.org/TR/CSP/">W3C Standard</a></li>
+          <li>Idea:
+            <ul>
+              <li>Don't execute any code inside the HTML file
+                <ul>
+                  <li>No content in script tags</li>
+                  <li>no onclick, nor on* etc.</li>
+                </ul>
+              </li>
+              <li>Don't execute <tt>eval(script)</tt></li>
+              <li>Don't apply CSS inside the HTML file</li>
+              <li>Define the sources of any resources</li>
+              <li>Strict separation of code and data
+                <ul>
+                  <li>Keep the code in JavaScript Files</li>
+                  <li>Put additional data in HTML5 <tt>data-*</tt> attributes</li>
+                </ul>
+              </li>
+            </ul>
+          </li>
+          <li>Browser support: all current, but IE 10 and 11 only &quot;sandbox&quot;</li>
+          <li>Activated by default, can be configured via <tt>tobago-config.xml</tt></li>
+          <li>There is also a &quot;report-only&quot; mode for development</li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>Content Security Policy and Tobago<i>/h2</i><a name="Content_Security_Policy_and_Tobagoh2"></a></h3>
+        <ul>
+          <li>All renderers and scripts are refactored to be compliant with CSP</li>
+          <li>Using application specific JavaScript in Tobago
+            <ul>
+              <li>script attribute in command tags is deprecated</li>
+              <li>Problem: when setting non of these attributes: <tt>action</tt>, <tt>script</tt>, <tt>link</tt>, Tobago
+                will create a default action. This can't be changed without breaking compatibility.
+              </li>
+              <li>Solution: <tt>omit=&quot;true&quot;</tt></li>
+            </ul>
+          </li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>Sanitize potentially malicious content <i>br/</i> (to prevent XSS)<a
+            name="Sanitize_potentially_malicious_content_br_to_prevent_XSS"></a></h3>
+        <ul>
+          <li><tt>tc:textarea</tt>, when it contains a <tt>tc:dataAttribute</tt> with
+            <tt>name=&quot;html-editor&quot;</tt></li>
+          <li><tt>tc:out</tt>, when <tt>escape=&quot;false&quot;</tt></li>
+          <li>Default implementation: <a class="externalLink"
+                                         href="http://jsoup.org/cookbook/cleaning-html/whitelist-sanitizer">JSoup</a>
+            whitelist scanning
+          </li>
+          <li>Configurable via <tt>tobago-context.xml</tt></li>
+          <li>Why? See <a class="externalLink"
+                          href="https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet#RULE_.236_-_Sanitize_HTML_Markup_with_a_Library_Designed_for_the_Job">OSWAP</a>
+          </li>
+        </ul>
+      </div>
+      <div class="section">
+        <h3>More<a name="More"></a></h3>
+        <ul>
+          <li>Setting nosniff HTTP header (to prevent XSS)</li>
+          <li>Don't allow to be in a frame (to prevent Frame-Attacks)</li>
+          <li>Both are configurable via <tt>tobago-config.xml</tt>, default is secure</li>
+        </ul>
+      </div>
+    </div>
+    <div class="section">
+      <h2>Internal Refactoring<a name="Internal_Refactoring"></a></h2>
+      <ul>
+        <li>Tree uses subclass of <tt>javax.faces.model.DataModel</tt></li>
+        <li>Using Java APT generator</li>
+        <li>Using ' instead of &quot; for HTML attributes (JSON friendly)</li>
+        <li>JavaScript logging via console (plus workaround for old browsers)</li>
+        <li>The <tt>theme-config.xml</tt> was merged with <tt>tobago-config.xml</tt></li>
+        <li>Access the Tobago configuration via the <tt>TobagoContext</tt></li>
+        <li>The <tt>TobagoConfig</tt> is immutable after initialization</li>
+        <li>Add the version of Tobago into the resource URLs to avoid caching problem after updates</li>
+      </ul>
+    </div>
+  </div>
+</div>
+<div class="clear"></div>
+</div>
+<!-- close main container -->
+<div id="footer">
+  <div class="copyright">
+    &#169;
+    2002-2014
+    Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
+    Version 2.0</a>.<br/>
+    Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks
+    of The Apache Software Foundation.
+  </div>
+  <!-- close copyright -->
+</div>
+<!-- close footer -->
+</body>
+</html>

Modified: myfaces/site/publish/tobago/plugin-management.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/plugin-management.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/plugin-management.html (original)
+++ myfaces/site/publish/tobago/plugin-management.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html">Continuous Integration</a>
             </li>
 
@@ -441,7 +449,7 @@
           <td>org.apache.myfaces.tobago</td>
           <td><a class="externalLink" href="http://myfaces.apache.org/tobago/tobago-tool/tobago-theme-plugin">tobago-theme-plugin</a>
           </td>
-          <td>2.0.0-beta-5-SNAPSHOT</td>
+          <td>2.0.1-SNAPSHOT</td>
         </tr>
         <tr class="b">
           <td>org.apache.rat</td>

Modified: myfaces/site/publish/tobago/plugins.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/plugins.html?rev=1612920&r1=1612919&r2=1612920&view=diff
==============================================================================
--- myfaces/site/publish/tobago/plugins.html (original)
+++ myfaces/site/publish/tobago/plugins.html Wed Jul 23 18:59:04 2014
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 04 Jun 2014
+        Last Published: 23 Jul 2014
       </div>
       <ul>
         <li>
@@ -108,6 +108,10 @@
         </li>
 
         <li class="none">
+          <a href="new-2.0.html">New in Tobago 2.0</a>
+        </li>
+
+        <li class="none">
           <a href="guide.html">Guide to Tobago</a>
         </li>
 
@@ -116,7 +120,7 @@
         </li>
 
         <li class="none">
-          <a href="migration-2.0.html">Migration to 2.0 (beta)</a>
+          <a href="migration-2.0.html">Migration to 2.0</a>
         </li>
 
         <li class="none">
@@ -202,6 +206,10 @@
             </li>
 
             <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+            </li>
+
+            <li class="none">
               <a href="integration.html">Continuous Integration</a>
             </li>