You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/10/09 16:39:40 UTC

svn commit: r823567 - /incubator/pivot/trunk/tutorials/www/index.html

Author: smartini
Date: Fri Oct  9 14:39:39 2009
New Revision: 823567

URL: http://svn.apache.org/viewvc?rev=823567&view=rev
Log:
little fixes to page tags

Modified:
    incubator/pivot/trunk/tutorials/www/index.html

Modified: incubator/pivot/trunk/tutorials/www/index.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/index.html?rev=823567&r1=823566&r2=823567&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/index.html (original)
+++ incubator/pivot/trunk/tutorials/www/index.html Fri Oct  9 14:39:39 2009
@@ -15,9 +15,6 @@
 limitations under the License.
 -->
 
-    <ul>
-      <li><a href=""></a></li>
-    </ul>
 <html>
 <head>
 <title>Pivot Tutorial</title>
@@ -136,18 +133,20 @@
 </ul>
 
 <ul style="padding-left: 0px;">
-  <li><a href="stock_tracker.html">Stock Tracker</a></li>
-  <ul>
-    <li><a href="stock_tracker.ui.html">UI Markup Using WTKX</a></li>
-    <li><a href="stock_tracker.events.html">Event Handling</a></li>
-    <li><a href="stock_tracker.web_queries.html">Web Queries</a></li>
-    <li><a href="stock_tracker.data_binding.html">Data Binding</a></li>
-    <li><a href="stock_tracker.localization.html">Localization</a></li>
-  </ul>
+  <li>
+    <a href="stock_tracker.html">Stock Tracker</a>
+    <ul>
+      <li><a href="stock_tracker.ui.html">UI Markup Using WTKX</a></li>
+      <li><a href="stock_tracker.events.html">Event Handling</a></li>
+      <li><a href="stock_tracker.web_queries.html">Web Queries</a></li>
+      <li><a href="stock_tracker.data_binding.html">Data Binding</a></li>
+      <li><a href="stock_tracker.localization.html">Localization</a></li>
+    </ul>
+  </li>
 </ul>
 
 <ul style="padding-left: 0px;">
-<li><a href="wtkx_primer.html">WTKX Primer</a></li>
+  <li><a href="wtkx_primer.html">WTKX Primer</a></li>
 </ul>
 
 <p>Readers who want a quicker introduction to the platform may prefer to jump directly to the <a href="stock_tracker.html">final section</a>, which walks through the implementation of a simple but practical sample application called "Stock Tracker". Stock Tracker demonstrates a number of key features used by many "real world" applications, including UI markup, event handling, web queries, data binding, and localization, among others. Readers may also find it helpful to review the <a href="wtkx_primer.html">WTKX Primer</a> section, which provides an introduction to Pivot's markup language, before browsing the tutorials themsevles.</p>
@@ -158,4 +157,3 @@
 
 </body>
 </html>
-