You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/06/05 19:04:47 UTC

[3/6] incubator-calcite git commit: Move disclaimer out of every page's footer and into home page and downloads page

Move disclaimer out of every page's footer and into home page and downloads page


Project: http://git-wip-us.apache.org/repos/asf/incubator-calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/918df436
Tree: http://git-wip-us.apache.org/repos/asf/incubator-calcite/tree/918df436
Diff: http://git-wip-us.apache.org/repos/asf/incubator-calcite/diff/918df436

Branch: refs/heads/master
Commit: 918df436fa95fcacf06f0ec8a1354b33e318f2d8
Parents: a45d542
Author: Julian Hyde <jh...@apache.org>
Authored: Mon Jun 1 16:40:45 2015 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed Jun 3 17:39:19 2015 -0700

----------------------------------------------------------------------
 site/_docs/downloads.md    | 15 ++++++++++++++-
 site/_includes/footer.html | 11 -----------
 site/_sass/_style.scss     |  9 +++++++++
 site/index.html            | 21 +++++++++++++++++++++
 4 files changed, 44 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/918df436/site/_docs/downloads.md
----------------------------------------------------------------------
diff --git a/site/_docs/downloads.md b/site/_docs/downloads.md
index efcff43..74d1acd 100644
--- a/site/_docs/downloads.md
+++ b/site/_docs/downloads.md
@@ -50,4 +50,17 @@ Add the following to the dependencies section of your `pom.xml` file:
 
 Also include `<dependency>` elements for any extension modules you
 need: `calcite-mongodb`, `calcite-spark`, `calcite-splunk`, and so
-forth.
\ No newline at end of file
+forth.
+
+# Disclaimer
+
+Apache Calcite is an effort undergoing incubation at
+[The Apache Software Foundation (ASF)](http://www.apache.org),
+sponsored by the [Apache Incubator](http://incubator.apache.org/).
+Incubation is required of all newly accepted projects
+until a further review indicates that the infrastructure,
+communications, and decision making process have stabilized in a
+manner consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate that the
+project has yet to be fully endorsed by the ASF.

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/918df436/site/_includes/footer.html
----------------------------------------------------------------------
diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index 1eb6b11..d077112 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -5,15 +5,4 @@
      the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
      Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
      trademarks of the Apache Software Foundation.</p>
-
-  <p>Apache Calcite is an effort undergoing incubation at The Apache
-      Software Foundation (ASF), sponsored by the Apache
-      Incubator. Incubation is required of all newly accepted projects
-      until a further review indicates that the infrastructure,
-      communications, and decision making process have stabilized in a
-      manner consistent with other successful ASF projects. While
-      incubation status is not necessarily a reflection of the
-      completeness or stability of the code, it does indicate that the
-      project has yet to be fully endorsed by the ASF.</p>
-  
 </footer>

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/918df436/site/_sass/_style.scss
----------------------------------------------------------------------
diff --git a/site/_sass/_style.scss b/site/_sass/_style.scss
index d6e832a..5edcedb 100644
--- a/site/_sass/_style.scss
+++ b/site/_sass/_style.scss
@@ -222,6 +222,15 @@ footer {
   .intro p { font-size: 3.2em; }
 }
 
+.disclaimer {
+  h3 {
+    font-size: 16px;
+  }
+  p {
+    font-size: 14px;
+  }
+}
+
 /* Quickstart */
 
 .quickstart {

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/918df436/site/index.html
----------------------------------------------------------------------
diff --git a/site/index.html b/site/index.html
index 9a10d81..0e27346 100644
--- a/site/index.html
+++ b/site/index.html
@@ -47,4 +47,25 @@ limitations under the License.
     </div>
     <div class="clear"></div>
   </div>
+  <div class="unit whole"><p>&nbsp;</p></div>
+</section>
+<section class="disclaimer">
+  <div class="grid">
+    <div class="unit whole">
+      <article>
+        <h3>Disclaimer</h3>
+        <p>Apache Calcite is an effort undergoing incubation at
+          <a href="http://www.apache.org">The Apache Software Foundation</a>,
+          sponsored by the
+          <a href="http://incubator.apache.org/">Apache Incubator</a>.
+          Incubation is required of all newly accepted projects
+          until a further review indicates that the infrastructure,
+          communications, and decision making process have stabilized in a
+          manner consistent with other successful ASF projects. While
+          incubation status is not necessarily a reflection of the
+          completeness or stability of the code, it does indicate that the
+          project has yet to be fully endorsed by the ASF.</p>
+      </article>
+    </div>
+  </div>
 </section>