You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Julian Hyde <ju...@gmail.com> on 2014/11/04 20:05:59 UTC

Web page

We finally have a web page (and note that it has a link to the new 0.9.1 release). Thanks to Sree Vaddi for making it happen!

http://calcite.incubator.apache.org/

It still needs lots of work. Building the site locally is as simple as this:

svn co https://svn.apache.org/repos/asf/incubator/calcite
cd calcite
mvn site
open site/index.html # open site in browser

Once you’ve edited a few files and have changes to submit, create a JIRA case and attach a patch:

svn diff --git > CALCITE-nnn.patch

Julian