Added a sponsors page linked from front page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1241587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a374cc120a
commit
e8b6a99539
|
@ -41,6 +41,7 @@
|
|||
<item name="Mailing Lists" href="mail-lists.html" />
|
||||
<item name="Source Repository" href="source-repository.html" />
|
||||
<item name="Team" href="team-list.html" />
|
||||
<item name="Sponsors" href="sponsors.html" />
|
||||
</menu>
|
||||
<menu name="Documentation">
|
||||
<item name="Getting Started" href="book/quickstart.html" />
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Licensed 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.
|
||||
-->
|
||||
<document xmlns="http://maven.apache.org/XDOC/2.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
|
||||
<properties>
|
||||
<title>Installing HBase on Windows using Cygwin</title>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="Sponsors">
|
||||
<p>The below companies have been gracious enough to provide their commerical tool offerings free of charge to the Apache HBase project.
|
||||
<ul>
|
||||
<li>The crew at <a href="http://www.ej-technologies.com/">ej-technologies</a> have
|
||||
been let us use <a href="http://www.ej-technologies.com/products/jprofiler/overview.html">JProfiler</a> for years now.</li>
|
||||
<li>The lads at <a href="http://headwaysoftware.com/">headway software</a> have
|
||||
given us a license for <a href="http://headwaysoftware.com/products/?code=Restructure101">Restructure101</a>
|
||||
so we can untangle our interdependency mess.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
Loading…
Reference in New Issue