Changeset 1173 in products


Ignore:
Timestamp:
Jul 27, 2009 1:31:10 PM (15 years ago)
Author:
olha
Message:

README.txt and INSTALL.txt updated

Location:
quintagroup.dropdownmenu/trunk
Files:
2 edited

Legend:

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

    r1158 r1173  
    55on portal actions settings and site structure. 
    66 
    7 You may ask why we may need one more dropdown menu product for Plone having 
    8 already qPloneDropDownMenu, webcouturier.dropdownmenu and much more products 
     7You may ask why we may need one more dropdown menu product for Plone, having 
     8already qPloneDropDownMenu, webcouturier.dropdownmenu and other products 
    99providing similar functionality. While qPloneDropDownMenu product just displays 
    10 manually edited html code with nested unordered list webcouturier.dropdownmenu 
     10manually edited html code with nested unordered list, webcouturier.dropdownmenu 
    1111went further and is trying to display submenus for each standard portal tab be 
    1212it action from portal_actions tool or be it auto generated tab based on content 
     
    1919content structure. 
    2020 
    21 It also allows you to define if to put content tabs before or after action tabs, 
     21It also allows you to define whether to put content tabs before or after action tabs, 
    2222and a bit more... For details see below. 
    2323 
    2424 
    25 Requires 
    26 -------- 
     25Requirement 
     26----------- 
    2727 
    2828  Plone 3.0+ 
    2929 
    3030 
    31 Install 
    32 ------- 
     31Installation 
     32------------ 
    3333 
    3434  * first follow instructions inside docs/INSTALL.txt document 
    3535 
    36   * then install product with Quick Installer 
     36  * then install product with Quick Installer in Plone 
    3737 
    3838 
     
    4040--------------------------------- 
    4141 
    42 In case qPloneDropDownMenu product was previously installed in a site 
    43 installation procedure will automatically detect legacy settings and migrate 
    44 it to a newly created tool along with removing old portal_dropdownmenu one. 
     42In case qPloneDropDownMenu product was previously installed, it will automatically  
     43detect legacy settings and migrate it to a newly created tool along with removing old 
     44portal_dropdownmenu one during a site installation procedure. 
    4545 
    4646Also installation procedure will uninstall qPloneDropDownMenu product itself 
  • quintagroup.dropdownmenu/trunk/docs/INSTALL.txt

    r1154 r1173  
    1 quintagroup.dropdownmenu Installation 
     1quintagroup.dropdownmenu installation 
    22------------------------------------- 
    33 
    4 To install quintagroup.dropdownmenu into the global Python environment (or a workingenv), 
    5 using a traditional Zope 2 instance, you can do this: 
     4To install quintagroup.dropdownmenu into the global Python environment  
     5(or a workingenv), using a traditional Zope 2 instance, you can do this: 
    66 
    7 * When you're reading this you have probably already run  
    8   ``easy_install quintagroup.dropdownmenu``. Find out how to install setuptools 
    9   (and EasyInstall) here: 
    10   http://peak.telecommunity.com/DevCenter/EasyInstall 
    11  
    12 * If you are using Zope 2.9 (not 2.10), get `pythonproducts`_ and install it  
    13   via:: 
    14  
    15     python setup.py install --home /path/to/instance 
    16  
    17 into your Zope instance. 
     7* Copy ``quintagroup`` folder to the /path/to/instance/lib/python directory. 
    188 
    199* Create a file called ``quintagroup.dropdownmenu-configure.zcml`` in the 
     
    2313    <include package="quintagroup.dropdownmenu" /> 
    2414 
    25 .. _pythonproducts: http://plone.org/products/pythonproducts 
    26  
    27  
    2815Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
    2916recipe to manage your project, you can do this: 
    3017 
    31 * Add ``quintagroup.dropdownmenu`` to the list of eggs to install, e.g.: 
     18* Add ``quintagroup.dropdownmenu`` to the list of eggs to install, e.g.:: 
    3219 
    3320    [buildout] 
     
    3724        quintagroup.dropdownmenu 
    3825        
    39 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug: 
     26* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 
    4027 
    4128    [instance] 
     
    4532        quintagroup.dropdownmenu 
    4633       
    47 * Re-run buildout, e.g. with: 
     34After that:      
     35 
     36* Re-runbuildout, e.g. with:: 
    4837 
    4938    $ ./bin/buildout 
    5039         
    51 You can skip the ZCML slug if you are going to explicitly include the package 
    52 from another package's configure.zcml file. 
     40* Restart Zope server process, for example, with the following command in the terminal:: 
     41 
     42   $ ./bin/zopectl restart 
     43    
     44Then install quintagroup.dropdownmenu with Quickinstaller in Plone.   
Note: See TracChangeset for help on using the changeset viewer.