equal
deleted
inserted
replaced
|
1 ===================== |
|
2 PyAMS_viewlet package |
|
3 ===================== |
|
4 |
|
5 .. contents:: |
|
6 |
|
7 |
|
8 What is PyAMS |
|
9 ============= |
|
10 |
|
11 PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications |
|
12 and content management with the Pyramid framework. |
|
13 |
|
14 **PyAMS** is actually mainly used to manage web sites through content management applications (CMS, |
|
15 see PyAMS_content package), but many features are generic and can be used inside any kind of web |
|
16 application. |
|
17 |
|
18 |
|
19 What is PyAMS_viewlet? |
|
20 ====================== |
|
21 |
|
22 PyAMS_viewlet is a package which defines components called "content providers"; these content |
|
23 providers are named adapters which can be used inside Chameleon templates. |
|
24 |
|
25 PyAMS_viewlet is an adaptation of zope.viewlet package to be used inside Pyramid. |
|
26 |
|
27 |
|
28 How to use pyams_viewlet? |
|
29 ========================= |
|
30 |
|
31 A whole set of PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_ |