[mapserver-commits] r8769 - trunk/docs/tutorial

svn at osgeo.org svn at osgeo.org
Tue Mar 10 11:44:39 EDT 2009


Author: jmckenna
Date: 2009-03-10 11:44:39 -0400 (Tue, 10 Mar 2009)
New Revision: 8769

Modified:
   trunk/docs/tutorial/background.txt
   trunk/docs/tutorial/example1-1.txt
   trunk/docs/tutorial/example1-2.txt
   trunk/docs/tutorial/example1-3.txt
   trunk/docs/tutorial/example1-4.txt
   trunk/docs/tutorial/example1-5.txt
   trunk/docs/tutorial/example1-6.txt
   trunk/docs/tutorial/example1-7.txt
   trunk/docs/tutorial/example1-8.txt
   trunk/docs/tutorial/index.txt
   trunk/docs/tutorial/section1.txt
   trunk/docs/tutorial/section2.txt
Log:
add ref to tutorial, and add tutorial navigation

Modified: trunk/docs/tutorial/background.txt
===================================================================
--- trunk/docs/tutorial/background.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/background.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -106,4 +106,10 @@
 Other documentation exist to give you better understanding of the many customizations 
 MapServer offer. Please visit the MapServer documentation page at 
 http://www.mapserver.org. There you will find several HOWTO documents, from getting 
-started to using MapScript, a scripting interface for MapServer.
\ No newline at end of file
+started to using MapScript, a scripting interface for MapServer.
+
+----
+
+:ref:`Back to Tutorial home <tutorial>` | :ref:`Proceed to Section 1 <section1>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/example1-1.txt
===================================================================
--- trunk/docs/tutorial/example1-1.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/example1-1.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -194,4 +194,10 @@
         MapServer doesn't draw polygon outlines by default, so if you want to
         see polygon boundaries, you will want to define an OUTLINECOLOR.
 
-This ends the first example in this tutorial. You are encouraged to change the values of the keywords in the mapfile. It will help you understand what these keywords do.
\ No newline at end of file
+This ends the first example in this tutorial. You are encouraged to change the values of the keywords in the mapfile. It will help you understand what these keywords do.
+
+----
+
+:ref:`Back to Section 1 index <section1>` | :ref:`Proceed to Example 1.2 <example1-2>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/example1-2.txt
===================================================================
--- trunk/docs/tutorial/example1-2.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/example1-2.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -76,4 +76,10 @@
 we add these other layers, we have to separate the states boundary line layer 
 from the states polygon layer and put it on top of the other other layers.  
 There is order in how we define/add layers and you'll see it clearly as we 
