You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2004/10/18 14:19:08 UTC

svn commit: rev 54997 - forrest/branches/sitemap-plugins/plugins

Author: rgardler
Date: Mon Oct 18 05:19:07 2004
New Revision: 54997

Modified:
   forrest/branches/sitemap-plugins/plugins/todo.txt
Log:
now updates sitemap on install

Modified: forrest/branches/sitemap-plugins/plugins/todo.txt
==============================================================================
--- forrest/branches/sitemap-plugins/plugins/todo.txt	(original)
+++ forrest/branches/sitemap-plugins/plugins/todo.txt	Mon Oct 18 05:19:07 2004
@@ -1,7 +1,46 @@
-- Finish off automated install of plugins by inserted snippet into plugins/sitemap.xmap
-
 - Create a property that lists plugins required for a site
 	- default should be all plugin functionlaity previosuly in a released version of Forrest
 
 - remove the need to duplicate code from default XMAPS when overriding a
   match (see IMSManifest for an example)
+  
+- when forrest is built create the plugins directory and the initial 
+  sitemap.xmap
+  
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+  <!-- ============================================================ -->
+  <!-- Plugin Sitemap                                               -->
+  <!--                                                              -->
+  <!-- This sitemap includes all enabled plugins in the generation  -->
+  <!-- process. It is mounted from the main Forrest sitemap after   -->
+  <!-- any project specific sitemap but before the default Forrest  -->
+  <!-- matchers. This enables plugins to override or extend default -->
+  <!-- Forrest behaviour whilst individual projects can override    -->
+  <!-- or extend the plugins behaviour.                             -->
+  <!-- ============================================================ -->
+  
+
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:pipelines>
+    <map:pipeline internal-only="false">
+    </map:pipeline>
+  </map:pipelines>
+</map:sitemap>
+
+