You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ni...@apache.org on 2004/09/03 08:40:01 UTC

svn commit: rev 37460 - forrest/trunk

Author: nicolaken
Date: Thu Sep  2 23:40:00 2004
New Revision: 37460

Modified:
   forrest/trunk/status.xml
Log:
Add project sitemap extension description to status.

Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml	(original)
+++ forrest/trunk/status.xml	Thu Sep  2 23:40:00 2004
@@ -49,6 +49,14 @@
         Added new document to facilitate
         <link href="site:upgrading_06">upgrading to v0.6</link>
       </action>
+      <action dev="NKB" type="add" context="core">
+        New project sitemap extension mechanism. Now it's possible to add
+        a project sitmap that plugs into the processing at the beginning.
+        If the requested url is resolved by it, it will serve the file directly.
+        If the requested url with the extension changed to xml is matched, then
+        Forrest will use that result as the intermediate format and render it.
+        This should make Forrest updates not collide with project-specific sitemaps.
+      </action>
       <action dev="DC" type="fix" context="core" fixes-bug="FOR-268">
         Relative URIs with absolute paths were broken in the site.xml
         linking mechanism.