Changes between Version 2 and Version 3 of quintagroup.portlet.cumulus


Ignore:
Timestamp:
Sep 30, 2010 9:13:34 AM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • quintagroup.portlet.cumulus

    v2 v3  
    1616 
    1717== Installation == 
     18 
    1819'''quintagroup.portlet.cumulus''' can be installed in the same way as othe packages for Plone. So to install quintagroup.portlet.cumulus to you buildout installation: 
    1920 
     
    2122 
    2223 {{{   
    23       [buildout] 
    24         ... 
    25         eggs = ... 
    26                     quintagroup.portlet.cumulus 
     24  [buildout] 
     25    ... 
     26    eggs = ... 
     27                quintagroup.portlet.cumulus 
    2728 }}} 
    2829 
     
    3031 
    3132 {{{ 
    32        [instance] 
    33         ... 
    34         zcml = ... 
    35                    quintagroup.portlet.cumulus 
     33   [instance] 
     34    ... 
     35    zcml = ... 
     36               quintagroup.portlet.cumulus 
    3637 }}} 
    3738 
    38 * Re-run buildout, e.g. with: 
     39 * Re-run buildout, e.g. with: 
    3940 
    4041 {{{  
    41        $ ./bin/buildout 
     42   $ ./bin/buildout 
    4243 }}} 
    4344 
     
    4546 
    4647 {{{   
    47        $ ./bin/zopectl restart 
     48   $ ./bin/zopectl restart 
    4849 }}} 
    4950   
    5051 * Install quintagroup.portlet.cumulus with Quickinstaller in Plone.  
    5152 
     53== Usage == 
     54 
     55 * On the page you want to add such portlet go to portlet management area and select Tag Cloud (cumulus) portlet from Add portlet... drop-down menu 
     56 * Provide your own values for portlet configuration if needed 
     57 * Save changes 
     58 * The portlet will now display a cloud of keywords/tags used on your Plone site. 
     59 
    5260== Cumulus Portlet options == 
    5361 
    5462It is possible to set cumulus portlet options so that it fits your site design, color scheme etc.: 
     63 
    5564 * Width and height of the flash tag cloud portlet 
    5665 * Smallest and largest tag size 
     
    6069 * Rotation speed 
    6170 
    62 == Usage == 
     71== Supported Plone versions == 
    6372 
    64     * Install Tag cloud (cumulus) portlet with QuickInstaller 
    65     * On the page you want to add such portlet go to portlet management area and select Tag Cloud (cumulus) portlet from Add portlet... drop-down menu 
    66     * Provide your own values for portlet configuration if needed 
    67     * Save changes 
    68     * The portlet will now display a cloud of keywords/tags used on your Plone site. 
     73 * Plone 4.0 
     74 * Plone 3.x 
    6975 
    70 Click on the screenshot to see Cumulus Portlet in action. 
    71 Supported Plone version 
    7276 
    73 Plone 3.x 
    74 Plone 4 
    75