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/15 08:09:43 UTC

svn commit: r1774383 - in /myfaces/tobago/trunk/src/site: apt/guide.apt fml/faq.fml

Author: lofwyr
Date: Thu Dec 15 08:09:42 2016
New Revision: 1774383

URL: http://svn.apache.org/viewvc?rev=1774383&view=rev
Log:
updating links

Modified:
    myfaces/tobago/trunk/src/site/apt/guide.apt
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/apt/guide.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/guide.apt?rev=1774383&r1=1774382&r2=1774383&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/guide.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/guide.apt Thu Dec 15 08:09:42 2016
@@ -19,7 +19,8 @@
 
 {Guide to Tobago}
 
-  <Preliminary version -- work in progress>
+  <This guide covers primarily Tobago 1 and 2. Most basic ideas are the same in Tobago 3, but
+  documented in the demo application.>
 
 ====================
 
@@ -205,7 +206,7 @@ mvn install
 
 [images/guide-basic-controls.png] Basic Controls  
 
-  Live demo of the basic controls: {{http://www.irian.biz/tobago-example-demo/faces/overview/basic.jsp}}
+  Live demo of the basic controls: {{http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/01-basic/basic.xhtml}}
 
   The basic controls page also shows two variants of a normal input control: the date input control and the time input
   control.
@@ -256,7 +257,7 @@ mvn install
 
 [images/guide-sheet.png] Sheet
 
-  Live demo of a sheet: {{http://www.irian.biz/tobago-example-demo/faces/overview/sheet.jsp}}
+  Live demo of a sheet: {{http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/02-sheet/sheet.xhtml}}
 
   A code fragment from the address book example:
 
@@ -295,7 +296,7 @@ mvn install
 
 [images/guide-tab-group.png] Tab Group
 
-  Live demo of a tab group: {{http://www.irian.biz/tobago-example-demo/faces/overview/tab.jsp}}
+  Live demo of a tab group: {{http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/04-tab/tab.xhtml}}
 
   A code fragment from the address book example:
 
@@ -323,7 +324,7 @@ mvn install
   
 [images/guide-menu.png] Menu
 
-  Live demo of a menu: {{http://www.irian.biz/tobago-example-demo/faces/overview/toolbar.jsp}}
+  Live demo of a menu: {{http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/05-toolBar/toolBar.xhtml}}
 
   A code fragment from the address book example:
 
@@ -363,7 +364,7 @@ mvn install
 
 [images/guide-toolbar.png] Tool Bar
 
-  Live demo of a tool bar: {{http://www.irian.biz/tobago-example-demo/faces/overview/toolbar.jsp}}
+  Live demo of a tool bar: {{http://www.irian.biz/tobago-example-demo-2.0.x/faces/content/05-toolBar/toolBar.xhtml}}
 
   A code fragment from the address book example:
 

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=1774383&r1=1774382&r2=1774383&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Thu Dec 15 08:09:42 2016
@@ -35,14 +35,14 @@
           Please, see
         </p>
         <p>
-          <a href="http://www.irian.biz/tobago-example-demo/">Demo</a>
+          <a href="http://www.irian.biz/tobago-example-demo/">Tobago Demo</a>.
         </p>
         <p>
-          and especially the section for best practices:
+          There is also a demo for
         </p>
         <p>
-          <a href="http://www.irian.biz/tobago-example-demo/faces/best-practice/intro.jsp">
-            Best Practices
+          <a href="http://www.irian.biz/tobago-example-demo-2.0.x/">
+            Tobago 2.0
           </a>
         </p>
       </answer>
@@ -136,7 +136,7 @@
         </p>
         <p>Starting with Tobago 3.0 the Servlet API 3.0 will be used. Some more information about the
           usage you will find in <a href="https://issues.apache.org/jira/browse/TOBAGO-1539">Jira</a>
-          and in the <a href="http://www.irian.biz/tobago-example-demo-3.0.x/faces/content/40-upload/upload.xhtml">Tobago Demo 3.0</a>.
+          and in the <a href="http://www.irian.biz/tobago-example-demo-3.0.x/faces/content/20-component/100-upload/upload.xhtml">Tobago Demo 3.0</a>.
           There is also a <a href="migration-3.0.html">migration guide</a> available.
         </p>
       </answer>
@@ -147,7 +147,7 @@
       <answer>
         <p>The page tag already acts like a form tag. You only need a explicit form tag for partial validation of your data.
         Please look at the forms example in the
-        <a href="http://www.irian.biz/tobago-example-demo/faces/content/07-form/form.xhtml">Tobago demo</a>
+        <a href="http://www.irian.biz/tobago-example-demo-3.0.x/faces/content/30-concept/08-form/form.xhtml">Tobago demo</a>
         </p>
       </answer>
     </faq>