Metadata-Version: 1.0
Name: ztfy.blog
Version: 0.2.5
Summary: ZTFY blog handling package
Home-page: http://trac.ztfy.org/ztfy.blog
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Description: =================
        ztfy.blog package
        =================
        
        .. contents::
        
        What is ztfy.blog ?
        ===================
        
        ztfy.blog is a set of modules which allows easy management of a simple web site based on Zope3
        application server.
        
        It's main goal is to be simple to use and administer.
        
        So it's far from being a "features full" environment, but available features currently include:
         - a simple management interface
         - sites, organized with sections and internal blogs
         - topics, made of custom elements (text or HTML paragraphs, resources and links)
         - a default front-office skin.
        
        All these elements can be extended by registering a simple set of interfaces and adapters, to create a
        complete web site matching your own needs.
        
        A few list of extensions is already available in several packages, like:
         - ztfy.blog.video, which allows basic customized handling of videos resources
         - ztfy.gallery, which provides basic management of images galleries.
        
        
        How to use ztfy.blog ?
        ======================
        
        ztfy.blog usage is described via doctests in ztfy/blog/doctests/README.txt
        
        
        Changelog
        =========
        
        0.2.5
        -----
        - added sitemaps XML views (see "sitemaps.org" for details)
        
        0.2.4
        -----
        - added workaround to display new sites properties without OID
        - moved Google Analytics integration page in default layout
        - update database upgrade code used when creating a site manager
        
        0.2.3
        -----
        - integration of Google Analytics and AdSense services
        
        0.2.2
        -----
        - modified topic comments template to correctly handle presentation settings
        
        0.2.1
        -----
        - small templates modifications for better XHTML compliance
        - added '++presentation++' namespace traverser
        - changed 'title' index default options
        
        0.2
        ---
        - added interfaces, base classes and adapters to handle
          presentation correctly inside custom skins
        - added 'skin:' and 'site:' TALES path adapter
        - added warning message when displaying a category without any topic
        - changed topics ordering in topics containers views
        - changed fields list of 'title' text index
        - added missing "content_type" property on sections and topics
        - added 'content_type' index
        - few code cleanup (unused imports...)
        - some bugs corrected
        
        0.1.2
        -----
        - resources cleanup and minimization
        - light changes in paragraphs templates
        
        0.1.1
        -----
        - Added MANIFEST.in file to handle source package without missing files
        
        0.1
        ---
        - Initial release
        
Keywords: ZTFY Zope3 blog package
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
