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 2016/12/16 11:08:58 UTC

svn commit: r1774569 [7/9] - /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=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/getting-started.html (original)
+++ myfaces/site/publish/tobago/getting-started.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -213,7 +215,7 @@
       <p>This section describes how to build Tobago and run the example applications from the sources.</p>
       <div class="section">
         <h2><a name="Checking_Out"></a>Checking Out</h2>
-        <p>Check out the 3.0.x sources (alpha) by running the following:</p>
+        <p>Check out the 3.x.x sources by running the following:</p>
         <div class="source">
           <pre>  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/trunk tobago</pre>
         </div>

Modified: myfaces/site/publish/tobago/guide.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/guide.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/guide.html (original)
+++ myfaces/site/publish/tobago/guide.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -212,7 +214,8 @@
     <div>
       <div class="section">
         <h2><a name="Guide_to_Tobago">Guide to Tobago</a></h2>
-        <p><i>Preliminary version -- work in progress</i></p>
+        <p><i>This guide covers primarily Tobago 1 and 2. Most basic ideas are the same in Tobago 3, but documented in
+          the demo application.</i></p>
         <hr/>
         <p>Tobago is a JavaServer Faces (JSF) framework and component library. It provides a comfortable way to layout
           screens of desktop-like applications with a consistent look &amp; feel. Tobago emphasizes the separation of
@@ -399,7 +402,7 @@
           <p>The Tobago demo contains an overview page for the basic controls.<br/>&#160;</p><img
             src="images/guide-basic-controls.png" alt="Basic Controls "/>
           <p>Live demo of the basic controls: <a class="externalLink"
-                                                 href="http://www.irian.biz/tobago-example-demo/faces/overview/basic.jsp">http://www.irian.biz/tobago-example-demo/faces/overview/basic.jsp</a>
+                                                 href="http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/01-basic/basic.xhtml">http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/01-basic/basic.xhtml</a>
           </p>
           <p>The basic controls page also shows two variants of a normal input control: the date input control and the
             time input control.</p></div>
@@ -440,7 +443,7 @@
           <p>The address book example uses a sheet to give an overview of all stored addresses.<br/>&#160;</p><img
             src="images/guide-sheet.png" alt="Sheet"/>
           <p>Live demo of a sheet: <a class="externalLink"
-                                      href="http://www.irian.biz/tobago-example-demo/faces/overview/sheet.jsp">http://www.irian.biz/tobago-example-demo/faces/overview/sheet.jsp</a>
+                                      href="http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/02-sheet/sheet.xhtml">http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/02-sheet/sheet.xhtml</a>
           </p>
           <p>A code fragment from the address book example:</p>
           <div class="source">
@@ -476,7 +479,7 @@
             groups for general, business, and miscellaneous information.<br/>&#160;</p><img
             src="images/guide-tab-group.png" alt="Tab Group"/>
           <p>Live demo of a tab group: <a class="externalLink"
-                                          href="http://www.irian.biz/tobago-example-demo/faces/overview/tab.jsp">http://www.irian.biz/tobago-example-demo/faces/overview/tab.jsp</a>
+                                          href="http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/04-tab/tab.xhtml">http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/04-tab/tab.xhtml</a>
           </p>
           <p>A code fragment from the address book example:</p>
           <div class="source">
@@ -501,7 +504,7 @@
             desktop applications. But the location for menus is not limited to this place.<br/>&#160;</p><img
             src="images/guide-menu.png" alt="Menu"/>
           <p>Live demo of a menu: <a class="externalLink"
-                                     href="http://www.irian.biz/tobago-example-demo/faces/overview/toolbar.jsp">http://www.irian.biz/tobago-example-demo/faces/overview/toolbar.jsp</a>
+                                     href="http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/05-toolBar/toolBar.xhtml">http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/05-toolBar/toolBar.xhtml</a>
           </p>
           <p>A code fragment from the address book example:</p>
           <div class="source">
@@ -536,7 +539,7 @@
           <p>The address book example uses a tool bar below the menu to provide convenient access to the most common
             actions from the menu.<br/>&#160;</p><img src="images/guide-toolbar.png" alt="Tool Bar"/>
           <p>Live demo of a tool bar: <a class="externalLink"
-                                         href="http://www.irian.biz/tobago-example-demo/faces/overview/toolbar.jsp">http://www.irian.biz/tobago-example-demo/faces/overview/toolbar.jsp</a>
+                                         href="http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/05-toolBar/toolBar.xhtml">http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/05-toolBar/toolBar.xhtml</a>
           </p>
           <p>A code fragment from the address book example:</p>
           <div class="source">

