You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2014/01/14 21:05:31 UTC

svn commit: r1558180 - /incubator/phoenix/phoenix-docs/src/docsrc/html/fragments.html

Author: mujtaba
Date: Tue Jan 14 20:05:31 2014
New Revision: 1558180

URL: http://svn.apache.org/r1558180
Log:
Clean up language reference generation

Modified:
    incubator/phoenix/phoenix-docs/src/docsrc/html/fragments.html

Modified: incubator/phoenix/phoenix-docs/src/docsrc/html/fragments.html
URL: http://svn.apache.org/viewvc/incubator/phoenix/phoenix-docs/src/docsrc/html/fragments.html?rev=1558180&r1=1558179&r2=1558180&view=diff
==============================================================================
--- incubator/phoenix/phoenix-docs/src/docsrc/html/fragments.html (original)
+++ incubator/phoenix/phoenix-docs/src/docsrc/html/fragments.html Tue Jan 14 20:05:31 2014
@@ -1,43 +1,36 @@
-<!--
-Copyright (c) 2012, Salesforce.com, Inc.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-    Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-    Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-    Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+<!--############################################################################
+#
+# Copyright 2010 The Apache Software Foundation
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+#
+############################################################################
 -->
-<html><head>
-    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-    <meta http-equiv="Pragma" content="no-cache" />
-    <meta http-equiv="Expires" content="-1" />
-    <title>Phoenix</title>
 
+<html>
+<head>
 <!-- [search] { -->
-<script type="text/javascript" src="navigation.js"></script>
-</head><body onload="highlightTab();">
-
-<div class="pageTitle">Phoenix Language Reference</div>
-<div>
-<p>Phoenix is a SQL layer over HBase delivered as an embedded JDBC driver.
-The top level commands, SQL syntax, built-in functions, and supported data types are documented in the separate tabs below.
-</p>
-<br/>
-</div>
-<div class="menu">
-<a id="grammarTab" class="inactiveTab" href="index.html">SQL Grammar</a>
-<a id="functionsTab" class="inactiveTab" href="functions.html">Functions</a>
-<a id="dataTypesTab" class="inactiveTab" href="datatypes.html">Data Types</a>
-</div>
-<div id="content" class="content">
+</head>
+<body>
 
 <!-- } -->
 
 <!-- [close] { -->
-</div>
+
 <!-- } -->
 
-</body></html>
\ No newline at end of file
+</body></html>