Metadata-Version: 1.0
Name: tno.euphorie
Version: 1.2
Summary: TNO specific extensions for Euphorie
Home-page: http://instrumenten.rie.nl/
Author: Wichert Akkerman
Author-email: wichert@simplon.biz
License: GPL
Description: Introduction
        ============
        
        This packages contains a set of customisations of the `Euphorie
        <http://packages.python.org/Euphorie/>`_ risk assessment tool as
        needed for the `Dutch RI&E <http://instrumenten.rie.nl/>`_ site.
        
        Modifications
        =============
        
        Old RI&E session import
        -----------------------
        
        ``tno.euphorie`` extends the online client to allow importing of survey
        sessions as generated by the old version of the *instrumenten.rie.nl* site
        as used up to September 2010. This can be done via a new form that is
        reachable from the country/session start page.
        
        
        Installation
        ============
        
        This package must be installed like a standard third party Plone
        product:
        
        * add the package to the python environment used by the Zope instance.
        * configure Zope to load the ``tno.euphorie`` zcml
        * restart Zope
        * install the package via the quick installer tool in the ZMI
        
        If you do not already have Euphorie installed it will be installed
        automatically.
        
        
        Changelog
        =========
        
        1.2 - September 29, 2010
        ------------------------
        
        * Handle missing action plan measure data. This fixes part of `TNO ticket 122
        http://code.simplon.biz/tracker/tno-euphorie/ticket/114>`_.
        [wichert]
        
        
        1.1 - September 23, 2010
        ------------------------
        
        * Correct test for existence of profile questions when parsing a session file.
        This fixes part of `TNO ticket 114
        http://code.simplon.biz/tracker/tno-euphorie/ticket/114>`_.
        [wichert]
        
        * Gracefully handle risks listed in a session file which no longer exist in the
        system. This fixes part of `TNO ticket 114
        http://code.simplon.biz/tracker/tno-euphorie/ticket/114>`_.
        [wichert]
        
        * Configure email settings for real site.
        [wichert]
        
        
        1.0 - September 17, 2010
        ------------------------
        
        * Initial release
        [wichert]
        
Keywords: Euphorie OIRAT RIE
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