Modified: myfaces/site/publish/tobago/howto-test.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/howto-test.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/howto-test.html (original)
+++ myfaces/site/publish/tobago/howto-test.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/index.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/index.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/index.html (original)
+++ myfaces/site/publish/tobago/index.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/integration.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/integration.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/integration.html (original)
+++ myfaces/site/publish/tobago/integration.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/issue-tracking.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/issue-tracking.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/issue-tracking.html (original)
+++ myfaces/site/publish/tobago/issue-tracking.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/javancss.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/javancss.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/javancss.html (original)
+++ myfaces/site/publish/tobago/javancss.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -287,125 +289,15 @@
             <th>Multi lines comment</th>
           </tr>
           <tr class="b">
-            <td>tobago-tool-annotation</td>
-            <td>1</td>
-            <td>2</td>
-            <td>7</td>
-            <td>196</td>
-            <td>0</td>
-            <td>0</td>
-            <td>1</td>
-            <td>330</td>
-          </tr>
-          <tr class="a">
-            <td>tobago-tool-apt</td>
-            <td>3</td>
-            <td>14</td>
-            <td>190</td>
-            <td>1585</td>
+            <td>Totals</td>
             <td>0</td>
             <td>0</td>
-            <td>35</td>
-            <td>266</td>
-          </tr>
-          <tr class="b">
-            <td>tobago-core</td>
-            <td>33</td>
-            <td>528</td>
-            <td>2283</td>
-            <td>19768</td>
-            <td>549</td>
-            <td>2709</td>
-            <td>821</td>
-            <td>10743</td>
-          </tr>
-          <tr class="a">
-            <td>tobago-sandbox</td>
-            <td>4</td>
-            <td>6</td>
-            <td>34</td>
-            <td>267</td>
-            <td>7</td>
-            <td>28</td>
-            <td>34</td>
-            <td>210</td>
-          </tr>
-          <tr class="b">
-            <td>tobago-example-addressbook</td>
-            <td>2</td>
-            <td>19</td>
-            <td>160</td>
-            <td>871</td>
-            <td>1</td>
-            <td>7</td>
-            <td>14</td>
-            <td>416</td>
-          </tr>
-          <tr class="a">
-            <td>tobago-example-blank</td>
-            <td>1</td>
-            <td>1</td>
-            <td>3</td>
-            <td>14</td>
             <td>0</td>
             <td>0</td>
             <td>0</td>
-            <td>18</td>
-          </tr>
-          <tr class="b">
-            <td>tobago-example-data</td>
-            <td>1</td>
-            <td>16</td>
-            <td>117</td>
-            <td>596</td>
-            <td>1</td>
-            <td>4</td>
-            <td>5</td>
-            <td>288</td>
-          </tr>
-          <tr class="a">
-            <td>tobago-example-demo</td>
-            <td>8</td>
-            <td>95</td>
-            <td>659</td>
-            <td>3696</td>
-            <td>6</td>
-            <td>35</td>
-            <td>51</td>
-            <td>1740</td>
-          </tr>
-          <tr class="b">
-            <td>tobago-example-portlet</td>
-            <td>1</td>
-            <td>1</td>
-            <td>2</td>
-            <td>7</td>
             <td>0</td>
             <td>0</td>
             <td>0</td>
-            <td>18</td>
-          </tr>
-          <tr class="a">
-            <td>tobago-example-test</td>
-            <td>1</td>
-            <td>48</td>
-            <td>227</td>
-            <td>1134</td>
-            <td>1</td>
-            <td>3</td>
-            <td>36</td>
-            <td>883</td>
-          </tr>
-          <tr class="b">
-            <td>Totals</td>
-            <td>55</td>
-            <td>730</td>
-            <td>3682</td>
-            <td>28134</td>
-            <td>565</td>
-            <td>2786</td>
-            <td>997</td>
-            <td>14912</td>
           </tr>
         </table>
       </div>

Modified: myfaces/site/publish/tobago/license.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/license.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/license.html (original)
+++ myfaces/site/publish/tobago/license.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/mail-lists.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/mail-lists.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/mail-lists.html (original)
+++ myfaces/site/publish/tobago/mail-lists.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/migration-1.5.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/migration-1.5.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/migration-1.5.html (original)
+++ myfaces/site/publish/tobago/migration-1.5.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></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=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/migration-2.0.html (original)
+++ myfaces/site/publish/tobago/migration-2.0.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/modules.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/modules.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/modules.html (original)
+++ myfaces/site/publish/tobago/modules.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/new-2.0.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/new-2.0.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/new-2.0.html (original)
+++ myfaces/site/publish/tobago/new-2.0.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/new-3.0.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/new-3.0.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/new-3.0.html (original)
+++ myfaces/site/publish/tobago/new-3.0.html Fri Dec 16 11:08:57 2016
@@ -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 &#x2013; What's new in Tobago 3.0 (currently alpha state)?</title>
+  <title>Tobago &#x2013; What's new in Tobago 3.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: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html" class="selected">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -211,58 +213,10 @@
   <div id="body_column">
     <div>
       <div class="section">
