hbase/src/main/site/site.xml

114 lines
5.7 KiB
XML
Raw Normal View History

<?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.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>lt.velykis.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>1.1.1</version>
</skin>
<custom>
<reflowSkin>
<theme>bootswatch-spacelab</theme>
<bottomNav maxSpan="9">
<column>Apache HBase Project</column>
<column>^Documentation</column>
<column>0.94 Documentation|ASF</column>
</bottomNav>
<protocolRelativeURLs>true</protocolRelativeURLs>
</reflowSkin>
</custom>
<bannerLeft>
<name>Apache HBase</name>
<src>images/hbase_logo.png</src>
<href>http://hbase.apache.org/</href>
</bannerLeft>
<bannerRight>
<name>Apache HBase Orca</name>
<src>images/jumping-orca_rotated_25percent.png</src>
<href>http://hbase.apache.org/</href>
</bannerRight>
<body>
<menu name="Apache HBase Project">
<item name="Overview" href="index.html"/>
<item name="License" href="license.html"/>
<item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/hbase/"/>
<item name="Release Notes" href="https://issues.apache.org/jira/browse/HBASE?report=com.atlassian.jira.plugin.system.project:changelog-panel#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel" />
<item name="Code Of Conduct" href="coc.html"/>
<item name="Blog" href="http://blogs.apache.org/hbase/"/>
<item name="Mailing Lists" href="mail-lists.html"/>
<item name="Team" href="team-list.html"/>
<item name="ReviewBoard" href="https://reviews.apache.org"/>
<item name="Thanks" href="sponsors.html"/>
<item name="Powered by HBase" href="poweredbyhbase.html"/>
<item name="Other resources" href="resources.html"/>
</menu>
<menu name="Project Information">
<item name="About" href="index.html"/>
<item name="Project Summary" href="project-summary.html"/>
<item name="Dependency Information" href="dependency-info.html"/>
<item name="Team" href="team-list.html"/>
<item name="Source Repository" href="source-repository.html"/>
<item name="Issue Tracking" href="issue-tracking.html"/>
<item name="License" href="license.html"/>
<item name="Mailing Lists" href="mail-lists.html"/>
<item name="Dependency Management" href="dependency-management.html"/>
<item name="Dependencies" href="dependencies.html"/>
<item name="Dependency Convergence" href="dependency-convergence.html"/>
<item name="Continuous Integration" href="integration.html"/>
<item name="Plugin Management" href="plugin-management.html"/>
<item name="Plugins" href="plugins.html"/>
</menu>
<menu name="Documentation and API">
2015-01-07 14:02:16 +10:00
<item name="Reference Guide" href="book.html" target="_blank" />
<item name="Reference Guide (PDF)" href="apache_hbase_reference_guide.pdf" target="_blank" />
<item name="Getting Started" href="book.html#quickstart" target="_blank" />
<item name="User API" href="apidocs/index.html" target="_blank" />
<item name="User API (Test)" href="testapidocs/index.html" target="_blank" />
<item name="Developer API" href="devapidocs/index.html" target="_blank" />
<item name="Developer API (Test)" href="testdevapidocs/index.html" target="_blank" />
<item name="X-Ref" href="xref/index.html" />
<item name="X-Ref (Test)" href="xref-test/index.html" />
<item name="中文参考指南(单页)" href="http://abloz.com/hbase/book.html" target="_blank" />
<item name="FAQ" href="book.html#faq" target="_blank" />
<item name="Videos/Presentations" href="book.html#other.info" target="_blank" />
<item name="Wiki" href="http://wiki.apache.org/hadoop/Hbase" target="_blank" />
<item name="ACID Semantics" href="acid-semantics.html" target="_blank" />
<item name="Bulk Loads" href="book.html#arch.bulk.load" target="_blank" />
<item name="Metrics" href="metrics.html" target="_blank" />
<item name="HBase on Windows" href="cygwin.html" target="_blank" />
<item name="Cluster replication" href="replication.html" target="_blank" />
</menu>
<menu name="0.94 Documentation">
<item name="API" href="0.94/apidocs/index.html" target="_blank" />
<item name="X-Ref" href="0.94/xref/index.html" target="_blank" />
<item name="Ref Guide (single-page)" href="0.94/book.html" target="_blank" />
</menu>
<menu name="ASF">
<item name="Apache Software Foundation" href="http://www.apache.org/foundation/" target="_blank" />
<item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html" target="_blank" />
<item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html" target="_blank" />
</menu>
</body>
</project>