-proceed in this section.
\ No newline at end of file
+proceed in this section.
+
+----
+
+:ref:`Back to Example 1.1 <example1-1>` | :ref:`Proceed to Example 1.3 <example1-3>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/example1-3.txt
===================================================================
--- trunk/docs/tutorial/example1-3.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/example1-3.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -54,3 +54,9 @@
           this, allowing one to evaluate regular or logical expressions. Please
           look at the mapfile reference page to see what you can do
           with EXPRESSION.
+
+----
+
+:ref:`Back to Example 1.2 <example1-2>` | :ref:`Proceed to Example 1.4 <example1-4>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/example1-4.txt
===================================================================
--- trunk/docs/tutorial/example1-4.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/example1-4.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -111,4 +111,8 @@
           give this CLASS a transparent color (the label IDs don't show up).
           Once again, play with the values to understand how it affects the map.
 
+----
+
 :ref:`Back to Example 1.3 <example1-3>` | :ref:`Proceed to Example 1.5 <example1-5>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/example1-5.txt
===================================================================
--- trunk/docs/tutorial/example1-5.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/example1-5.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -137,4 +137,10 @@
   TYPE RASTER
   OFFSITE 70 74 66
 
-Also, try changing the IMAGETYPE from PNG24 to PNG.
\ No newline at end of file
+Also, try changing the IMAGETYPE from PNG24 to PNG.
+
+----
+
+:ref:`Back to Example 1.4 <example1-4>` | :ref:`Proceed to Example 1.6 <example1-6>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/example1-6.txt
===================================================================
--- trunk/docs/tutorial/example1-6.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/example1-6.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -109,3 +109,9 @@
 `<http://spatialreference.org/>`_
 
 You can find more by searching the web for "map projection".
+
+----
+
+:ref:`Back to Example 1.5 <example1-5>` | :ref:`Proceed to Example 1.7 <example1-7>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/example1-7.txt
===================================================================
--- trunk/docs/tutorial/example1-7.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/example1-7.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -133,4 +133,10 @@
             Documentations also exist for configuring MapServer application to
             support the WFS standard, both as a `server
             <http://mapserver.gis.umn.edu/doc/wfs-server-howto.html>`_ and as a
-            `client <http://mapserver.gis.umn.edu/doc/wfs-client-howto.html>`_.
\ No newline at end of file
+            `client <http://mapserver.gis.umn.edu/doc/wfs-client-howto.html>`_.
+
+----
+            
+:ref:`Back to Example 1.6 <example1-6>` | :ref:`Proceed to Example 1.8 <example1-8>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/example1-8.txt
===================================================================
--- trunk/docs/tutorial/example1-8.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/example1-8.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -30,4 +30,10 @@
 keyword on you mapfile. The NAME of your OUTPUT format should be used as your 
 IMAGETYPE value ex: IMAGETYPE png or IMAGETYPE png24).
 
-Please consult the OUTPUTFORMAT object reference at: `<http://ms4w.gis.umn.edu/doc/mapfile-reference.html#outputformat>`_.
\ No newline at end of file
+Please consult the OUTPUTFORMAT object reference at: `<http://ms4w.gis.umn.edu/doc/mapfile-reference.html#outputformat>`_.
+
+----
+
+:ref:`Back to Example 1.7 <example1-7>` | :ref:`Proceed to Example 1.9 <example1-9>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/index.txt
===================================================================
--- trunk/docs/tutorial/index.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/index.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -29,4 +29,10 @@
 
    background
    section1
-   section2
\ No newline at end of file
+   section2
+   
+----
+
+:ref:`Begin tutorial <background>`
+
+----
\ No newline at end of file

Modified: trunk/docs/tutorial/section1.txt
===================================================================
--- trunk/docs/tutorial/section1.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/section1.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -28,4 +28,10 @@
     - :ref:`Example 1.8 - A different output format <example1-8>`
 
 - MapServer not only generates static maps, it can also create interactive maps...
-    - :ref:`Example 1.9 - The difference between map and browse mode <example1-9>`
\ No newline at end of file
+    - :ref:`Example 1.9 - The difference between map and browse mode <example1-9>`
+    
+----
+
+:ref:`Back to Tutorial home <tutorial>` | :ref:`Proceed to Section 2 <section2>`
+
+----

Modified: trunk/docs/tutorial/section2.txt
===================================================================
--- trunk/docs/tutorial/section2.txt	2009-03-10 15:42:26 UTC (rev 8768)
+++ trunk/docs/tutorial/section2.txt	2009-03-10 15:44:39 UTC (rev 8769)
@@ -56,4 +56,10 @@
   `Example 2.4 - Adding a Reference Map <http://demo.mapserver.org/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/example2.map&layer=states&zoom=0&mode=browse&root=/tutorial&program=/cgi-bin/mapserv.exe&map_web=template+example2-4.html>`_  
 
 - The map should include a legend.
-  `Example 2.5- Adding a Legend <http://demo.mapserver.org/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/example2.map&layer=states&zoom=0&mode=browse&root=/tutorial&program=/cgi-bin/mapserv.exe&map_web=template+example2-5.html>`_  
\ No newline at end of file
+  `Example 2.5- Adding a Legend <http://demo.mapserver.org/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/example2.map&layer=states&zoom=0&mode=browse&root=/tutorial&program=/cgi-bin/mapserv.exe&map_web=template+example2-5.html>`_  
+
+----
+  
+:ref:`Back to Section 1 index <section1>`
+
+----
\ No newline at end of file



More information about the mapserver-commits mailing list