-        <h2><a name="Whats_new_in_Tobago_3.0_currently_alpha_state">What's new in Tobago 3.0 (currently alpha
-          state)?</a></h2>
-        <p>In November 2015 the first alpha version of 3.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 3.0.0 contains several entries in <a class="externalLink"
-                                                       href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&amp;styleName=Html&amp;version=12325880">Jira</a>
-          and most of them are exclusive in this version.</p>
-        <p>Please take also a look at the <a href="./migration-3.0.html">Migration from Tobago 2.0 to 3.0</a> guide.</p>
-      </div>
-      <div class="section">
-        <h2><a name="Overview_and_History"></a>Overview and History</h2>
-        <p>Until Tobago 2.0 the layout was computed on the server, to make advanced features available for comfortable
-          web application.</p>
-        <p>With CSS3 and HTML5 it is possible these days, to make advanced layout managers implemented in the
-          browser.</p></div>
-      <div class="section">
-        <h2><a name="New_Features_and_Enhancements"></a>New Features and Enhancements</h2>
-        <div class="section">
-          <h3><a name="Bootstrap"></a>Bootstrap</h3>
-          <p>The base theme that comes with Tobago is changes from plain CSS to Twitters Bootstrap. So, you applications
-            have the advantage of modern HTML5 web applications, with less coding.</p></div>
-        <div class="section">
-          <h3><a name="New_Layout_Managers"></a>New Layout Managers</h3>
-          <ul>
-            <li>Segment Layout (uses the 12 columns layout from Bootstrap)</li>
-            <li>Flex Layout (CSS3) You may replace the <tt>GridLayout</tt> from Tobago 2.0 with <tt>FlexLayout</tt>.
-            </li>
-            <li>Flow Layout</li>
-            <li>The new layout managers, have be written be bit more concised: Using as container instead of a facet.
-            </li>
-          </ul>
-        </div>
-        <div class="section">
-          <h3><a name="tx_library"></a>tx library</h3>
-          <ul>
-            <li>The tx library no longer needed</li>
-            <li>The label is integrated into the tc library.</li>
-            <li>This results in a more intuitive API</li>
-            <li>Rich variations of positioning the label with new attribute labelLayout</li>
-          </ul>
-        </div>
-        <div class="section">
-          <h3><a name="File_upload_now_uses_Servert_3.0_instead_of_Commons_Fileupload._This_simplifies_the_setup."></a>File
-            upload now uses Servert 3.0 instead of Commons Fileupload. This simplifies the setup.</h3></div>
-      </div>
-      <div class="section">
-        <h2><a name="Internal_Refactoring"></a>Internal Refactoring</h2>
-        <dl>
-          <dt>todo</dt>
-          <dd></dd>
-        </dl>
-      </div>
+        <h2><a name="Whats_new_in_Tobago_3.0">What's new in Tobago 3.0</a></h2>
+        <p>Please refer the <a class="externalLink"
+                               href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml">Demo:
+          New in Tobago 3.0</a>.</p></div>
     </div>
   </div>
   <div class="clear"></div>

Modified: myfaces/site/publish/tobago/plugin-management.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/plugin-management.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/plugin-management.html (original)
+++ myfaces/site/publish/tobago/plugin-management.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">

Modified: myfaces/site/publish/tobago/plugins.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/plugins.html?rev=1774569&r1=1774568&r2=1774569&view=diff
==============================================================================
--- myfaces/site/publish/tobago/plugins.html (original)
+++ myfaces/site/publish/tobago/plugins.html Fri Dec 16 11:08:57 2016
@@ -14,7 +14,7 @@
 
 
       <div class="date">
-        Last Published: 07 Dec 2016
+        Last Published: 16 Dec 2016
       </div>
       <ul>
         <li>
@@ -98,7 +98,8 @@
             </li>
 
             <li class="none">
-              <a href="new-3.0.html">New in Tobago 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/faces/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml"
+                 class="externalLink">New in Tobago 3.0<span/></a>
             </li>
 
             <li class="none">
@@ -114,7 +115,8 @@
             </li>
 
             <li class="none">
-              <a href="migration-3.0.html">Migration to 3.0 (alpha)</a>
+              <a href="http://www.irian.biz/tobago-example-demo/content/10-intro/50-migration/97-migration/migration30.xhtml"
+                 class="externalLink">Migration to 3.0<span/></a>
             </li>
 
             <li class="none">