15 At first, PyAMS was "Pyramid Application Management Skin". Actually, it's not only a simple skin but a whole "Suite" of |
15 At first, PyAMS was "Pyramid Application Management Skin". Actually, it's not only a simple skin but a whole "Suite" of |
16 applications and content management tools. |
16 applications and content management tools. |
17 |
17 |
18 PyAMS is built on top of MyAMS (My Application Management Skin), a small web client framework built on top of JQuery |
18 PyAMS is built on top of MyAMS (My Application Management Skin), a small web client framework built on top of JQuery |
19 and Bootstrap, which was developed by the french national forestry office (ONF -- Office national des forĂȘts -- |
19 and Bootstrap, which was developed by the french national forestry office (ONF -- Office national des forĂȘts -- |
20 http://www.onf.fr) to build Java and Python web applications. The new ONF website is now completely handled with |
20 http://www.onf.fr) to build web applications in several languages (actually java, Python and PHP). The new ONF website |
21 PyAMS framework. |
21 is now completely handled with PyAMS framework. |
22 |
22 |
23 PyAMS is a multipurpose set of packages, providing tools including: |
23 PyAMS is a multipurpose set of packages, providing tools including: |
24 |
24 |
25 * custom interfaces |
25 * custom interfaces |
26 * custom ZCA registry annotations |
26 * custom registry annotations |
|
27 * custom security policy |
27 * local registry support |
28 * local registry support |
28 * network protocols utilities (for HTTP and XML-RPC) |
29 * network protocols utilities (for HTTP and XML-RPC) |
29 * command line scripts |
30 * command line scripts |
30 * a custom security policy |
31 * custom utilities. |
31 * custom utilities... |
|
32 |
32 |
33 If you just want to know how easy it is to create a PyAMS application instance, just read the :ref:`quickstart`! |
33 If you just want to know how easy it is to create a PyAMS application instance, just read the :ref:`quickstart`! |
34 |
34 |
35 To know how PyAMS management interface looks like, just see :ref:`screenshots`! |
35 To know how PyAMS management interface looks like, look at :ref:`screenshots`! |
36 |
36 |
37 |
37 |
38 .. toctree:: |
38 .. toctree:: |
39 :maxdepth: 2 |
39 :maxdepth: 2 |
40 |
40 |
41 quickstart |
41 quickstart |
42 architecture |
42 architecture |
43 zodb |
|
44 install |
43 install |
45 zca |
44 config |
46 site |
45 manage |
47 traverser |
46 extend |
48 tales |
|
49 utilities |
|
50 |
47 |
51 |
48 |
52 PyAMS applications architecture |
49 PyAMS applications architecture |
53 ------------------------------- |
50 ------------------------------- |
54 |
51 |