equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-pagelet |
2 Name: pyams-pagelet |
3 Version: 0.1.2 |
3 Version: 0.1.3 |
4 Summary: PyAMS pagelet interfaces and classes |
4 Summary: PyAMS pagelet interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_pagelet |
5 Home-page: http://hg.ztfy.org/pyams/pyams_pagelet |
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-Content-Type: UNKNOWN |
9 Description: ====================== |
10 Description: |
10 PyAMS_pagelet 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_pagelet? |
|
28 ====================== |
|
29 |
|
30 This package is an update of z3c.pagelet package for use with Pyramid. |
|
31 |
|
32 PyAMS_template allows to separate a view's Python code from it's template implementation, so that |
|
33 this template can be easilly overriden for a given view or a given layer. |
|
34 |
|
35 PyAMS_pagelet now allows to split a view template into two parts, which are the content template |
|
36 and the layout template, so that any or both of them can be overriden for a given view or layer, |
|
37 without creating a new view. |
|
38 |
11 |
39 |
12 History |
40 History |
13 ======= |
41 ======= |
14 |
42 |
15 0.1.2 |
43 0.1.2 |
29 Classifier: License :: OSI Approved :: Zope Public License |
57 Classifier: License :: OSI Approved :: Zope Public License |
30 Classifier: Development Status :: 4 - Beta |
58 Classifier: Development Status :: 4 - Beta |
31 Classifier: Programming Language :: Python |
59 Classifier: Programming Language :: Python |
32 Classifier: Framework :: Pyramid |
60 Classifier: Framework :: Pyramid |
33 Classifier: Topic :: Software Development :: Libraries :: Python Modules |
61 Classifier: Topic :: Software Development :: Libraries :: Python Modules |
|
62 Provides-Extra: test |