You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/12 14:42:41 UTC

svn commit: r1230533 - /incubator/any23/site/src/site/site.xml

Author: simonetripodi
Date: Thu Jan 12 13:42:40 2012
New Revision: 1230533

URL: http://svn.apache.org/viewvc?rev=1230533&view=rev
Log:
switched to a proper maven skin
re-arranged stuff

Modified:
    incubator/any23/site/src/site/site.xml

Modified: incubator/any23/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/any23/site/src/site/site.xml?rev=1230533&r1=1230532&r2=1230533&view=diff
==============================================================================
--- incubator/any23/site/src/site/site.xml (original)
+++ incubator/any23/site/src/site/site.xml Thu Jan 12 13:42:40 2012
@@ -1,62 +1,77 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project name="${project.name}">
-
-	<publishDate position="right"/>
-	<version position="right"/>
-	
-	<poweredBy>
-	    <logo 
-			name="Sindice" 
-			href="http://sindice.com/"
-	        img="images/logo-sindice-90x30.png"/>
-		<logo 
-			name="Fondazione Bruno Kessler" 
-			href="http://www.fbk.eu/"
-			img="images/logo-fbk-90x30.png"/>
-		<logo
-			name="Digital Enterprise Research Institute" 
-			href="http://www.deri.ie/"
-			img="images/logo-deri-90x30.png"/>
-        <logo
-            name="OKKAM"
-            href="http://okkam.org/"
-            img="images/logo-okkam-90x30.png"/>
-	</poweredBy>
-
-	<skin>
-		<groupId>com.googlecode.fluido-skin</groupId>
-		<artifactId>fluido-skin</artifactId>
-		<version>1.3</version>
-	</skin>
-
-    <bannerLeft>
-        <name>Any23: Anything to Triples</name>
-        <src>images/logo-any23.png</src>
-        <href>http://developers.any23.org/</href>
-    </bannerLeft>    
-
-    <body>
-        <menu name="${project.name}">
-	        <item name="Introduction"      href="index.html"/>
-			<item name="Install"           href="install.html"/>
-            <item name="Getting Started"   href="getting-started.html"/>
-            <item name="Supported Formats" href="supported-formats.html"/>
-            <item name="Extractors"        href="extractors.html"/>
-            <item name="Configuration"     href="configuration.html"/>
-            <item name="REST Service"      href="service.html"/>
-            <item name="Any23 Plugins"     href="any23-plugins.html"/>
-            <item name="Developers Guide"  href="developers.html"/>
-        </menu>
-
-        <!--<menu ref="modules"/>-->
-        <menu ref="reports"/>
-
-        <menu name="External links">
-			<item name="Any23.org"       href="http://any23.org"/>
-            <item name="Sindice"         href="http://sindice.com"/>
-			<item name="Developer Site"  href="http://code.google.com/p/any23"/>
-            <item name="Downloads"		 href="http://code.google.com/p/any23/downloads/list"/>       
-		</menu>
+<!--
+  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 xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+  name="${project.name}">
+
+  <publishDate position="right"/>
+  <version position="right"/>
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.0</version>
+  </skin>
+
+  <bannerLeft>
+    <name>Apache Any23: Anything to Triples</name>
+    <src>images/logo-any23.png</src>
+    <href>/index.html</href>
+  </bannerLeft>
+
+  <poweredBy>
+    <logo
+          name="Sindice" 
+          href="http://sindice.com/"
+          img="images/logo-sindice-90x30.png"/>
+    <logo
+          name="Fondazione Bruno Kessler" 
+          href="http://www.fbk.eu/"
+          img="images/logo-fbk-90x30.png"/>
+    <logo
+          name="Digital Enterprise Research Institute" 
+          href="http://www.deri.ie/"
+          img="images/logo-deri-90x30.png"/>
+    <logo
+          name="OKKAM"
+          href="http://okkam.org/"
+          img="images/logo-okkam-90x30.png"/>
+  </poweredBy>
+
+  <body>
+    <menu name="${project.name}">
+      <item name="Introduction"        href="index.html"/>
+      <item name="Install"             href="install.html"/>
+        <item name="Getting Started"   href="getting-started.html"/>
+        <item name="Supported Formats" href="supported-formats.html"/>
+        <item name="Extractors"        href="extractors.html"/>
+        <item name="Configuration"     href="configuration.html"/>
+        <item name="REST Service"      href="service.html"/>
+        <item name="Any23 Plugins"     href="any23-plugins.html"/>
+        <item name="Developers Guide"  href="developers.html"/>
+      </menu>
+
+      <menu name="External links">
+        <item name="Any23.org"       href="http://any23.org"/>
+            <item name="Sindice"     href="http://sindice.com"/>
+        <item name="Developer Site"  href="http://code.google.com/p/any23"/>
+            <item name="Downloads"   href="http://code.google.com/p/any23/downloads/list"/>       
+      </menu>
     </body>
 
 </project>