You are here: Home Plone products PloneSiteMap

PloneSiteMap (2.3.1)

1
by cms last modified 2008-06-25
0.0
0.0
0.0
0.0
Released on 2004-08-31 by Ingeniweb for Plone 2.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
PloneSiteMap provides a site map feature for your Plone sites.
A portal tab, called 'sitemap' is added.

PloneSiteMap is using a python script that explores all folders starting from the given root then returns the content.

It is possible to define the depth of the exploration (how many folders it will go down in the tree) and define an exclusion list of ids to ignore.

To configure the Site Map, use portal_properties/plonesitemap_properties (zmi). You can also go in the the Plone Setup (pmi).

Properties :

  • root : It sets the root property for the getSiteMap() method. Give the path of the root you want to use.
  • idsNotToList : It is a list containing ids of object you don't want to display (ex : Member)
  • bottomLevel: It sets the depth property for the getSiteMap() method.
  • inlineLastLevel : Check it if you want to display your site map last level inline. Else it will be displayed in column.
  • showIcons : Check it if you want to display the icons of the object in your site map.
  • showDescription : Check it if you want to display the description of the object in your site map.
  • metaTypesNotToDescribe : If you don't want to display the description of some sort of objects, put their meta types here.
  • metaTypesToDig : These sort of objects (meta types) will be 'explored' and shown in the site map.
  • metaTypesNotToDescribe : Enter here the meta types that must not have their description displayed.
  • sortAlphabetically : Check this if you want your site map to be ordered alphabetically.
  • statesToListfilter : List here all the state you want to display in the site map.

Document Actions
Powered by Plone