src/pyams_skin.egg-info/PKG-INFO
changeset 422 82d29eb1eb11
parent 408 1af8bc596469
child 428 fd4b666b5048
equal deleted inserted replaced
421:4d702bb76f83 422:82d29eb1eb11
     1 Metadata-Version: 1.1
     1 Metadata-Version: 2.1
     2 Name: pyams-skin
     2 Name: pyams-skin
     3 Version: 0.1.20
     3 Version: 0.1.21
     4 Summary: PyAMS base skin interfaces and classes
     4 Summary: PyAMS base skin interfaces and classes
     5 Home-page: http://hg.ztfy.org/pyams/pyams_skin
     5 Home-page: http://hg.ztfy.org/pyams/pyams_skin
     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
       
    10 Description: PyAMS (Python/Pyramid Application Management Skin) is a small set of packages used
     9 Description: PyAMS (Python/Pyramid Application Management Skin) is a small set of packages used
    11         to build web applications and web content management tools.
    10         to build web applications and web content management tools.
    12         
    11         
    13         The "PyAMS skin" package provides a complete set of base classes, views, resources and templates used to
    12         The "PyAMS skin" package provides a complete set of base classes, views, resources and templates used to
    14         build a web interface.
    13         build a web interface.
    24         =======
    23         =======
    25         
    24         
    26         0.1.20
    25         0.1.20
    27         ------
    26         ------
    28          - added JSON event helper to refresh images
    27          - added JSON event helper to refresh images
       
    28          - added "login logo" property to back-office configuration
       
    29          - added "callbacks" argument to MyAMS.dialog.open to register "shown" or "hide" callbacks
       
    30            for a given dialog (MyAMS.js)
    29          - updated interface for site's description attribute
    31          - updated interface for site's description attribute
       
    32          - updated CSS styles
    30         
    33         
    31         0.1.19
    34         0.1.19
    32         ------
    35         ------
    33          - updated sortable styles
    36          - updated sortable styles
    34          - updated breadcrumbs interface and base adapters
    37          - updated breadcrumbs interface and base adapters
   241 Classifier: License :: OSI Approved :: Zope Public License
   244 Classifier: License :: OSI Approved :: Zope Public License
   242 Classifier: Development Status :: 4 - Beta
   245 Classifier: Development Status :: 4 - Beta
   243 Classifier: Programming Language :: Python
   246 Classifier: Programming Language :: Python
   244 Classifier: Framework :: Pyramid
   247 Classifier: Framework :: Pyramid
   245 Classifier: Topic :: Software Development :: Libraries :: Python Modules
   248 Classifier: Topic :: Software Development :: Libraries :: Python Modules
       
   249 Provides-Extra: test