]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - src/site/site.xml
Update manifest versions
[gpl/argeo-slc.git] / src / site / site.xml
index f44834d1d9ccb8b84eed855cc54db030fb7efa99..7ba4139212f787dad73cd457ee2d3ec34c425acd 100644 (file)
@@ -1,22 +1,42 @@
+<!--
+
+    Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
+
+    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.
+
+-->
+
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
        <version />
-       <publishDate format="yyyy-MM-dd HHmm"/>
+       <publishDate format="yyyy-MM-dd HH:mm" />
        <body>
                <menu name="Overview">
                        <item name="Home" href="${project.url}/index.html" />
                        <item name="Getting Started" href="${project.url}/gettingStarted.html" />
                        <item name="FAQ" href="${project.url}/faq.html" />
                        <item name="Runtime" href="${project.url}/runtime/index.html">
-                               <item name="API (Javadoc)"
-                                       href="${project.url}/apidocs/index.html" />
-                               <item name="Code"
-                                       href="${project.url}/xref/index.html" />
-                               <item name="Unit Tests Results"
-                                       href="${project.url}/surefire-report.html" />
+                               <item name="API (Javadoc)" href="${project.url}/apidocs/index.html" />
+                               <item name="Code" href="${project.url}/xref/index.html" />
+                               <item name="Unit Tests Results" href="${project.url}/surefire-report.html" />
+                       </item>
+                       <item name="How-To">
+                               <item name="Execution Resources"
+                                       href="${project.url}/howtos/howto-executionResources.html" />
+                               <item name="Attachments" href="${project.url}/howtos/howto-attachments.html" />
                        </item>
-                       <item name="Argeo RIA (Web UI)"  href="${project.url}/server/org.argeo.slc.ria/index.html">
+                       <item name="Argeo RIA (Web UI)" href="${project.url}/server/org.argeo.slc.ria/index.html">
                                <item name="API"
                                        href="${project.url}/server/org.argeo.slc.ria/argeo-ria-api/index.html" />
                                <item name="Browser Support"
                <logo name="Maven" href="http://maven.apache.org/"
                        img="http://maven.apache.org/images/logos/maven-feather.png" />
        </poweredBy>
+       <skin>
+               <groupId>org.apache.maven.skins</groupId>
+               <artifactId>maven-default-skin</artifactId>
+               <version>1.0</version>
+       </skin>
 </project>