taxeditor / src / site / site.xml @ 02f4b5a9
History | View | Annotate | Download (1.51 KB)
1 | d19a532e | n.hoffmann | <?xml version="1.0"?>
|
---|---|---|---|
2 | <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"> |
||
3 | <skin>
|
||
4 | <groupId>eu.etaxonomy.site</groupId> |
||
5 | <artifactId>platform-site-skin</artifactId> |
||
6 | 896a9c40 | Patrick Plitzner | <version>1.1</version> |
7 | d19a532e | n.hoffmann | </skin>
|
8 | <body>
|
||
9 | <menu name="General Information"> |
||
10 | <item name="Overview" href="index.html"/> |
||
11 | <item name="Screenshots" href="screenshots.html"/> |
||
12 | 3be6ef3e | n.hoffmann | <item name="Manual" href="manual.html"/> |
13 | ddd13af9 | n.hoffmann | <!--item name="FAQ" href="faq.html"/-->
|
14 | 23daf51d | Patrick Plitzner | <item name="Releases" href="https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/CdmPlatformRoadmap"/> |
15 | 1922fc2a | Andreas Müller | <item name="Download" href="https://cybertaxonomy.eu/download/taxeditor/stable"/> |
16 | d19a532e | n.hoffmann | </menu>
|
17 | <menu name="Developer"> |
||
18 | <item name="Getting started" href="getting-started.html"/> |
||
19 | <item name="Javadocs" href="apidocs/index.html"/> |
||
20 | <item name="Troubleshooting" href="troubleshooting.html"/> |
||
21 | 5065f99f | Patrick Plitzner | <item name="Wiki" href="https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/TaxonomicEditorDev"/> |
22 | d19a532e | n.hoffmann | </menu>
|
23 | <menu name="Project"> |
||
24 | <item name="Mailing Lists" href="mail-lists.html"/> |
||
25 | <item name="Project Team" href="team-list.html"/> |
||
26 | <item name="Continuous Integration" href="integration.html"/> |
||
27 | 5065f99f | Patrick Plitzner | <item name="Issue Tracking" href="https://dev.e-taxonomy.eu/redmine/projects/edit"/> |
28 | d19a532e | n.hoffmann | <item name="Source Repository" href="source-repository.html"/> |
29 | 3be6ef3e | n.hoffmann | <item name="License" href="license.html"/> |
30 | d19a532e | n.hoffmann | </menu>
|
31 | </body>
|
||
32 | </project> |