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.10 |
3 Version: 0.1.11 |
4 Summary: PyAMS 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 |
35 PyAMS_viewlet is an adaptation of zope.viewlet package to be used inside Pyramid. |
35 PyAMS_viewlet is an adaptation of zope.viewlet package to be used inside Pyramid. |
36 |
36 |
37 |
37 |
38 Changelog |
38 Changelog |
39 ========= |
39 ========= |
|
40 |
|
41 0.1.11 |
|
42 ------ |
|
43 - updated content provider rendering API |
40 |
44 |
41 0.1.10 |
45 0.1.10 |
42 ------ |
46 ------ |
43 - allow to define provider using request annotations |
47 - allow to define provider using request annotations |
44 |
48 |