Metadata-Version: 1.1
Name: cs.board
Version: 1.7.2
Summary: A simple board to publish official documents in Plone Sites
Home-page: http://svn.plone.org/svn/collective/
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL
Description: cs.board
        =========
        
        This products provides an announcement board for 
        public institution in which they can publish
        official announcements.
        
        It has a WSDL interface to create automatic publishing
        methods from a third-party tool
        
        
        
        
        
        Changelog
        =============
        
        1.7.2 (2011/12/14)
        --------------------
        
        - Fix template order [erral]
        
        - Change some strings [erral]
        
        
        1.7.1 (2011/10/24)
        -------------------
        
        - Fix documentation markup [erral]
        
        1.7 (2011/10/24)
        -------------------
        - Add 'sender' field for documents [erral]
        
        - Populate sender automatically when called from WS [erral]
        
        1.6.1 (2011/10/12)
        --------------------
        
        - Fix Changelog [erral]
        
        
        1.6 (2011/10/12)
        -----------------
        
        - Metadata [erral]
        
        
        1.5 (2011/03/17)
        -----------------
        
        - Add the list of private documents to the board view (only viewable holding proper permission) [erral]
        
        - Add translations [erral]
        
        
        
        1.4 (2011/03/15)
        -----------------
        
        - Safely convert to UTF-8 the description and filenames [erral]
        
        - Store filename in documents added from WS [erral]
        
        - Set effective and expiration dates correctly [erral]
        
        - Add sorting to board view [erral]
        
        
        1.3 (2011/01/03)
        ------------------
        - Add some extra css classes for expired documents
          [erral]
        
        
        1.2 (unreleased)
        --------------------
        - Add z3c.soap and soaplib dependencies to setup.py and configure.zcml
          to avoid adding them to buildout.cfg
          [erral]
        
        - Add auto-translation hook for BoardDocuments too
          [erral]
        
        1.1.1 (2010/09/20)
        -------------------
        - Brown bag release, remove a pdb...
          [erral]
        
        
        1.1 (2010/09/20)
        -------------------
        
        - WS is only ready to documents in Spanish and Basque. More work
          is needed to have automatic detection of languages
          [erral]
        
        - WS description WSDL file created at <board-url>/wsdl
          [erral]
        
        - WS implementation changed to SOAP
          [erral]
        
        
        1.0 (2010/09/17)
        -------------------
        
        - WS implementation using XML-RPC
          [erral]
        
        - Files are translated automatically
          [erral]
        
        - BoardDocuments need to be translated manualy to get correct title translation
          [erral]
        
        - Initial implementation:  Board, BoardDocument and Files.
          [erral]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
