author | terytkon |
Thu, 11 Mar 2010 17:04:37 +0200 | |
changeset 0 | 2e8eeb919028 |
child 3 | e7e0ae78773e |
permissions | -rw-r--r-- |
0 | 1 |
Cone API |
2 |
======== |
|
3 |
The Cone API consists of submodules that contain the actual api implementations. The modules are splitted according to the purpose of use. |
|
4 |
* public api is the main public interface that Cone offers. |
|
5 |
* plugin api is the interface which defines all plugin extension base classes and a general plugin framework. |
|
6 |
||
7 |
modules: |
|
8 |
||
9 |
.. toctree:: |
|
10 |
||
11 |
public |
|
12 |
plugin |
|
13 |
howto |