petersomogyi commented on a change in pull request #347: HBASE-20405 Update 
website to meet foundation recommendations
URL: https://github.com/apache/hbase/pull/347#discussion_r298994793
 
 

 ##########
 File path: src/site/xdoc/index.xml
 ##########
 @@ -27,68 +27,59 @@ under the License.
 
   <body>
     <section name="Welcome to Apache HBase&#8482;">
-        <p><a href="http://www.apache.org/";>Apache</a> HBase&#8482; is the <a 
href="http://hadoop.apache.org/";>Hadoop</a> database, a distributed, scalable, 
big data store.
-    </p>
-    <p>Use Apache HBase&#8482; when you need random, realtime read/write 
access to your Big Data.
-    This project's goal is the hosting of very large tables -- billions of 
rows X millions of columns -- atop clusters of commodity hardware.
-Apache HBase is an open-source, distributed, versioned, non-relational 
database modeled after Google's <a 
href="http://research.google.com/archive/bigtable.html";>Bigtable: A Distributed 
Storage System for Structured Data</a> by Chang et al.
- Just as Bigtable leverages the distributed data storage provided by the 
Google File System, Apache HBase provides Bigtable-like capabilities on top of 
Hadoop and HDFS.
-    </p>
-  </section>
+      <p><a href="http://www.apache.org/";>Apache</a> HBase&#8482; is the <a 
href="http://hadoop.apache.org/";>Hadoop</a> database, a distributed, scalable, 
big data store.</p>
+      <p>Use Apache HBase&#8482; when you need random, realtime read/write 
access to your Big Data.
+        This project's goal is the hosting of very large tables -- billions of 
rows X millions of columns -- atop clusters of commodity hardware.
+        Apache HBase is an open-source, distributed, versioned, non-relational 
database modeled after Google's <a 
href="http://research.google.com/archive/bigtable.html";>Bigtable: A Distributed 
Storage System for Structured Data</a> by Chang et al.
+        Just as Bigtable leverages the distributed data storage provided by 
the Google File System, Apache HBase provides Bigtable-like capabilities on top 
of Hadoop and HDFS.
+      </p>
+    </section>
     <section name="Download">
-    <p>
-    Click <b><a href="downloads.html">here</a></b> to download Apache 
HBase&#8482;.
-    </p>
+      <p>Click <b><a href="downloads.html">here</a></b> to download Apache 
HBase&#8482;.</p>
     </section>
     <section name="Features">
-    <p>
-<ul>
-    <li>Linear and modular scalability.
-</li>
-    <li>Strictly consistent reads and writes.
-</li>
-    <li>Automatic and configurable sharding of tables
-</li>
-    <li>Automatic failover support between RegionServers.
-</li>
-    <li>Convenient base classes for backing Hadoop MapReduce jobs with Apache 
HBase tables.
-</li>
-    <li>Easy to use Java API for client access.
-</li>
-    <li>Block cache and Bloom Filters for real-time queries.
-</li>
-    <li>Query predicate push down via server side Filters
-</li>
-    <li>Thrift gateway and a REST-ful Web service that supports XML, Protobuf, 
and binary data encoding options
-</li>
-    <li>Extensible jruby-based (JIRB) shell
-</li>
-    <li>Support for exporting metrics via the Hadoop metrics subsystem to 
files or Ganglia; or via JMX
-</li>
-</ul>
-</p>
-</section>
-     <section name="More Info">
-   <p>See the <a 
href="http://hbase.apache.org/book.html#arch.overview";>Architecture 
Overview</a>, the <a href="http://hbase.apache.org/book.html#faq";>Apache HBase 
Reference Guide FAQ</a>,
-    and the other documentation links.
-   </p>
-   <dl>
-     <dt>Export Control</dt>
-   <dd><p>The HBase distribution includes cryptographic software. See the 
export control notice <a href="export_control.html">here</a>
-   </p></dd>
-     <dt>Code Of Conduct</dt>
-   <dd><p>We expect participants in discussions on the HBase project mailing 
lists, Slack and IRC channels, and JIRA issues to abide by the Apache Software 
Foundation's <a href="http://apache.org/foundation/policies/conduct.html";>Code 
of Conduct</a>. More information can be found <a href="coc.html">here</a>.
-   </p></dd>
- </dl>
-</section>
+      <p>
+        <ul>
+          <li>Linear and modular scalability.</li>
+          <li>Strictly consistent reads and writes.</li>
+          <li>Automatic and configurable sharding of tables</li>
+          <li>Automatic failover support between RegionServers.</li>
+          <li>Convenient base classes for backing Hadoop MapReduce jobs with 
Apache HBase tables.</li>
+          <li>Easy to use Java API for client access.</li>
+          <li>Block cache and Bloom Filters for real-time queries.</li>
+          <li>Query predicate push down via server side Filters</li>
+          <li>Thrift gateway and a REST-ful Web service that supports XML, 
Protobuf, and binary data encoding options</li>
+          <li>Extensible jruby-based (JIRB) shell</li>
+          <li>Support for exporting metrics via the Hadoop metrics subsystem 
to files or Ganglia; or via JMX</li>
+        </ul>
+      </p>
+    </section>
+    <section name="More Info">
+      <p>See the <a href="book.html#arch.overview">Architecture Overview</a>, 
the <a href="book.html#faq">Apache HBase Reference Guide FAQ</a>, and the other 
documentation links.</p>
+      <dl>
+        <dt>Export Control</dt>
+        <dd><p>The HBase distribution includes cryptographic software. See the 
export control notice <a href="export_control.html">here</a></p></dd>
+        <dt>Code Of Conduct</dt>
+        <dd><p>We expect participants in discussions on the HBase project 
mailing lists, Slack and IRC channels, and JIRA issues to abide by the Apache 
Software Foundation's <a 
href="http://apache.org/foundation/policies/conduct.html";>Code of Conduct</a>. 
More information can be found <a href="coc.html">here</a>.</p></dd>
+        <dt>License</dt>
+        <dd><p>Apache HBase is licensed under the <a 
href="licenses.html">Apache License, Version 2.0</a></p></dd>
 
 Review comment:
   The `licenses.html` file is linked under Apache HBase Project > License in 
the header. Whimsy checks for `^https?://.*apache.org/licenses/?$` so it might 
be better to modify licenses.html to the apache.org link

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to