Changeset 2849 in products


Ignore:
Timestamp:
Sep 23, 2010 10:42:05 AM (14 years ago)
Author:
chervol
Message:

fixed documentation markup

Location:
quintagroup.dropdownmenu/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/README.txt

    r2786 r2849  
    1717We introduced convention in quintagroup.dropdownmenu that requires to have  
    1818a specially named Action for each Actions Category. The id of each such action  
    19 must be build using the rule:  
     19must be build using the rule:: 
    2020   
    21     action_id = prefix + category_id + suffix 
     21  action_id = prefix + category_id + suffix 
    2222    
    2323where: 
    2424   
    25     'category_id' is id of correspondent CMF Action Category 
    26     'prefix' defined in DropDownMenu configlet, default value '' 
    27     'suffix' defined in DropDownMenu configlet, default value '_sub' 
     25:category_id: is id of correspondent CMF Action Category     
     26:prefix: defined in DropDownMenu configlet, default value '' 
     27:suffix: defined in DropDownMenu configlet, default value '_sub' 
    2828 
    29 So, the actions structure can look like: 
     29So, the actions structure can look like:: 
    3030 
    31     / portal_tabs 
    32     |- home 
    33     |- blog_sub 
    34     |-/ blog 
    35     | |-- 2009 
    36     | |-- 2010 
     31  + portal_tabs 
     32  |- home 
     33  |- blog_sub 
     34  |-+ blog 
     35  | |-- 2009 
     36  | |-- 2010 
    3737      
    3838By default the root of dropdown menu is 'portal_tabs' category. 
    3939  
    4040Compatibility 
    41 ----------- 
     41------------- 
    4242 
    43   Plone 3.0 - 3.3 
    44   Plone 4 
    45  
     43* **Plone 4** sample CSS file based on Sunburst theme provided 
     44* **Plone 3.0-3.3** the default CSS file has to be overridden 
    4645 
    4746Installation 
    4847------------ 
    4948 
    50   * add quintagroup.dropdownmenu to your buildout 
    51   * install in Plone with Quick Installer 
    52   * find more details inside docs/INSTALL.txt  
     49* add http://good-py.appspot.com/release/plone.app.registry/1.0b2 to your versions 
     50* add quintagroup.dropdownmenu to your buildout 
     51* install in Plone with Quick Installer 
     52* find more details inside docs/INSTALL.txt  
  • quintagroup.dropdownmenu/trunk/docs/HISTORY.txt

    r2844 r2849  
    22========= 
    33 
     41.1.1 - (2010-09-23) 
     5-------------------- 
     6 
     7* fixed the docs markup [chervol] 
     8 
    491.1 - (2010-09-22) 
    5 ----------- 
     10------------------ 
    611 
    712* removed debug code [chervol] 
  • quintagroup.dropdownmenu/trunk/setup.py

    r2844 r2849  
    22import os 
    33 
    4 version = '1.1' 
     4version = '1.1.1' 
    55 
    66setup(name='quintagroup.dropdownmenu', 
Note: See TracChangeset for help on using the changeset viewer.