You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2015/04/02 09:13:58 UTC

svn commit: r1670829 [7/7] - in /jackrabbit/site/trunk: ./ attic/ attic/cgi-bin/ attic/content/ attic/lib/ attic/templates/ cgi-bin/ content/ lib/ src/ src/site/ src/site/markdown/ src/site/resources/ src/site/resources/css/ src/site/resources/images/ ...

Added: jackrabbit/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/src/site/site.xml?rev=1670829&view=auto
==============================================================================
--- jackrabbit/site/trunk/src/site/site.xml (added)
+++ jackrabbit/site/trunk/src/site/site.xml Thu Apr  2 07:13:56 2015
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  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.3.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+         name="Apache Jackrabbit">
+    <body>
+        <menu name="Apache Jackrabbit">
+            <item name="Welcome" href="index.html"/>
+            <item name="Downloads" href="downloads.html"/>
+            <item name="Articles" href="articles.html"/>
+            <item name="FAQ" href="frequently-asked-questions.html"/>
+            <item name="Jackrabbit Wiki" href="http://wiki.apache.org/jackrabbit/FrontPage"/>
+            <item name="Jackrabbit History" href="jackrabbit-history.html"/>
+        </menu>
+        <menu name="Documentation">
+            <item name="Getting Started" href="getting-started-with-apache-jackrabbit.html"/>
+            <item name="Standalone Server" href="standalone-server.html"/>
+            <item name="Jackrabbit Components" href="jackrabbit-components.html"/>
+            <item name="First Hops" href="first-hops.html"/>
+            <item name="JCR &amp; API" href="jcr--api.html"/>
+            <item name="Jackrabbit Architecture" href="jackrabbit-architecture.html"/>
+            <item name="Deployment Models" href="deployment-models.html"/>
+            <item name="Jackrabbit Configuration" href="jackrabbit-configuration.html"/>
+            <item name="Node Types" href="node-types.html"/>
+            <item name="Object Content Mapping" href="object-content-mapping.html"/>
+        </menu>
+        <menu name="Development">
+            <item name="Jackrabbit Team" href="jackrabbit-team.html"/>
+            <item name="Jackrabbit Roadmap" href="jackrabbit-roadmap.html"/>
+            <item name="Building Jackrabbit" href="building-jackrabbit.html"/>
+            <item name="Mailing Lists" href="mailing-lists.html"/>
+            <item name="Issue Tracker" href="issue-tracker.html"/>
+            <item name="Source Repository" href="source-repository.html"/>
+            <item name="Continuous Integration" href="continuous-integration.html"/>
+            <item name="Website" href="website.html"/>
+            <item name="Creating Releases" href="creating-releases.html"/>
+            <item name="Attribution" href="supporting-software-attribution.html"/>
+        </menu>
+        <menu name="Apache Software Foundation">
+            <item name="Introduction" href="http://www.apache.org/foundation/how-it-works.html"/>
+            <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
+            <item name="Current Sponsors" href="http://www.apache.org/foundation/thanks.html"/>
+        </menu>
+    </body>
+
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+    </skin>
+
+    <custom>
+        <fluidoSkin>
+            <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
+            <topBarEnabled>true</topBarEnabled>
+            <topBarContainerStyle>width: 90%;</topBarContainerStyle>
+            <topBarIcon>
+                <name>Apache Jackrabbit</name>
+                <alt>Apache Jackrabbit</alt>
+                <src>/images/logos/jlogo.gif</src>
+                <href>/index.html</href>
+            </topBarIcon>
+            <sideBarEnabled>true</sideBarEnabled>
+            <gitHub>
+                <projectId>apache/jackrabbit</projectId>
+                <ribbonOrientation>right</ribbonOrientation>
+            </gitHub>
+            <ohloh>
+                <projectId>jackrabbit</projectId>
+            </ohloh>
+            <googlePlusOne/>
+        </fluidoSkin>
+    </custom>
+</project>