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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • quintagroup.portlet.cumulus

    v1 v2  
    11= quintagroup.portlet.cumulus = 
     2 
     3[[PageOutline]] 
     4 
     5== Links == 
     6 
     7 * Home page - http://quintagroup.com/services/plone-development/products/quintagroup.portlet.cumulus/ 
     8 * Releases - http://plone.org/products/quintagroup.portlet.cumulus/releases and http://pypi.python.org/pypi/quintagroup.portlet.cumulus 
     9 * SVN repository - http://svn.quintagroup.com/products/quintagroup.portlet.cumulus 
     10 
     11== Overview == 
     12 
     13quintagroup.portlet.cumulus allows to add tag cloud portlets to your Plone site. Your site's tags can be displayed in a portlet Flash movie that rotates them in 3D. It works just like a regular tags cloud, but is more visually exciting. This is the WordPress WP-Cumulus plugin ported to Plone as a portlet. 
     14 
     15When you add this portlet anywhere in the site it will display all site's tags. If you have QuillsEnabled product installed, this portlet will display only blog's tags when rendered inside blog. 
     16 
     17== Installation == 
     18'''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: 
     19 
     20 * add 'quintagroup.portlet.cumulus' to the list of eggs to install (buildout.cfg file): 
     21 
     22 {{{   
     23      [buildout] 
     24        ... 
     25        eggs = ... 
     26                    quintagroup.portlet.cumulus 
     27 }}} 
     28 
     29 *  add 'quintagroup.portlet.cumulus' to ZCML (buildout.cfg file): 
     30 
     31 {{{ 
     32       [instance] 
     33        ... 
     34        zcml = ... 
     35                   quintagroup.portlet.cumulus 
     36 }}} 
     37 
     38* Re-run buildout, e.g. with: 
     39 
     40 {{{  
     41       $ ./bin/buildout 
     42 }}} 
     43 
     44 * Restart Zope server process, for example, with the following command in the terminal: 
     45 
     46 {{{   
     47       $ ./bin/zopectl restart 
     48 }}} 
     49   
     50 * Install quintagroup.portlet.cumulus with Quickinstaller in Plone.  
     51 
     52== Cumulus Portlet options == 
     53 
     54It is possible to set cumulus portlet options so that it fits your site design, color scheme etc.: 
     55 * Width and height of the flash tag cloud portlet 
     56 * Smallest and largest tag size 
     57 * Main and optionally second color of the tags for creating multi-colored tag cloud 
     58 * Optional highlight color when mouse is over it and background portlet color 
     59 * Transparent or compatibility mode 
     60 * Rotation speed 
     61 
     62== Usage == 
     63 
     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. 
     69 
     70Click on the screenshot to see Cumulus Portlet in action. 
     71Supported Plone version 
     72 
     73Plone 3.x 
     74Plone 4 
     75