Changeset 3393 for sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/_build/html/getting_started.html
- Timestamp:
- 03/02/10 14:33:59 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/_build/html/getting_started.html
r3384 r3393 6 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 7 7 8 <title>Module 1 - Getting Started — MapFish Workshop v 0.1 documentation</title>8 <title>Module 1 - Getting Started — MapFish Workshop v1.1 documentation</title> 9 9 <link rel="stylesheet" href="_static/default.css" type="text/css" /> 10 10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> … … 12 12 var DOCUMENTATION_OPTIONS = { 13 13 URL_ROOT: '#', 14 VERSION: ' 0.1',14 VERSION: '1.1', 15 15 COLLAPSE_MODINDEX: false, 16 16 FILE_SUFFIX: '.html', … … 20 20 <script type="text/javascript" src="_static/jquery.js"></script> 21 21 <script type="text/javascript" src="_static/doctools.js"></script> 22 <link rel="top" title="MapFish Workshop v 0.1 documentation" href="index.html" />22 <link rel="top" title="MapFish Workshop v1.1 documentation" href="index.html" /> 23 23 <link rel="next" title="Module 2 - Creating Application" href="creating_application.html" /> 24 24 <link rel="prev" title="MapFish Workshop" href="index.html" /> … … 37 37 <a href="index.html" title="MapFish Workshop" 38 38 accesskey="P">previous</a> |</li> 39 <li><a href="index.html">MapFish Workshop v 0.1 documentation</a> »</li>39 <li><a href="index.html">MapFish Workshop v1.1 documentation</a> »</li> 40 40 </ul> 41 41 </div> … … 48 48 <div class="section" id="module-1-getting-started"> 49 49 <h1>Module 1 - Getting Started<a class="headerlink" href="#module-1-getting-started" title="Permalink to this headline">¶</a></h1> 50 <p>Start by creating a folder named <tt class="docutils literal"><span class="pre">mapfish</span></tt> in the <tt class="docutils literal"><span class="pre">/home/live</span></tt>folder, this will50 <p>Start by creating a folder named <tt class="docutils literal"><span class="pre">mapfish</span></tt> in the your home folder, this will 51 51 be your working folder for this workshop.</p> 52 <p>This workshop assumes that you are using a debian-like computer. But, the same can be done on Macintosh or Windows.</p> 52 53 <div class="section" id="getting-workshop-material"> 53 54 <h2>Getting workshop material<a class="headerlink" href="#getting-workshop-material" title="Permalink to this headline">¶</a></h2> … … 95 96 </div> 96 97 </div> 97 <div class="section" id="installing-firefox- extensions">98 <h2>Installing FireFox extensions<a class="headerlink" href="#installing-firefox-extensions" title="Permalink to this headline">¶</a></h2>98 <div class="section" id="installing-firefox-icewasel-extensions"> 99 <h2>Installing FireFox/Icewasel extensions<a class="headerlink" href="#installing-firefox-icewasel-extensions" title="Permalink to this headline">¶</a></h2> 99 100 <p>It is recommended that you use FireFox/Iceweasel and install <a class="reference external" href="http://getfirebug.com/">Firebug</a> <a class="footnote-reference" href="#id2" id="id1">[1]</a> (Use version 1.4.5 for FireFox/Iceweasel 3.0). Firebug is an add-on for FireFox/Iceweasel that allows 100 101 you to debug JavaScript in any web page. Firebug requires FireFox/Iceweasel and cannot be … … 127 128 <li><a class="reference external" href="#getting-workshop-material">Getting workshop material</a></li> 128 129 <li><a class="reference external" href="#installing-mapfish">Installing MapFish</a></li> 129 <li><a class="reference external" href="#installing-firefox- extensions">Installing FireFoxextensions</a></li>130 <li><a class="reference external" href="#installing-firefox-icewasel-extensions">Installing FireFox/Icewasel extensions</a></li> 130 131 </ul> 131 132 </li> … … 172 173 <a href="index.html" title="MapFish Workshop" 173 174 >previous</a> |</li> 174 <li><a href="index.html">MapFish Workshop v 0.1 documentation</a> »</li>175 <li><a href="index.html">MapFish Workshop v1.1 documentation</a> »</li> 175 176 </ul> 176 177 </div>
