Changes between Version 16 and Version 17 of qPloneComments


Ignore:
Timestamp:
Sep 14, 2010 12:20:13 PM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qPloneComments

    v16 v17  
    66 
    77 * Home page - http://quintagroup.com/services/plone-development/products/plone-comments 
    8  * Repository - http://svn.quintagroup.com/products/quintagroup.plonecomments/ 
     8 * Repository - http://svn.quintagroup.com/products/quintagroup.plonecomments 
    99 * Releases - http://plone.org/products/plone-comments/releases 
    1010 * Screencasts:  
     
    2424 * Article author can be notified about new comment after the approval by reviewer 
    2525 * List of recent comments for more comfortable moderation 
    26  * qPloneCaptcha integrated (needs the qPloneCaptcha to be installed) 
     26 * Integration with Plone Captchas 
    2727 
    2828Comments moderation is implemented with involvement of two stage workflow. Comments are created in "private" state and visible only to '''Discussion Manager''' group of users. 
     
    3434== Installation == 
    3535 
    36 === Plone 3, 4 Buildout === 
     36=== Plone 3, 4 buildout === 
    3737 
    3838If you are using buildout to manage your project, you can do this: 
    3939 
    40  * Add quintagroup.plonecomments to the list of eggs to install, e.g.: 
     40 * Add quintagroup.plonecomments to the list of eggs to install in the buildout.cfg file: 
    4141 {{{ 
    4242     [buildout] 
     
    4747 }}} 
    4848 
    49  * Tell the plone.recipe.zope2instance recipe to install a ZCML slug for this product: add quintagroup.plonecomments to zcml area: 
     49 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug for this product: add quintagroup.plonecomments and quintagroup.plonecomments-overrides to zcml area of a buildout.cfg file: 
    5050 
    5151 {{{ 
     
    5858 }}} 
    5959 
    60  * Re-run buildout, e.g. with: 
     60 * Re-run buildout with: 
    6161 
    6262 {{{ 
     
    6464 }}} 
    6565 
    66  * Restart the Zope server, for example, with the following command in the terminal: 
     66 * Restart the Zope server with the following command in the terminal: 
    6767 
    6868 {{{ 
     
    7070 }}} 
    7171 
    72  * Install quintagroup.plonecomments via ZMI portal_setup. Select quintagroup.plonecomments from the list of available profiles and press Import all steps. 
     72 * Install quintagroup.plonecomments via ZMI portal_setup. Select '''quintagroup.plonecomments''' from the list of available profiles and press '''Import all steps'''. 
    7373 
    74  {{{ 
    75  Atention: If you are using a Plone version before 3.1 you need to install "plone.browserlayer":http://pypi.python.org/pypi/plone.browserlayer (which also requires a "GenericSetup":http://pypi.python.org/pypi/Products.GenericSetup version greater than 1.4) in your Plone site. It shows up as Local browser layer support in the Plone Add-on Products Control Panel. 
    76  }}} 
     74'''Atention: If you are using a Plone version before 3.1 you need to install [http://pypi.python.org/pypi/plone.browserlayer plone.browserlayer]: (which also requires a  [http://pypi.python.org/pypi/Products.GenericSetup GenericSetup] version greater than 1.4) in your Plone site. It shows up as Local browser layer support in the Plone Add-on Products Control Panel.''' 
    7775 
    7876=== Traditional Zope 2 Instance === 
     
    9391    $ ./bin/zopectl restart 
    9492 }}} 
     93 * Install quintagroup.plonecomments via ZMI portal_setup. Select '''quintagroup.plonecomments''' from the list of available profiles and press '''Import all steps'''.   
    9594 
    9695== Uninstallation == 
    9796 
    98  * To uninstall quintagroup.plonecomments - select quintagroup.plonecomments uninstall profile from the list of available profiles and press Import all steps. 
     97 * To uninstall quintagroup.plonecomments - select '''quintagroup.plonecomments uninstall''' profile from the list of available profiles and press '''Import all steps'''. 
    9998 
    100 == Product Management == 
     99== Usage == 
    101100 
    102 After installation of Plone Comments, a new item appears under ''Add-on Product Configuration'': '''qPloneComments''': 
     101After Plone Comments installation in Plone, a new item appears under ''Add-on Product Configuration'': '''qPloneComments''': 
    103102 
    104 [[Image(site-setup.png, nolink)]] 
     103 [[Image(site-setup.png, nolink)]] 
    105104 
    106 qPloneComments configuration window consists of 2 Configlets: 
     105 PloneComments configuration window consists of 2 Configlets: 
    107106 
    108 '''1. Configure qPloneComments''' 
     107 '''1. Configure qPloneComments''' 
    109108 
    110 [[Image(configure.png, nolink)]] 
     109 [[Image(configure.png, nolink)]] 
    111110 
    112 it allows: 
     111 it allows: 
    113112 * Turning on/off Moderation 
    114113 * Turning on/off Manager notification 
     
    118117 * Configure notification subject 
    119118 
    120 '''2. Recent comments moderation''' 
     119 '''2. Recent comments moderation''' 
    121120 
    122 [[Image(recent.png, nolink)]] 
     121 [[Image(recent.png, nolink)]] 
    123122 
    124 Includes a list of recent comments for more comfortable moderation. It is possible to see all the recent comment activity and publish or delete comments all together. 
     123 Includes a list of recent comments for more comfortable moderation. It is possible to see all the recent comment activity and publish or delete comments all together. 
    125124 
    126 == Usage == 
     125== Use Case == 
    127126 
    128127One of possible !UseCases: 
     
    152151 
    153152 Inside your script you can use getProperty method to get the property from a !PropertyManager based object (you can check out the !PropertyManager interface in source or with !DocFinderTab). 
    154  
    155 == Future == 
    156  * Record and expose commentor IP (will be in one of later releases)