site.xml 5.43 KB
Newer Older
1
<?xml version="1.0" encoding="UTF-8"?>
2

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<!--
  ~ 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.
  -->
20
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Apache Atlas"
21
         xmlns="http://maven.apache.org/DECORATION/1.3.0"
22 23 24 25 26 27 28 29 30 31
         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>
32 33 34
            <project>Apache Atlas</project>
            <topBarEnabled>true</topBarEnabled>
            <topBarContainerStyle>width: 68%;</topBarContainerStyle>
35
            <sideBarEnabled>false</sideBarEnabled>
36 37 38
            <leftColumnClass>span2</leftColumnClass>
            <bodyColumnClass>span10</bodyColumnClass>
            <googleSearch>
39
                <sitesearch>http://atlas.apache.org</sitesearch>
40 41 42
            </googleSearch>
            <facebookLike/>
            <googlePlusOne/>
43 44 45 46
        </fluidoSkin>
    </custom>

    <bannerLeft>
47 48
        <name>Apache Atlas</name>
        <src>./images/atlas-logo.png</src>
49
        <href>http://atlas.apache.org</href>
50 51 52 53 54 55 56 57 58 59
        <width>200px</width>
        <height>45px</height>
    </bannerLeft>

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

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

64 65 66
        <breadcrumbs>
            <item name="Apache" href="http://www.apache.org"/>
            <item name="Atlas" title="Apache Atlas" href="index.html"/>
67 68
        </breadcrumbs>

69 70 71 72
        <menu name="Atlas">
            <item name="About" href="index.html"/>
            <item name="Wiki" href="https://cwiki.apache.org/confluence/display/ATLAS"/>
            <item name="News" href="https://cwiki.apache.org/confluence/display/ATLAS"/>
73
            <item name="Git" href="https://git-wip-us.apache.org/repos/asf/atlas.git" />
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
            <item name="Jira" href="https://issues.apache.org/jira/browse/ATLAS" />
            <item name="Powered by" href="https://cwiki.apache.org/confluence/display/ATLAS/PoweredBy" />
            <item name="Blog" href="http://blogs.apache.org/atlas/" />
        </menu>

        <menu name="Project Information">
            <item name="Summary" href="project-info.html" />
            <item name="Mailing Lists" href="mail-lists.html" />
            <item name="IRC" href="http://webchat.freenode.net?channels=apacheatlas&amp;uio=d4" />
            <item name="Team" href="team-list.html" />
            <item name="Issue Tracking" href="issue-tracking.html" />
            <item name="Source Repository" href="source-repository.html" />
            <item name="License" href="license.html" />
        </menu>

        <menu name="Releases">
90
            <item name="0.8-incubating"
91
                  href="http://www.apache.org/dyn/closer.cgi/atlas/0.8.0-incubating/"/>
92
            <item name="0.7.1-incubating"
93
                  href="http://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/"/>
94
            <item name="0.7-incubating"
95
                  href="http://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/"/>
96
            <item name="0.6-incubating"
97
                  href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/"/>
98
            <item name="0.5-incubating"
99
                  href="http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/"/>
100 101 102
        </menu>

        <menu name="Documentation">
103
            <item name="0.8-incubating" href="./0.8.0-incubating/index.html"/>
104
            <item name="0.7.1-incubating" href="./0.7.1-incubating/index.html"/>
105
            <item name="0.7-incubating" href="./0.7.0-incubating/index.html"/>
106
            <item name="0.6-incubating" href="./0.6.0-incubating/index.html"/>
107
            <item name="0.5-incubating" href="./0.5.0-incubating/index.html"/>
108 109 110 111 112 113 114 115 116
        </menu>

        <menu name="ASF">
            <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
            <item name="Foundation" href="http://www.apache.org/foundation/"/>
            <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
            <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
        </menu>

117
        <footer>
118
            © 2011-2012 The Apache Software Foundation. Apache Atlas, Atlas, Apache,
119 120 121 122
            the Apache feather logo, and the Apache Metadata and Governance project logo are
            trademarks of The Apache Software Foundation.
        </footer>
    </body>
123
</project>