Metadata-Version: 1.1
Name: w20e.pycms-news
Version: 1.0.1a
Summary: Pyramid CMS news package
Home-page: UNKNOWN
Author: D.A.Dokter
Author-email: dokter@w20e.com
License: UNKNOWN
Description: w20e.pycms.news
        ===============
        
        w20e.pycms news content type and listings. To use it in your PyCMS app,
        add the egg dependency (usually in your buildout) and include the
        package ZCML from your configure.zcml like so:
        
          <include package="w20e.pycms_news"/>
        
        Now show the news listing viewlet in your template like:
        
          <div tal:content="structure view.render_viewlet('newslisting', limit=3)" />
        
        
        1.0.1a
        ======
        * added i18n
        
        1.0.0a
        ======
        First try...
        
Keywords: web pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
