
PlonePopoll


  This is a Poll tool for Zope


Architecture

  A poll can be in one and only one of those states:

    * enabled

    * disabled

  Results can be in one and only one of those states:
    
    * visible

    * not visible

  Poll can have multiple choice activated, determining how many choice a user 
  can do.
  
Note 

  Within Plone, it's possible to vote for a poll only if it is 
  enabled AND published.
  
  Results are displayed only when the *Results Visibility* is set to visible
  

Migration

  Problem
    With the 2.1 version, results will not be displayable until you have done the migration

  Migrate from 2.0x to 2.1 :
    Replace the old version.
    Restart the server.
    Create in your plone site folder (from zmi) an external method
        Module : PlonePopoll.doMigration
        Method : doMigration
    Save and test

API Documentation:

   http://ingeniweb.sourceforge.net/Products/PlonePopoll/api/PlonePopoll.html

Information about PlonePopoll can be found at:

   http://ingeniweb.sourceforge.net/Products/PlonePopoll
