Till Westmann | 894aeac | 2013-06-05 21:33:18 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | |
Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 3 | <!-- |
| 4 | ! Copyright 2009-2013 by The Regents of the University of California |
| 5 | ! Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ! you may not use this file except in compliance with the License. |
| 7 | ! you may obtain a copy of the License from |
Zachary Heilbron | b54bcb8 | 2014-03-11 13:46:28 -0700 | [diff] [blame] | 8 | ! |
Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 9 | ! http://www.apache.org/licenses/LICENSE-2.0 |
Zachary Heilbron | b54bcb8 | 2014-03-11 13:46:28 -0700 | [diff] [blame] | 10 | ! |
Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 11 | ! Unless required by applicable law or agreed to in writing, software |
| 12 | ! distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ! See the License for the specific language governing permissions and |
| 15 | ! limitations under the License. |
| 16 | !--> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 17 | |
| 18 | <project name="AsterixDB" xmlns="http://maven.apache.org/DECORATION/1.0.0" |
| 19 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 21 | <bannerLeft> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 22 | <name>AsterixDB</name> |
| 23 | <src>images/asterixlogo.png</src> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame^] | 24 | <href>http://asterixdb.apache.org/</href> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 25 | </bannerLeft> |
Zachary Heilbron | b54bcb8 | 2014-03-11 13:46:28 -0700 | [diff] [blame] | 26 | |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 27 | <version position="right"/> |
| 28 | |
Till Westmann | a6ae41a | 2013-06-04 23:41:58 -0700 | [diff] [blame] | 29 | <poweredBy> |
| 30 | <logo name="Hyracks" |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 31 | href="https://code.google.com/p/hyracks/" |
Till Westmann | a6ae41a | 2013-06-04 23:41:58 -0700 | [diff] [blame] | 32 | img="images/hyrax_ts.png"/> |
| 33 | </poweredBy> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 34 | |
| 35 | <skin> |
| 36 | <groupId>org.apache.maven.skins</groupId> |
| 37 | <artifactId>maven-fluido-skin</artifactId> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 38 | <version>1.3.0</version> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 39 | </skin> |
| 40 | <custom> |
| 41 | <fluidoSkin> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 42 | <!-- <topBarEnabled>true</topBarEnabled> |
| 43 | <topBarIcon> |
| 44 | <name>AsterixDB</name> |
| 45 | <alt>AsterixDB</alt> |
| 46 | <src>images/asterixlogo.png</src> |
| 47 | <href>/index.html</href> |
| 48 | </topBarIcon> |
| 49 | <sideBarEnabled>false</sideBarEnabled> --> |
| 50 | <!-- <topBarContainerStyle>width: 90%;</topBarContainerStyle> --> |
| 51 | <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 52 | <!-- <googlePlusOne /> --> |
| 53 | </fluidoSkin> |
| 54 | </custom> |
| 55 | |
| 56 | <body> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 57 | <head> |
| 58 | <script> |
| 59 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 60 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 61 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 62 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 63 | |
| 64 | ga('create', 'UA-41536543-1', 'uci.edu'); |
| 65 | ga('send', 'pageview'); |
| 66 | </script> |
| 67 | </head> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 68 | <links> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 69 | <item name="Documentation Home" href="index.html"/> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 70 | </links> |
| 71 | |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 72 | <menu name="Documentation"> |
Raman Grover | b4c8901 | 2013-08-18 18:25:32 -0700 | [diff] [blame] | 73 | <item name="Installing and Managing AsterixDB using Managix" href="install.html"/> |
Ian Maxon | 77e6de0 | 2015-07-28 17:24:28 -0700 | [diff] [blame] | 74 | <item name="Deploying AsterixDB using YARN" href="yarn.html"/> |
Till Westmann | 8af8293 | 2013-06-04 10:35:48 -0700 | [diff] [blame] | 75 | <item name="AsterixDB 101: An ADM and AQL Primer" href="aql/primer.html"/> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 76 | <item name="AsterixDB 101: An ADM and AQL Primer (For SQL Fans)" href="aql/primer-sql-like.html"/> |
Zachary Heilbron | b54bcb8 | 2014-03-11 13:46:28 -0700 | [diff] [blame] | 77 | <item name="AsterixDB Javascript SDK" href="aql/js-sdk.html"/> |
Till Westmann | 8af8293 | 2013-06-04 10:35:48 -0700 | [diff] [blame] | 78 | <item name="Asterix Data Model (ADM)" href="aql/datamodel.html"/> |
Till Westmann | 6ff5f88 | 2013-06-04 16:16:08 -0700 | [diff] [blame] | 79 | <item name="Asterix Query Language (AQL)" href="aql/manual.html"/> |
Till Westmann | 4e27fcd | 2013-06-06 15:49:55 -0700 | [diff] [blame] | 80 | <item name="AQL Functions" href="aql/functions.html"/> |
JArod | a39bb27 | 2013-06-08 02:36:24 -0700 | [diff] [blame] | 81 | <item name="AQL Allen's Relations Functions" href="aql/allens.html"/> |
Till Westmann | 6ff5f88 | 2013-06-04 16:16:08 -0700 | [diff] [blame] | 82 | <item name="AQL Support of Similarity Queries" href="aql/similarity.html"/> |
| 83 | <item name="Accessing External Data" href="aql/externaldata.html"/> |
Ian Maxon | 77e6de0 | 2015-07-28 17:24:28 -0700 | [diff] [blame] | 84 | <item name="Support for Data Ingestion in AsterixDB" href="feeds/tutorial.html" /> |
salsubaiee | f4e13fb | 2014-11-17 07:55:31 +0300 | [diff] [blame] | 85 | <item name="Filter-Based LSM Index Acceleration" href="aql/filters.html"/> |
Ian Maxon | ce91b9a | 2015-07-28 18:03:46 -0700 | [diff] [blame] | 86 | <item name="HTTP API to AsterixDB" href="api.html"/> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 87 | </menu> |
| 88 | |
| 89 | <menu ref="reports"/> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 90 | |
Till Westmann | f55c475 | 2015-05-29 12:23:07 -0700 | [diff] [blame] | 91 | <footer> |
| 92 | <div class="row-fluid">Apache AsterixDB, AsterixDB, Apache, the Apache |
| 93 | feather logo, and the Apache AsterixDB project logo are either |
| 94 | registered trademarks or trademarks of The Apache Software |
| 95 | Foundation in the United States and other countries. |
| 96 | All other marks mentioned may be trademarks or registered |
| 97 | trademarks of their respective owners. |
| 98 | </div> |
| 99 | </footer> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 100 | |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 101 | </body> |
| 102 | </project> |