equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-viewlet |
2 Name: pyams-viewlet |
3 Version: 0.1.7 |
3 Version: 0.1.8 |
4 Summary: PyAMS base viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid |
4 Summary: PyAMS viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid |
5 Home-page: http://hg.ztfy.org/pyams/pyams_viewlet |
5 Home-page: http://hg.ztfy.org/pyams/pyams_viewlet |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
9 Description: |
9 Description: ===================== |
|
10 PyAMS_viewlet package |
|
11 ===================== |
|
12 |
|
13 .. contents:: |
|
14 |
|
15 |
|
16 What is PyAMS |
|
17 ============= |
|
18 |
|
19 PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications |
|
20 and content management with the Pyramid framework. |
|
21 |
|
22 **PyAMS** is actually mainly used to manage web sites through content management applications (CMS, |
|
23 see PyAMS_content package), but many features are generic and can be used inside any kind of web |
|
24 application. |
|
25 |
|
26 |
|
27 What is PyAMS_viewlet? |
|
28 ====================== |
|
29 |
|
30 PyAMS_viewlet is a package which defines components called "content providers"; these content |
|
31 providers are named adapters which can be used inside Chameleon templates. |
|
32 |
|
33 PyAMS_viewlet is an adaptation of zope.viewlet package to be used inside Pyramid. |
|
34 |
|
35 |
|
36 How to use pyams_viewlet? |
|
37 ========================= |
|
38 |
|
39 A whole set of PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_ |
|
40 |
10 |
41 |
11 Changelog |
42 Changelog |
12 ========= |
43 ========= |
|
44 |
|
45 0.1.8 |
|
46 ----- |
|
47 - code cleanup |
|
48 - Gitlab-CI integration |
13 |
49 |
14 0.1.7 |
50 0.1.7 |
15 ----- |
51 ----- |
16 - updated "provider" TALES expression to be able to provide arguments |
52 - updated "provider" TALES expression to be able to provide arguments |
17 to content provider "update()" method |
53 to content provider "update()" method |