Author: stack
Date: Tue Feb 7 19:57:58 2012
New Revision: 1241587
URL: http://svn.apache.org/viewvc?rev=1241587&view=rev
Log:
Added a sponsors page linked from front page
Added:
hbase/trunk/src/site/xdoc/sponsors.xml
Modified:
hbase/trunk/src/site/site.xml
Modified: hbase/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/site/site.xml?rev=1241587&r1=1241586&r2=1241587&view=diff
==============================================================================
--- hbase/trunk/src/site/site.xml (original)
+++ hbase/trunk/src/site/site.xml Tue Feb 7 19:57:58 2012
@@ -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" />
Added: hbase/trunk/src/site/xdoc/sponsors.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/site/xdoc/sponsors.xml?rev=1241587&view=auto
==============================================================================
--- hbase/trunk/src/site/xdoc/sponsors.xml (added)
+++ hbase/trunk/src/site/xdoc/sponsors.xml Tue Feb 7 19:57:58 2012
@@ -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>