Installing PloneSiteMap

Unpack it into your Zope Products Folder:

MyZope\lib\python\Products\PloneSiteMap

Start Zope, and inside of your Plone Site, create an External Method:

Id: InstallPloneSiteMap
Title: 
Module Name: PloneSiteMap.Install
Function Name: install

This External Method will install PloneSiteMap into your Plone Site.
Just go to the Test Tab of the External Method after you have added
it, and see if there is no error.



You can also use the portal_quickinstaller.
In your Plone folder create an CMFQuickInstallerTool.
Go on it.
Select PloneSiteMap and click Install.

Now you can access the sitemap by accessing the http://mysite.com/sitemap url.


** Uninstall **
When uninstalling PloneSiteMap, you should delete in portal_actions the action with the id : sitemap
to remove the portal tab added.