Metadata-Version: 1.1
Name: silva.core.services
Version: 2.3.2
Summary: Configuration services for Silva CMS
Home-page: https://github.com/silvacms/silva.core.services
Author: Infrae
Author-email: info@infrae.com
License: BSD
Description: ===================
        silva.core.services
        ===================
        
        This package contains default Silva services definition (API) and
        implementation of mandatory Silva services.
        
        You can have more information on how to use this package in the `Silva
        developer documentation`_.
        
        Code repository
        ===============
        
        The code for this extension can be found in Git:
        https://github.com/silvacms/silva.core.services
        
        .. _Silva developer documentation: http://docs.silvacms.org/latest
        
        
        Changelog
        =========
        
        2.3.2 (2010-02-07)
        ------------------
        
        * Improve MemberService API.
        
        2.3.1 (2010-12-20)
        ------------------
        
        * Update interface documentation.
        
        2.3 (2010-10-18)
        ----------------
        
        * Interfaces for Members and Groups services have been added/moved here.
        
        * A new default service is added: Silva Secret Service, that create a
          secret out of some strings and validate it.
        
        2.3b1 (2010/07/16)
        ------------------
        
        * Add an utility ``walk_silva_tree`` to go through all Silva content.
        
        * Simplify catalog setup code with new ``silva.core.conf`` default
          service factory.
        
        * Remove ``haunted_path`` index which now useless.
        
        * Update code to be compliant with Zope 2.12.
        
        2.2b1 (2010/01/25)
        ------------------
        
        * Initial release.
        
Keywords: silva core services
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
