Author: cdupoirieux
Date: Fri Oct 13 00:26:36 2006
New Revision: 463580
URL: http://svn.apache.org/viewvc?view=rev&rev=463580
Log:
With few fixes, PHP Plugin is useless.
just add :
<!-- PHP Documentation -->
<map:match type="regexp" pattern="^(.*?)([^/]*).php$">
<map:generate src="cocoon://{1}{2}.html"/>
<map:serialize type="xml"/>
</map:match>
in your project sitemap.xmap.
I don't succeed to delete the plugin, but I try...
Removed:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/