Modified: calcite/site/docs/index.html URL: http://svn.apache.org/viewvc/calcite/site/docs/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/docs/index.html (original) +++ calcite/site/docs/index.html Fri Nov 13 20:18:11 2015 @@ -22,20 +22,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -54,20 +54,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -120,10 +120,6 @@ - - - - @@ -158,10 +154,6 @@ - - - - @@ -196,10 +188,6 @@ - - - - </optgroup> @@ -241,10 +229,6 @@ - - - - @@ -279,10 +263,6 @@ - - - - @@ -317,10 +297,6 @@ - - - - </optgroup> @@ -362,10 +338,6 @@ - - - - @@ -400,10 +372,6 @@ - - - - @@ -438,10 +406,6 @@ - - - - </optgroup> @@ -483,10 +447,6 @@ - - - - @@ -521,10 +481,6 @@ - - - - @@ -559,10 +515,6 @@ - - - - </optgroup> @@ -604,10 +556,6 @@ - - - - @@ -642,10 +590,6 @@ - - - - @@ -680,86 +624,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - </optgroup> @@ -886,7 +750,7 @@ FIRST/LAST), set operations (UNION, INTE (including correlated sub-queries), windowed aggregates, LIMIT (syntax as <a href="http://www.postgresql.org/docs/8.4/static/sql-select.html#SQL-LIMIT">Postgres</a>); more details in the <a href="reference.html">SQL reference</a></li> - <li>Local and remote JDBC drivers; see <a href="avatica.html">Avatica</a></li> + <li>Local and remote JDBC drivers; see <a href="avatica_overview.html">Avatica</a></li> <li>Several <a href="adapter.html">adapters</a></li> </ul> @@ -989,18 +853,6 @@ more details in the <a href="reference.h - - - - - - - - - - - - <li class="current"><a href="/docs/index.html">Background</a></li> @@ -1103,18 +955,6 @@ more details in the <a href="reference.h - - - - - - - - - - - - <li class=""><a href="/docs/tutorial.html">Tutorial</a></li> @@ -1255,18 +1095,6 @@ more details in the <a href="reference.h - - - - - - - - - - - - <li class=""><a href="/docs/stream.html">Streaming</a></li> @@ -1339,18 +1167,6 @@ more details in the <a href="reference.h - - - - - - - - - - - - <li class=""><a href="/docs/lattice.html">Lattices</a></li> @@ -1577,18 +1393,6 @@ more details in the <a href="reference.h - - - - - - - - - - - - <li class=""><a href="/docs/reference.html">SQL language</a></li> @@ -1667,18 +1471,6 @@ more details in the <a href="reference.h - - - - - - - - - - - - <li class=""><a href="/docs/model.html">JSON models</a></li> @@ -1739,18 +1531,6 @@ more details in the <a href="reference.h - - - - - - - - - - - - <li class=""><a href="/docs/howto.html">HOWTO</a></li> @@ -1813,78 +1593,6 @@ more details in the <a href="reference.h - - - - - - - <li class=""><a href="/docs/downloads.html">Downloads</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/history.html">History</a></li> @@ -1915,60 +1623,6 @@ more details in the <a href="reference.h - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/contributing.html">Contributing</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/api.html">API</a></li> @@ -2065,18 +1719,6 @@ more details in the <a href="reference.h - - - - - - - - - - - - <li class=""><a href="/docs/testapi.html">Test API</a></li> @@ -2095,12 +1737,19 @@ more details in the <a href="reference.h <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script>
Modified: calcite/site/docs/lattice.html URL: http://svn.apache.org/viewvc/calcite/site/docs/lattice.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/docs/lattice.html (original) +++ calcite/site/docs/lattice.html Fri Nov 13 20:18:11 2015 @@ -22,20 +22,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -54,20 +54,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -120,10 +120,6 @@ - - - - @@ -158,10 +154,6 @@ - - - - @@ -196,10 +188,6 @@ - - - - </optgroup> @@ -241,10 +229,6 @@ - - - - @@ -279,10 +263,6 @@ - - - - @@ -317,10 +297,6 @@ - - - - </optgroup> @@ -362,10 +338,6 @@ - - - - @@ -400,10 +372,6 @@ - - - - @@ -438,10 +406,6 @@ - - - - </optgroup> @@ -483,10 +447,6 @@ - - - - @@ -521,10 +481,6 @@ - - - - @@ -559,10 +515,6 @@ - - - - </optgroup> @@ -604,10 +556,6 @@ - - - - @@ -642,10 +590,6 @@ - - - - @@ -680,86 +624,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - </optgroup> @@ -1005,18 +869,6 @@ tiles).</p> - - - - - - - - - - - - <li class=""><a href="/docs/index.html">Background</a></li> @@ -1119,18 +971,6 @@ tiles).</p> - - - - - - - - - - - - <li class=""><a href="/docs/tutorial.html">Tutorial</a></li> @@ -1271,18 +1111,6 @@ tiles).</p> - - - - - - - - - - - - <li class=""><a href="/docs/stream.html">Streaming</a></li> @@ -1355,18 +1183,6 @@ tiles).</p> - - - - - - - - - - - - <li class="current"><a href="/docs/lattice.html">Lattices</a></li> @@ -1593,18 +1409,6 @@ tiles).</p> - - - - - - - - - - - - <li class=""><a href="/docs/reference.html">SQL language</a></li> @@ -1683,18 +1487,6 @@ tiles).</p> - - - - - - - - - - - - <li class=""><a href="/docs/model.html">JSON models</a></li> @@ -1755,18 +1547,6 @@ tiles).</p> - - - - - - - - - - - - <li class=""><a href="/docs/howto.html">HOWTO</a></li> @@ -1829,78 +1609,6 @@ tiles).</p> - - - - - - - <li class=""><a href="/docs/downloads.html">Downloads</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/history.html">History</a></li> @@ -1931,60 +1639,6 @@ tiles).</p> - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/contributing.html">Contributing</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/api.html">API</a></li> @@ -2081,18 +1735,6 @@ tiles).</p> - - - - - - - - - - - - <li class=""><a href="/docs/testapi.html">Test API</a></li> @@ -2111,12 +1753,19 @@ tiles).</p> <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/docs/model.html URL: http://svn.apache.org/viewvc/calcite/site/docs/model.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/docs/model.html (original) +++ calcite/site/docs/model.html Fri Nov 13 20:18:11 2015 @@ -22,20 +22,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -54,20 +54,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -120,10 +120,6 @@ - - - - @@ -158,10 +154,6 @@ - - - - @@ -196,10 +188,6 @@ - - - - </optgroup> @@ -241,10 +229,6 @@ - - - - @@ -279,10 +263,6 @@ - - - - @@ -317,10 +297,6 @@ - - - - </optgroup> @@ -362,10 +338,6 @@ - - - - @@ -400,10 +372,6 @@ - - - - @@ -438,10 +406,6 @@ - - - - </optgroup> @@ -483,10 +447,6 @@ - - - - @@ -521,10 +481,6 @@ - - - - @@ -559,10 +515,6 @@ - - - - </optgroup> @@ -604,10 +556,6 @@ - - - - @@ -642,10 +590,6 @@ - - - - @@ -680,86 +624,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - </optgroup> @@ -1377,18 +1241,6 @@ when you want to pass the column as a me - - - - - - - - - - - - <li class=""><a href="/docs/index.html">Background</a></li> @@ -1491,18 +1343,6 @@ when you want to pass the column as a me - - - - - - - - - - - - <li class=""><a href="/docs/tutorial.html">Tutorial</a></li> @@ -1643,18 +1483,6 @@ when you want to pass the column as a me - - - - - - - - - - - - <li class=""><a href="/docs/stream.html">Streaming</a></li> @@ -1727,18 +1555,6 @@ when you want to pass the column as a me - - - - - - - - - - - - <li class=""><a href="/docs/lattice.html">Lattices</a></li> @@ -1965,18 +1781,6 @@ when you want to pass the column as a me - - - - - - - - - - - - <li class=""><a href="/docs/reference.html">SQL language</a></li> @@ -2055,18 +1859,6 @@ when you want to pass the column as a me - - - - - - - - - - - - <li class="current"><a href="/docs/model.html">JSON models</a></li> @@ -2127,18 +1919,6 @@ when you want to pass the column as a me - - - - - - - - - - - - <li class=""><a href="/docs/howto.html">HOWTO</a></li> @@ -2201,78 +1981,6 @@ when you want to pass the column as a me - - - - - - - <li class=""><a href="/docs/downloads.html">Downloads</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/history.html">History</a></li> @@ -2303,60 +2011,6 @@ when you want to pass the column as a me - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/contributing.html">Contributing</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/api.html">API</a></li> @@ -2453,18 +2107,6 @@ when you want to pass the column as a me - - - - - - - - - - - - <li class=""><a href="/docs/testapi.html">Test API</a></li> @@ -2483,12 +2125,19 @@ when you want to pass the column as a me <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/docs/reference.html URL: http://svn.apache.org/viewvc/calcite/site/docs/reference.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/docs/reference.html (original) +++ calcite/site/docs/reference.html Fri Nov 13 20:18:11 2015 @@ -22,20 +22,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -54,20 +54,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -120,10 +120,6 @@ - - - - @@ -158,10 +154,6 @@ - - - - @@ -196,10 +188,6 @@ - - - - </optgroup> @@ -241,10 +229,6 @@ - - - - @@ -279,10 +263,6 @@ - - - - @@ -317,10 +297,6 @@ - - - - </optgroup> @@ -362,10 +338,6 @@ - - - - @@ -400,10 +372,6 @@ - - - - @@ -438,10 +406,6 @@ - - - - </optgroup> @@ -483,10 +447,6 @@ - - - - @@ -521,10 +481,6 @@ - - - - @@ -559,10 +515,6 @@ - - - - </optgroup> @@ -604,10 +556,6 @@ - - - - @@ -642,10 +590,6 @@ - - - - @@ -680,86 +624,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - </optgroup> @@ -2237,18 +2101,6 @@ Here are some examples:</p> - - - - - - - - - - - - <li class=""><a href="/docs/index.html">Background</a></li> @@ -2351,18 +2203,6 @@ Here are some examples:</p> - - - - - - - - - - - - <li class=""><a href="/docs/tutorial.html">Tutorial</a></li> @@ -2503,18 +2343,6 @@ Here are some examples:</p> - - - - - - - - - - - - <li class=""><a href="/docs/stream.html">Streaming</a></li> @@ -2587,18 +2415,6 @@ Here are some examples:</p> - - - - - - - - - - - - <li class=""><a href="/docs/lattice.html">Lattices</a></li> @@ -2825,18 +2641,6 @@ Here are some examples:</p> - - - - - - - - - - - - <li class="current"><a href="/docs/reference.html">SQL language</a></li> @@ -2915,18 +2719,6 @@ Here are some examples:</p> - - - - - - - - - - - - <li class=""><a href="/docs/model.html">JSON models</a></li> @@ -2987,18 +2779,6 @@ Here are some examples:</p> - - - - - - - - - - - - <li class=""><a href="/docs/howto.html">HOWTO</a></li> @@ -3061,78 +2841,6 @@ Here are some examples:</p> - - - - - - - <li class=""><a href="/docs/downloads.html">Downloads</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/history.html">History</a></li> @@ -3163,60 +2871,6 @@ Here are some examples:</p> - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/contributing.html">Contributing</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/api.html">API</a></li> @@ -3313,18 +2967,6 @@ Here are some examples:</p> - - - - - - - - - - - - <li class=""><a href="/docs/testapi.html">Test API</a></li> @@ -3343,12 +2985,19 @@ Here are some examples:</p> <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/docs/stream.html URL: http://svn.apache.org/viewvc/calcite/site/docs/stream.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/docs/stream.html (original) +++ calcite/site/docs/stream.html Fri Nov 13 20:18:11 2015 @@ -22,20 +22,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -54,20 +54,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -120,10 +120,6 @@ - - - - @@ -158,10 +154,6 @@ - - - - @@ -196,10 +188,6 @@ - - - - </optgroup> @@ -241,10 +229,6 @@ - - - - @@ -279,10 +263,6 @@ - - - - @@ -317,10 +297,6 @@ - - - - </optgroup> @@ -362,10 +338,6 @@ - - - - @@ -400,10 +372,6 @@ - - - - @@ -438,10 +406,6 @@ - - - - </optgroup> @@ -483,10 +447,6 @@ - - - - @@ -521,10 +481,6 @@ - - - - @@ -559,10 +515,6 @@ - - - - </optgroup> @@ -604,10 +556,6 @@ - - - - @@ -642,10 +590,6 @@ - - - - @@ -680,86 +624,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - </optgroup> @@ -1489,18 +1353,6 @@ Language: Semantic Foundations and Query - - - - - - - - - - - - <li class=""><a href="/docs/index.html">Background</a></li> @@ -1603,18 +1455,6 @@ Language: Semantic Foundations and Query - - - - - - - - - - - - <li class=""><a href="/docs/tutorial.html">Tutorial</a></li> @@ -1755,18 +1595,6 @@ Language: Semantic Foundations and Query - - - - - - - - - - - - <li class="current"><a href="/docs/stream.html">Streaming</a></li> @@ -1839,18 +1667,6 @@ Language: Semantic Foundations and Query - - - - - - - - - - - - <li class=""><a href="/docs/lattice.html">Lattices</a></li> @@ -2077,18 +1893,6 @@ Language: Semantic Foundations and Query - - - - - - - - - - - - <li class=""><a href="/docs/reference.html">SQL language</a></li> @@ -2167,18 +1971,6 @@ Language: Semantic Foundations and Query - - - - - - - - - - - - <li class=""><a href="/docs/model.html">JSON models</a></li> @@ -2239,18 +2031,6 @@ Language: Semantic Foundations and Query - - - - - - - - - - - - <li class=""><a href="/docs/howto.html">HOWTO</a></li> @@ -2313,78 +2093,6 @@ Language: Semantic Foundations and Query - - - - - - - <li class=""><a href="/docs/downloads.html">Downloads</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/history.html">History</a></li> @@ -2415,60 +2123,6 @@ Language: Semantic Foundations and Query - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/contributing.html">Contributing</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/api.html">API</a></li> @@ -2565,18 +2219,6 @@ Language: Semantic Foundations and Query - - - - - - - - - - - - <li class=""><a href="/docs/testapi.html">Test API</a></li> @@ -2595,12 +2237,19 @@ Language: Semantic Foundations and Query <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/docs/tutorial.html URL: http://svn.apache.org/viewvc/calcite/site/docs/tutorial.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/docs/tutorial.html (original) +++ calcite/site/docs/tutorial.html Fri Nov 13 20:18:11 2015 @@ -22,20 +22,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -54,20 +54,20 @@ <li class=""> <a href="/">Home</a> </li> - <li class="current"> - <a href="/docs/">Documentation</a> - </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/news/">News</a> + </li> + <li class="current"> + <a href="/docs/">Docs</a> </li> </ul> @@ -120,10 +120,6 @@ - - - - @@ -158,10 +154,6 @@ - - - - @@ -196,10 +188,6 @@ - - - - </optgroup> @@ -241,10 +229,6 @@ - - - - @@ -279,10 +263,6 @@ - - - - @@ -317,10 +297,6 @@ - - - - </optgroup> @@ -362,10 +338,6 @@ - - - - @@ -400,10 +372,6 @@ - - - - @@ -438,10 +406,6 @@ - - - - </optgroup> @@ -483,10 +447,6 @@ - - - - @@ -521,10 +481,6 @@ - - - - @@ -559,10 +515,6 @@ - - - - </optgroup> @@ -604,10 +556,6 @@ - - - - @@ -642,10 +590,6 @@ - - - - @@ -680,86 +624,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - </optgroup> @@ -1572,18 +1436,6 @@ relational operators?</p> - - - - - - - - - - - - <li class=""><a href="/docs/index.html">Background</a></li> @@ -1686,18 +1538,6 @@ relational operators?</p> - - - - - - - - - - - - <li class="current"><a href="/docs/tutorial.html">Tutorial</a></li> @@ -1838,18 +1678,6 @@ relational operators?</p> - - - - - - - - - - - - <li class=""><a href="/docs/stream.html">Streaming</a></li> @@ -1922,18 +1750,6 @@ relational operators?</p> - - - - - - - - - - - - <li class=""><a href="/docs/lattice.html">Lattices</a></li> @@ -2160,18 +1976,6 @@ relational operators?</p> - - - - - - - - - - - - <li class=""><a href="/docs/reference.html">SQL language</a></li> @@ -2250,18 +2054,6 @@ relational operators?</p> - - - - - - - - - - - - <li class=""><a href="/docs/model.html">JSON models</a></li> @@ -2322,18 +2114,6 @@ relational operators?</p> - - - - - - - - - - - - <li class=""><a href="/docs/howto.html">HOWTO</a></li> @@ -2396,78 +2176,6 @@ relational operators?</p> - - - - - - - <li class=""><a href="/docs/downloads.html">Downloads</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/history.html">History</a></li> @@ -2498,60 +2206,6 @@ relational operators?</p> - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/contributing.html">Contributing</a></li> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <li class=""><a href="/docs/api.html">API</a></li> @@ -2648,18 +2302,6 @@ relational operators?</p> - - - - - - - - - - - - <li class=""><a href="/docs/testapi.html">Test API</a></li> @@ -2678,12 +2320,19 @@ relational operators?</p> <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Added: calcite/site/downloads/index.html URL: http://svn.apache.org/viewvc/calcite/site/downloads/index.html?rev=1714264&view=auto ============================================================================== --- calcite/site/downloads/index.html (added) +++ calcite/site/downloads/index.html Fri Nov 13 20:18:11 2015 @@ -0,0 +1,260 @@ +<!DOCTYPE HTML> +<html lang="en-US"> +<head> + <meta charset="UTF-8"> + <title>Downloads</title> + <meta name="viewport" content="width=device-width,initial-scale=1"> + <meta name="generator" content="Jekyll v2.4.0"> + <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900"> + <link rel="stylesheet" href="/css/screen.css"> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <!--[if lt IE 9]> + <script src="/js/html5shiv.min.js"></script> + <script src="/js/respond.min.js"></script> + <![endif]--> +</head> + + +<body class="wrap"> + <header role="banner"> + <nav class="mobile-nav show-on-mobiles"> + <ul> + <li class=""> + <a href="/">Home</a> + </li> + <li class="current"> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> + </li> + <li class=""> + <a href="/news/">News</a> + </li> + <li class=""> + <a href="/docs/">Docs</a> + </li> +</ul> + + </nav> + <div class="grid"> + <div class="unit one-third center-on-mobiles"> + <h1> + <a href="/"> + <span class="sr-only">Apache Calcite</span> + <img src="/img/logo.png" width="226" height="140" alt="Calcite Logo"> + </a> + </h1> + </div> + <nav class="main-nav unit two-thirds hide-on-mobiles"> + <ul> + <li class=""> + <a href="/">Home</a> + </li> + <li class="current"> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> + </li> + <li class=""> + <a href="/news/">News</a> + </li> + <li class=""> + <a href="/docs/">Docs</a> + </li> +</ul> + + </nav> + </div> +</header> + + + <section class="standalone"> + <div class="grid"> + + <div class="unit whole"> + <article> + <h1>Downloads</h1> + <!-- + +--> + +<p>Calcite is released as a source artifact, and also through Maven.</p> + +<h1 id="source-releases">Source releases</h1> + +<table> + <thead> + <tr> + <th style="text-align: left">Release</th> + <th style="text-align: left">Date</th> + <th style="text-align: left">Commit</th> + <th style="text-align: left">Download</th> + </tr> + </thead> + <tbody> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v1-5-0">1.5.0</a></td> + <td style="text-align: left">10 Nov 2015</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/ba6e43c">ba6e43c</a></td> + <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.5.0/apache-calcite-1.5.0-src.tar.gz&action=download">tar</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.5.0/apache-calcite-1.5.0-src.tar.gz.md5">md5</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.5.0/apache-calcite-1.5.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.5.0/apache-calcite-1.5.0-src.zip&action=download">zip</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.5.0/apache-calcite-1.5.0-src.zip.md5">md5</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.5.0/apache-calcite-1.5.0-src.zip.asc">pgp</a>)</td> + </tr> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v1-4-0">1.4.0-incubating</a></td> + <td style="text-align: left">02 Sep 2015</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/0c0c203d">0c0c203d</a></td> + <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.4.0-incubating/apache-calcite-1.4.0-incubating-src.tar.gz&action=download">tar</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.4.0-incubating/apache-calcite-1.4.0-incubating-src.tar.gz.md5">md5</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.4.0-incubating/apache-calcite-1.4.0-incubating-src.tar.gz.asc">pgp</a>) <br /> <a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.4.0-incubating/apache-calcite-1.4.0-incubating-src.zip&action=download">zip</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.4.0-incubating/apache-calcite-1.4.0-incubating-src.zip.md5">md5</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.4.0-incubating/apache-calcite-1.4.0-incubating-src.zip.asc">pgp</a>)</td> + </tr> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v1-3-0">1.3.0-incubating</a></td> + <td style="text-align: left">30 May 2015</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/495f1859">495f1859</a></td> + <td style="text-align: left"><a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-1.3.0-incubating/apache-calcite-1.3.0-incubating-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.3.0-incubating/apache-calcite-1.3.0-incubating-src.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.3.0-incubating/apache-calcite-1.3.0-incubating-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-1.3.0-incubating/apache-calcite-1.3.0-incubating-src.zip">zip</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.3.0-incubating/apache-calcite-1.3.0-incubating-src.zip.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.3.0-incubating/apache-calcite-1.3.0-incubating-src.zip.asc">pgp</a>)</td> + </tr> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v1-2-0">1.2.0-incubating</a></td> + <td style="text-align: left">07 Apr 2015</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/d60f2aa">d60f2aa</a></td> + <td style="text-align: left"><a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-1.2.0-incubating/apache-calcite-1.2.0-incubating-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.2.0-incubating/apache-calcite-1.2.0-incubating-src.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.2.0-incubating/apache-calcite-1.2.0-incubating-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-1.2.0-incubating/apache-calcite-1.2.0-incubating-src.zip">zip</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.2.0-incubating/apache-calcite-1.2.0-incubating-src.zip.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.2.0-incubating/apache-calcite-1.2.0-incubating-src.zip.asc">pgp</a>)</td> + </tr> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v1-1-0">1.1.0-incubating</a></td> + <td style="text-align: left">13 Mar 2015</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/f10ea367">f10ea367</a></td> + <td style="text-align: left"><a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-1.1.0-incubating/apache-calcite-1.1.0-incubating-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.1.0-incubating/apache-calcite-1.1.0-incubating-src.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.1.0-incubating/apache-calcite-1.1.0-incubating-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-1.1.0-incubating/apache-calcite-1.1.0-incubating-src.zip">zip</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.1.0-incubating/apache-calcite-1.1.0-incubating-src.zip.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.1.0-incubating/apache-calcite-1.1.0-incubating-src.zip.asc">pgp</a>)</td> + </tr> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v1-0-0">1.0.0-incubating</a></td> + <td style="text-align: left">31 Jan 2015</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/2dd83f2">2dd83f2</a></td> + <td style="text-align: left"><a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-1.0.0-incubating/apache-calcite-1.0.0-incubating-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.0.0-incubating/apache-calcite-1.0.0-incubating-src.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.0.0-incubating/apache-calcite-1.0.0-incubating-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-1.0.0-incubating/apache-calcite-1.0.0-incubating-src.zip">zip</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.0.0-incubating/apache-calcite-1.0.0-incubating-src.zip.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-1.0.0-incubating/apache-calcite-1.0.0-incubating-src.zip.asc">pgp</a>)</td> + </tr> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v0-9-2">0.9.2-incubating</a></td> + <td style="text-align: left">05 Nov 2014</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/0404fd23">0404fd23</a></td> + <td style="text-align: left"><a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.2-incubating/apache-calcite-0.9.2-incubating-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.2-incubating/apache-calcite-0.9.2-incubating-src.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.2-incubating/apache-calcite-0.9.2-incubating-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.2-incubating/apache-calcite-0.9.2-incubating-src.zip">zip</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.2-incubating/apache-calcite-0.9.2-incubating-src.zip.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.2-incubating/apache-calcite-0.9.2-incubating-src.zip.asc">pgp</a>)</td> + </tr> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v0-9-1">0.9.1-incubating</a></td> + <td style="text-align: left">02 Oct 2014</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/68012573">68012573</a></td> + <td style="text-align: left"><a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.1-incubating/apache-calcite-0.9.1-incubating-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.1-incubating/apache-calcite-0.9.1-incubating-src.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.1-incubating/apache-calcite-0.9.1-incubating-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.1-incubating/apache-calcite-0.9.1-incubating-src.zip">zip</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.1-incubating/apache-calcite-0.9.1-incubating-src.zip.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.9.1-incubating/apache-calcite-0.9.1-incubating-src.zip.asc">pgp</a>)</td> + </tr> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v0-9-0">0.9.0-incubating</a></td> + <td style="text-align: left">19 Aug 2014</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/45e5269b">45e5269b</a></td> + <td style="text-align: left"><a href="http://archive.apache.org/dist/incubator/calcite/apache-optiq-0.9.0-incubating/apache-optiq-0.9.0-incubating-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-optiq-0.9.0-incubating/apache-optiq-0.9.0-incubating-src.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-optiq-0.9.0-incubating/apache-optiq-0.9.0-incubating-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/incubator/calcite/apache-optiq-0.9.0-incubating/apache-optiq-0.9.0-incubating-src.zip">zip</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-optiq-0.9.0-incubating/apache-optiq-0.9.0-incubating-src.zip.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-optiq-0.9.0-incubating/apache-optiq-0.9.0-incubating-src.zip.asc">pgp</a>)</td> + </tr> + <tr> + <td style="text-align: left"><a href="/docs/history.html#v0-8">0.8</a></td> + <td style="text-align: left">27 Jun 2014</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/3da850a1">3da850a1</a></td> + <td style="text-align: left"><a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-0.8/apache-calcite-0.8-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.8/apache-calcite-0.8-src.tar.gz.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.8/apache-calcite-0.8-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/incubator/calcite/apache-calcite-0.8/apache-calcite-0.8-src.zip">zip</a> (<a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.8/apache-calcite-0.8-src.zip.md5">md5</a> <a href="https://archive.apache.org/dist/incubator/calcite/apache-calcite-0.8/apache-calcite-0.8-src.zip.asc">pgp</a>)</td> + </tr> + </tbody> +</table> + +<p>Choose a source distribution in either <em>tar</em> or <em>zip</em> format, +and <a href="http://www.apache.org/dyn/closer.cgi#verify">verify</a> +using the corresponding <em>pgp</em> signature (using the committer file in +<a href="http://www.apache.org/dist/calcite/KEYS">KEYS</a>). +If you cannot do that, the <em>md5</em> hash file may be used to check that the +download has completed OK.</p> + +<p>For fast downloads, recent source distributions may be hosted on mirror servers; +older source distributions are in the +<a href="http://archive.apache.org/dist/calcite/">archive</a> +or <a href="http://archive.apache.org/dist/incubator/calcite/">incubator archive</a>. +If a download from a mirror fails, retry, and the second download will likely +succeed.</p> + +<p>For security, hash and signature files are always hosted at +<a href="https://www.apache.org/dist">Apache</a>.</p> + +<h1 id="maven-artifacts">Maven artifacts</h1> + +<p>Add the following to the dependencies section of your <code>pom.xml</code> file:</p> + +<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependencies></span> + <span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.calcite<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>calcite-core<span class="nt"></artifactId></span> + <span class="nt"><version></span>1.5.0<span class="nt"></version></span> + <span class="nt"></dependency></span> +<span class="nt"></dependencies></span></code></pre></div> + +<p>Also include <code><dependency></code> elements for any extension modules you +need: <code>calcite-mongodb</code>, <code>calcite-spark</code>, <code>calcite-splunk</code>, and so +forth.</p> + + </article> + </div> + + <div class="clear"></div> + + </div> +</section> + + + <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> + <p>The contents of this website are © 2015 + <a href="https://www.apache.org/">Apache Software Foundation</a> + under the terms of + the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> + Apache License v2</a>. Apache Calcite and its logo are + trademarks of the Apache Software Foundation.</p> + </div> +</footer> + + <script> + var anchorForId = function (id) { + var anchor = document.createElement("a"); + anchor.className = "header-link"; + anchor.href = "#" + id; + anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>"; + anchor.title = "Permalink"; + return anchor; + }; + + var linkifyAnchors = function (level, containingElement) { + var headers = containingElement.getElementsByTagName("h" + level); + for (var h = 0; h < headers.length; h++) { + var header = headers[h]; + + if (typeof header.id !== "undefined" && header.id !== "") { + header.appendChild(anchorForId(header.id)); + } + } + }; + + document.onreadystatechange = function () { + if (this.readyState === "complete") { + var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0]; + if (!contentBlock) { + return; + } + for (var level = 1; level <= 6; level++) { + linkifyAnchors(level, contentBlock); + } + } + }; +</script> + + +</body> +</html> Added: calcite/site/img/feather.png URL: http://svn.apache.org/viewvc/calcite/site/img/feather.png?rev=1714264&view=auto ============================================================================== Binary file - no diff available. Propchange: calcite/site/img/feather.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: calcite/site/index.html URL: http://svn.apache.org/viewvc/calcite/site/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/index.html (original) +++ calcite/site/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/news/">News</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/news/">News</a> + <a href="/develop/">Develop</a> </li> <li class=""> - <a href="/help/">Help</a> + <a href="/news/">News</a> </li> <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -106,15 +106,47 @@ <div class="clear"></div> </div> </section> +<section class="resources"> + <div class="grid"> + <div class="unit one-third"> + <summary> + <h3>Resources</h3> + <ul> + <li><a href="/downloads">Downloads</a></li> + <li><a href="/docs/history.html">History</a></li> + <li><a href="http://www.apache.org/security">Security</a></li> + </ul> + </summary> + </div> + <div class="unit one-third"> + <summary> + <h3>Apache</h3> + <ul> + <li><a href="http://www.apache.org/licenses">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org">Website</a></li> + </ul> + </summary> + </div> + </div> +</section> <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html (original) +++ calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -286,12 +290,19 @@ new utility, <code>SqlRun</code>.</p> <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html (original) +++ calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -284,12 +288,19 @@ <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html (original) +++ calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -284,12 +288,19 @@ <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html (original) +++ calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -287,12 +291,19 @@ before you move on to 1.0.</p> <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html (original) +++ calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -297,12 +301,19 @@ and fixes about 30 bugs.</p> <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html (original) +++ calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -296,12 +300,19 @@ calling constructors directly.</p> <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html (original) +++ calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -296,12 +300,19 @@ improve implicit and explicit conversion <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2015/04/24/new-committers/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/04/24/new-committers/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2015/04/24/new-committers/index.html (original) +++ calcite/site/news/2015/04/24/new-committers/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -291,12 +295,19 @@ committers for their work on Calcite. We <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html (original) +++ calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -288,12 +292,19 @@ and various improvements to Avatica.</p> <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2015/06/05/algebra-builder/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/06/05/algebra-builder/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2015/06/05/algebra-builder/index.html (original) +++ calcite/site/news/2015/06/05/algebra-builder/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -336,12 +340,19 @@ extensive set of query-optimization rule <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script> Modified: calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html URL: http://svn.apache.org/viewvc/calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html?rev=1714264&r1=1714263&r2=1714264&view=diff ============================================================================== --- calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html (original) +++ calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html Fri Nov 13 20:18:11 2015 @@ -23,19 +23,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/community/">Community</a> + </li> + <li class=""> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -55,19 +55,19 @@ <a href="/">Home</a> </li> <li class=""> - <a href="/docs/">Documentation</a> + <a href="/downloads/">Download</a> + </li> + <li class=""> + <a href="/community/">Community</a> </li> <li class=""> - <a href="/talks/">Talks</a> + <a href="/develop/">Develop</a> </li> <li class="current"> <a href="/news/">News</a> </li> <li class=""> - <a href="/help/">Help</a> - </li> - <li class=""> - <a href="/develop/">Develop</a> + <a href="/docs/">Docs</a> </li> </ul> @@ -153,6 +153,8 @@ + + @@ -169,6 +171,8 @@ + + <a href="http://people.apache.org/~jhyde" class="post-author"> <img src="http://github.com/julianhyde.png" class="avatar" alt="jhyde avatar" @@ -296,12 +300,19 @@ and <a href="https://www.youtube.com/wat <footer role="contentinfo"> + <div id="poweredby"> + <a href="http://www.apache.org/"> + <span class="sr-only">Apache</span> + <img src="/img/feather.png" alt="Apache Logo"></a> + </div> + <div id="copyright"> <p>The contents of this website are © 2015 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License v2</a>. Apache Calcite and its logo are trademarks of the Apache Software Foundation.</p> + </div> </footer> <script>
