source: products/quintagroup.dropdownmenu/trunk/README.txt @ 1173

Last change on this file since 1173 was 1173, checked in by olha, 15 years ago

README.txt and INSTALL.txt updated

  • Property svn:eol-style set to native
File size: 1.8 KB
RevLine 
[1154]1Introduction
2============
3
[1157]4This package allows Plone websites display multilevel portal dropdown menu based
5on portal actions settings and site structure.
[1154]6
[1173]7You may ask why we may need one more dropdown menu product for Plone, having
8already qPloneDropDownMenu, webcouturier.dropdownmenu and other products
[1158]9providing similar functionality. While qPloneDropDownMenu product just displays
[1173]10manually edited html code with nested unordered list, webcouturier.dropdownmenu
[1158]11went further and is trying to display submenus for each standard portal tab be
12it action from portal_actions tool or be it auto generated tab based on content
13structure.
[1157]14
[1158]15But neither of those products use newly introduced portal_actions tool's
16feature: nested categories. That's why quintagroup.dropdownmenu package was
17introduced. It allows to build multilevel portal dropdown menu based on nested
18portal_actions categories inside portal_tab category as well as on portal
19content structure.
20
[1173]21It also allows you to define whether to put content tabs before or after action tabs,
[1158]22and a bit more... For details see below.
23
24
[1173]25Requirement
26-----------
[1157]27
28  Plone 3.0+
29
30
[1173]31Installation
32------------
[1157]33
34  * first follow instructions inside docs/INSTALL.txt document
35
[1173]36  * then install product with Quick Installer in Plone
[1157]37
38
39Migration from qPloneDropDownMenu
40---------------------------------
41
[1173]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.
[1157]45
46Also installation procedure will uninstall qPloneDropDownMenu product itself
47(in case it's still installed) and clean up everything after it.
48
49Note: to successfully migrate old tabs it's required to have a valid html
50markup, otherwise migration procedure won't be able to move tabs correctly.
51
Note: See TracBrowser for help on using the repository browser.