Author: gmcdonald
Date: Fri Sep 26 04:16:48 2008
New Revision: 699275
URL: http://svn.apache.org/viewvc?rev=699275&view=rev
Log:
Add match so we can pull remote content from OSS Watch resources area, remove
non-essential example code
Modified:
forrest/trunk/examples/contentIntegration/src/documentation/content/locationmap.xml
Modified:
forrest/trunk/examples/contentIntegration/src/documentation/content/locationmap.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/examples/contentIntegration/src/documentation/content/locationmap.xml?rev=699275&r1=699274&r2=699275&view=diff
==============================================================================
---
forrest/trunk/examples/contentIntegration/src/documentation/content/locationmap.xml
(original)
+++
forrest/trunk/examples/contentIntegration/src/documentation/content/locationmap.xml
Fri Sep 26 04:16:48 2008
@@ -39,34 +39,8 @@
<mount src="somelocation.xml"/>
</select>
-->
- <match pattern="project.rewrite.**">
- <location src="http://cocoon.apache.org/{1}.html"/>
+ <match pattern="**osswatch/resources/**.xml">
+ <location src="http://www.oss-watch.ac.uk/resources/{2}.xml?style=raw"/>
</match>
- <match pattern="project.remote.**.xml">
- <location
src="http://svn.apache.org/repos/asf/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/{1}.xml"/>
- </match>
-<!--
- * Can use a selector inside a match. *
- <match pattern="somepattern/**">
- <select>
- <location src="first-location-attempted"/>
- <location src="second-location-attempted"/>
- <location src="third-location-attepted"/>
- </select>
- </match>
- -->
-<!--
- To locate all your source documents in a slide repository you can do:
-
- <match pattern="tabs.xml">
- <location src="http://127.0.0.1:8080/slide/files/tabs.xml"/>
- </match>
- <match pattern="site.xml">
- <location src="http://127.0.0.1:8080/slide/files/site.xml"/>
- </match>
- <match pattern="**.xml">
- <location src="http://127.0.0.1:8080/slide/files/{1}.xml"/>
- </match>
- -->
</locator>
</locationmap>