README.txt

PloneSiteMap : A Plone product that give you a simple access to the map of your site.

Technical details

The map is drawn by the getSiteMap method.


** Customization **

To change these default parameters, you only have to customize plonesitemap property sheet :
(properties to set in portal_properties in zmi) or using plone go in plone setup / PloneSiteMap configuration.

    root :
        It sets the root property for the getSiteMap() method. Give the path of the root you want to use.

    
    statesToList :
        Enter the review state you want to list in your sitemap. If statesToList is empty to filter will be applied.
    
    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.

    showDescription :
        Check it if you want to display the description of objects in the site map

    showIcons :
        Check it if you want to display the icons of the object in your site map.

   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.

To customize plone site map look and feel, customize sitemap_style.css.
An id is generated for each level : level<depth> (level0 for root level, level1...)
So with this method you can custmoize each plonesite levels.
