Last change
on this file since 710 was
696,
checked in by djay, 9 years ago
|
Small fixes in the main documentation.
|
-
Property svn:keywords set to
Date Author
|
File size:
1.1 KB
|
Rev | Line | |
---|
[659] | 1 | .. _api-howto: |
---|
| 2 | |
---|
| 3 | Using ZOO-API |
---|
| 4 | ================== |
---|
| 5 | |
---|
| 6 | This section will help you to get started using :ref:`ZOO-API<api-what>`. |
---|
| 7 | |
---|
| 8 | Prerequisites |
---|
| 9 | ---------------------- |
---|
| 10 | |
---|
| 11 | ZOO-API relies on the following software: |
---|
| 12 | |
---|
| 13 | - :ref:`kernel_index` (`http://zoo-project.org |
---|
| 14 | <http://zoo-project.org>`__), the ZOO-Project WPS Server. |
---|
| 15 | - SpiderMonkey (`https://developer.mozilla.org/en/SpiderMonkey |
---|
| 16 | <https://developer.mozilla.org/en/SpiderMonkey>`__ ), the Mozilla |
---|
| 17 | `JavaScript <https://developer.mozilla.org/en/JavaScript>`__ engine. |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | .. warning:: |
---|
| 21 | |
---|
| 22 | The ZOO-Kernel :ref:`optional JavaScript support <js-support>` is required for using ZOO-API |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | Download |
---|
| 26 | ----------------------- |
---|
| 27 | |
---|
| 28 | * `zoo-api.js <http://zoo-project.org/trac/export/1/trunk/zoo-api/js/ZOO-api.js>`__ |
---|
| 29 | * `zoo-proj4js.js <http://zoo-project.org/trac/export/1/trunk/zoo-api/js/ZOO-proj4js.js>`__ |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | If you did not :ref:`download <install-download>` the ZOO-Project |
---|
| 34 | source code already, please proceed to a svn checkout with the |
---|
| 35 | following command: |
---|
| 36 | |
---|
| 37 | :: |
---|
| 38 | |
---|
| 39 | svn checkout http://svn.zoo-project.org/svn/trunk/zoo-project/zoo-api |
---|
| 40 | |
---|
| 41 | |
---|
| 42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.