]> git.argeo.org Git - gpl/argeo-slc.git/blob - src/site/site.xml
Fix versions
[gpl/argeo-slc.git] / src / site / site.xml
1 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
4 <version />
5 <publishDate format="yyyy-MM-dd HH:mm" />
6 <body>
7 <menu name="Overview">
8 <item name="Home" href="${project.url}/index.html" />
9 <item name="Getting Started" href="${project.url}/gettingStarted.html" />
10 <item name="FAQ" href="${project.url}/faq.html" />
11 <item name="Runtime" href="${project.url}/runtime/index.html">
12 <item name="API (Javadoc)" href="${project.url}/apidocs/index.html" />
13 <item name="Code" href="${project.url}/xref/index.html" />
14 <item name="Unit Tests Results" href="${project.url}/surefire-report.html" />
15 </item>
16 <item name="How-To">
17 <item name="Execution Resources"
18 href="${project.url}/howtos/howto-executionResources.html" />
19 <item name="Attachments" href="${project.url}/howtos/howto-attachments.html" />
20 </item>
21 <item name="Argeo RIA (Web UI)" href="${project.url}/server/org.argeo.slc.ria/index.html">
22 <item name="API"
23 href="${project.url}/server/org.argeo.slc.ria/argeo-ria-api/index.html" />
24 <item name="Browser Support"
25 href="${project.url}/server/org.argeo.slc.ria/argeo-ria-test/index.html" />
26 </item>
27 </menu>
28 <menu ref="parent" />
29 <menu ref="modules" />
30 <menu ref="reports" />
31 </body>
32 <poweredBy>
33 <logo name="Maven" href="http://maven.apache.org/"
34 img="http://maven.apache.org/images/logos/maven-feather.png" />
35 </poweredBy>
36 <skin>
37 <groupId>org.apache.maven.skins</groupId>
38 <artifactId>maven-default-skin</artifactId>
39 <version>1.0</version>
40 </skin>
41 </project>
42