Changeset 3395 for sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/_build/html/getting_started.html
- Timestamp:
- 03/03/10 11:45:23 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/_build/html/getting_started.html
r3393 r3395 73 73 </div> 74 74 <p>And follow this step:</p> 75 <div class="highlight-python"><pre>python 25go-mapfish-framework-1.2.py --no-site-packages env</pre>75 <div class="highlight-python"><pre>python go-mapfish-framework-1.2.py --no-site-packages env</pre> 76 76 </div> 77 77 <p>This command creates a virtual Python environment named <tt class="docutils literal"><span class="pre">env</span></tt> and installs … … 98 98 <div class="section" id="installing-firefox-icewasel-extensions"> 99 99 <h2>Installing FireFox/Icewasel extensions<a class="headerlink" href="#installing-firefox-icewasel-extensions" title="Permalink to this headline">¶</a></h2> 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="#id 2" id="id1">[1]</a> (Use version 1.4.5 for FireFox/Iceweasel 3.0). Firebug is an add-on for FireFox/Iceweasel that allows100 <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="#id3" id="id1">[1]</a> (Use version 1.4.5 for FireFox/Iceweasel 3.0 <a class="footnote-reference" href="#id4" id="id2">[2]</a>). Firebug is an add-on for FireFox/Iceweasel that allows 101 101 you to debug JavaScript in any web page. Firebug requires FireFox/Iceweasel and cannot be 102 102 used with any other web browser. Installing the <a class="reference external" href="https://addons.mozilla.org/en-US/firefox/addon/10869">JSONView</a> extension is also 103 103 recommented, it will be used for viewing JSON responses in FireFox.</p> 104 <table class="docutils footnote" frame="void" id="id 2" rules="none">104 <table class="docutils footnote" frame="void" id="id3" rules="none"> 105 105 <colgroup><col class="label" /><col /></colgroup> 106 106 <tbody valign="top"> … … 108 108 </tbody> 109 109 </table> 110 <table class="docutils footnote" frame="void" id="id 3" rules="none">110 <table class="docutils footnote" frame="void" id="id4" rules="none"> 111 111 <colgroup><col class="label" /><col /></colgroup> 112 112 <tbody valign="top"> 113 <tr><td class="label">[2]</td><td><a class="reference external" href="https://addons.mozilla.org/en-US/firefox/addon/10869">https://addons.mozilla.org/en-US/firefox/addon/10869</a></td></tr> 113 <tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td><a class="reference external" href="https://addons.mozilla.org/de/firefox/addons/versions/1843">https://addons.mozilla.org/de/firefox/addons/versions/1843</a></td></tr> 114 </tbody> 115 </table> 116 <table class="docutils footnote" frame="void" id="id5" rules="none"> 117 <colgroup><col class="label" /><col /></colgroup> 118 <tbody valign="top"> 119 <tr><td class="label">[3]</td><td><a class="reference external" href="https://addons.mozilla.org/en-US/firefox/addon/10869">https://addons.mozilla.org/en-US/firefox/addon/10869</a></td></tr> 114 120 </tbody> 115 121 </table>
