adding site content
authorn.hoffmann <n.hoffmann@localhost>
Tue, 9 Nov 2010 11:41:37 +0000 (11:41 +0000)
committern.hoffmann <n.hoffmann@localhost>
Tue, 9 Nov 2010 11:41:37 +0000 (11:41 +0000)
.gitattributes
src/site/site.xml [new file with mode: 0644]

index 70826b40b8c8fbb1ea013bcebaa1e304a4a03f49..ebd7e1e885ff2292c74f6b2d79ed6cb0c86644c2 100644 (file)
@@ -203,6 +203,7 @@ cdmlib-plugin/pom.xml -text
 cdmlib-plugin/src/main/assembly/assembly.xml -text
 cdmlib-plugin/src/test/java/eu/etaxonomy/cdm/aspectj/PropertyChangeTest.java -text
 /pom.xml -text
+src/site/site.xml -text
 taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF -text
 taxeditor-annotatedlineeditor/build.properties -text
 taxeditor-annotatedlineeditor/pom.xml -text
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644 (file)
index 0000000..650108a
--- /dev/null
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<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">
+       <skin>
+               <groupId>eu.etaxonomy.site</groupId>
+               <artifactId>platform-site-skin</artifactId>
+               <version>1.0</version>
+       </skin>
+       <body>
+               <links>
+                       <item name="CDM Library" href="http://wp5.e-taxonomy.eu/cdmlib/"/>
+                       <item name="CDM Server" href="http://wp5.e-taxonomy.eu/cdmserver/"/>
+                       <item name="Dataportal" href="http://wp5.e-taxonomy.eu/dataportal/"/>
+                       <item name="Print Publisher" href="http://wp5.e-taxonomy.eu/printpublisher/"/>
+                       <item name="CDM Setups" href="http://wp5.e-taxonomy.eu/cdm-setups/"/>
+               </links>
+               <menu name="General Information">
+                       <item name="Overview" href="index.html"/>
+                       <item name="Screenshots" href="screenshots.html"/>
+                       <item name="FAQ" href="faq.html"/>
+                       <item name="License" href="license.html"/>
+                       <item name="Download" href="download.html"/>
+               </menu>
+               <menu name="Developer">
+                       <item name="Getting started" href="getting-started.html"/>
+                       <item name="Modules" href="modules.html"/>
+                       <item name="Javadocs" href="apidocs/index.html"/>
+                       <item name="Troubleshooting" href="troubleshooting.html"/>
+                       <item name="Wiki" href="http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditor"/>
+               </menu>
+               <menu name="Project">
+                       <item name="Mailing Lists" href="mail-lists.html"/>
+                       <item name="Project Team" href="team-list.html"/>
+                       <item name="Continuous Integration" href="integration.html"/>
+                       <item name="Issue Tracking" href="http://dev.e-taxonomy.eu/trac/"/>
+                       <item name="Source Repository" href="source-repository.html"/>
+               </menu>
+       </body>
+</project>