Metadata-Version: 1.0
Name: Products.rendezvous
Version: 1.4
Summary: A timeboard to select a rendez-vous for Plone. By Ecreall.
Home-page: http://pypi.python.org/pypi/Products.rendezvous
Author: Vincent Fretin and Michael Launay
Author-email: development@ecreall.com
License: GPL
Description: .. contents::
        
        Introduction
        ============
        
        Products.rendezvous is a doodle-like timeboard to select a rendez-vous when most people
        are available.
        
        You create a RendezVous content type where you select some days.
        For each date, you create 0 to several slots
        (for instance: 1pm, 2pm, morning, evening)
        and you publish your object.
        
        Then you send the url to all people you want to see at this rendezvous.
        Each member of the portal can participate to this rendezvous.
        The user checks the days and slots which for he or she is available.
        
        Code repository: https://svn.ecreall.com/public/Products.rendezvous
        
        Changelog
        =========
        
        1.4 (2011-12-22)
        ----------------
        
        - Added possibility to close and reopen a survey.
          [vincentfretin]
        
        
        1.3.2 (2011-10-18)
        ------------------
        
        - Introduce a getNextURL method in edit view and remove customer specific code.
          [vincentfretin]
        
        - Define the template on the RendezVousView class to be able to use the same
          template in another view.
          [vincentfretin]
        
        
        1.3.1 (2011-10-10)
        ------------------
        
        - Event created from a rendez-vous is 9am-17pm by default.
          [thomasdesvenain]
        
        
        1.3 (2011-09-22)
        ----------------
        
        - Rendez-vous owner can choose a date and create an event from it.
          [thomasdesvenain]
        
        - Plone 4.1 compatibility.
          [thomasdesvenain]
        
        - French translations.
        
        
        1.2.1 (2010-09-23)
        ------------------
        
        - Fixed profile upgrade to 1.2.0.
        
        
        1.2.0 (2010-09-23)
        ------------------
        
        - Improved view of user choices.
        - Improved view of dates selection.
        
        1.1.1 (2009-03-25)
        ------------------
        
        - New icon for RendezVous content type.
        - A user can vote without selecting any propositions.
        
        1.1.0 (2009-01-12)
        ------------------
        
        - Initial release
        
        Download
        ========
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Framework :: Plone
