Author: niallp
Date: Wed Jan 23 13:27:59 2008
New Revision: 614683
URL: http://svn.apache.org/viewvc?rev=614683&view=rev
Log:
Add site structure
Added:
commons/sandbox/monitoring/trunk/src/site/
commons/sandbox/monitoring/trunk/src/site/site.xml (with props)
commons/sandbox/monitoring/trunk/src/site/xdoc/
commons/sandbox/monitoring/trunk/src/site/xdoc/index.xml (with props)
Added: commons/sandbox/monitoring/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/src/site/site.xml?rev=614683&view=auto
==============================================================================
--- commons/sandbox/monitoring/trunk/src/site/site.xml (added)
+++ commons/sandbox/monitoring/trunk/src/site/site.xml Wed Jan 23 13:27:59 2008
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+<project name="Monitoring">
+
+ <!--
+ <bannerRight>
+ <name>Commons Monitoring</name>
+ <src>/images/logo.png</src>
+ <href>/index.html</href>
+ </bannerRight>
+ -->
+
+ <body>
+ <menu name="Monitoring">
+ <item name="Overview" href="/index.html"/>
+ <item name="Proposal" href="/PROPOSAL.html"/>
+ <item name="Wiki"
href="http://wiki.apache.org/commons/Monitoring"/>
+ </menu>
+
+ </body>
+
+</project>
Propchange: commons/sandbox/monitoring/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: commons/sandbox/monitoring/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Added: commons/sandbox/monitoring/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/monitoring/trunk/src/site/xdoc/index.xml?rev=614683&view=auto
==============================================================================
--- commons/sandbox/monitoring/trunk/src/site/xdoc/index.xml (added)
+++ commons/sandbox/monitoring/trunk/src/site/xdoc/index.xml Wed Jan 23
13:27:59 2008
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<document>
+
+ <properties>
+ <title>Commons Monitoring</title>
+ </properties>
+
+ <body>
+
+ <section name="Commons Monitoring">
+
+ <p>
+ Commons Monitoring.
+ </p>
+ </section>
+
+ </body>
+
+</document>
Propchange: commons/sandbox/monitoring/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: commons/sandbox/monitoring/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL