site.xml 2.53 KB
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Metadata and Governance"
         xmlns="http://maven.apache.org/DECORATION/1.3.0"
         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">

    <skin>
        <groupId>org.apache.maven.skins</groupId>
        <artifactId>maven-fluido-skin</artifactId>
        <version>1.3.0</version>
    </skin>

    <custom>
        <fluidoSkin>
            <project>Apache Metadata and Governance</project>
            <sideBarEnabled>false</sideBarEnabled>
        </fluidoSkin>
    </custom>

    <bannerLeft>
        <name>DGC - Metadata</name>
        <src>./images/metadata-logo.png</src>
        <width>200px</width>
        <height>45px</height>
    </bannerLeft>

    <bannerRight>
        <name>Apache Incubator</name>
        <src>./images/apache-incubator-logo.png</src>
        <href>http://incubator.apache.org</href>
    </bannerRight>

    <publishDate position="right"/>
    <version position="right"/>

    <body>
        <head>
            <script type="text/javascript">
                $( document ).ready( function() { $( '.carousel' ).carousel( { interval: 3500 } ) } );
            </script>
        </head>

        <breadcrumbs position="left">
            <item name="MetadataGovernance" title="Apache Metadata and Governance" href="index.html"/>
        </breadcrumbs>

        <footer>
            © 2011-2012 The Apache Software Foundation. Apache Metadata and Governance, Apache,
            the Apache feather logo, and the Apache Metadata and Governance project logo are
            trademarks of The Apache Software Foundation.
        </footer>
    </body>
</project>