Changeset 3809
- Timestamp:
- 06/23/11 13:43:52 (11 months ago)
- Files:
-
- 1 modified
-
framework/server/trunk/docs/quickstart.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/server/trunk/docs/quickstart.txt
r3635 r3809 65 65 application. This toolbox includes: 66 66 67 * the Ext , OpenLayers, GeoExt and MapFish Client JavaScript libraries,67 * the ExtJS, OpenLayers, GeoExt JavaScript libraries, 68 68 * a sample JavaScript application based on those libraries, 69 69 * a build profile for minifying the JavaScript code of this sample 70 70 application, 71 71 * a JavaScript testing framework, with a test example 72 73 Installing the JavaScript toolbox is done by applying the ``mapfish_client`` 74 template. 75 76 .. warning:: 77 78 Version 0.2 of ``mapfish.plugin.client``, which is the Python package 79 providing the ``mapfish_client`` template, includes versions of OpenLayers 80 and GeoExt that don't work with FireFox 4 and later when the JavaScript 81 code is not built. 82 83 You can list the content of ``env/lib/python2.5/site-packages`` to know 84 what version of ``mapfish.plugin.client`` is in use. 72 85 73 86 Enter ``Ctrl+C`` to stop the Paster server and proceed with these
