Changeset 3636 for website

Show
Ignore:
Timestamp:
09/08/10 09:57:29 (21 months ago)
Author:
elemoine
Message:

fix bad links, move link to Print in a separate section, add link to Python Workshop

Location:
website/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • website/trunk/doc/index.txt

    r3540 r3636  
    55--------------- 
    66 
     7* `Installation <2.0/installation.html>`_ 
     8* `Quickstart <2.0/quickstart.html>`_ 
     9 
     10.. toctree:: 
     11   :maxdepth: 1 
     12 
     13 
     14Release 2.0 
     15----------- 
     16 
     17* `Framework <2.0/framework/index.html>`_ 
     18* `Protocol <2.0/protocol.html>`_ 
     19* `API References <2.0/reference/index.html>`_ 
     20 
     21Release 1.2  
     22----------- 
     23 
    724.. toctree:: 
    825   :maxdepth: 1 
     
    1027   1.2/installation 
    1128   1.2/quickstart 
    12  
    13 Main docs 
    14 --------- 
    15  
    16 .. toctree:: 
    17    :maxdepth: 1 
    18  
    1929   1.2/framework 
    2030   1.2/protocol 
    2131   1.2/reference/index 
     32 
     33MapFish Print 
     34------------- 
     35 
     36* `MapFish Print Module <print/index.html>`_ 
    2237 
    2338Other docs 
     
    2742   :maxdepth: 1 
    2843 
    29    tutorials/introduction/introduction 
    30    tutorials/howto_app_development/howto_app_development 
    3144   implementations/index 
    3245   contribs/index 
    3346   tutorials/index 
    34  
    35 * `MapFish Print Module <print/index.html>`_ 
    3647 
    3748.. cssclass:: navigation_links 
  • website/trunk/doc/tutorials/index.txt

    r3264 r3636  
    2020   extjs 
    2121 
     22Workshops 
     23--------- 
     24 
     25* `The Python Workshop <http://www.mapfish.org/doc/tutorials/python-workshop/>`_ 
     26 
     27  Presented at FOSS4G 2010. This workshop teaches the basics of Pylons, 
     28  SQLAlchemy, GeoAlchemy, Shapely, geojson, and MapFish. 
     29 
    2230Studio (BETA) 
    2331------------- 
     
    3745   tiling 
    3846   ogrs2009_lab 
     47   introduction/introduction 
     48   howto_app_development/howto_app_development 
    3949 
    4050.. cssclass:: navigation_links 
  • website/trunk/index.txt

    r3489 r3636  
    2929--------------- 
    3030 
    31 MapFish 1.2 is the current release. To install it, follow :ref:`installation_1_2_`. 
     31MapFish 2.0 is the current release. Check out the `documentation 
     32<doc/2.0/index.html>`_. 
    3233 
    3334Interoperability 
     
    5657.. cssclass:: navigation_links 
    5758 
    58  `Quickstart <doc/1.2/quickstart.html>`_ | 
    59  `Installation <doc/1.2/installation.html>`_ | 
     59 `Quickstart <doc/2.0/quickstart.html>`_ | 
     60 `Installation <doc/2.0/installation.html>`_ | 
    6061 `Documentation <doc/index.html>`_ | 
    6162 `Demos <http://demo.mapfish.org/mapfishsample/1.2>`_ |