blob: 033f9969374f7d39cf4bece11dcebd5d08517a7d [file] [log] [blame]
Till Westmann894aeac2013-06-05 21:33:18 -07001<?xml version="1.0" encoding="ISO-8859-1"?>
2
Till Westmannea8ab392013-06-05 15:17:08 -07003<!--
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 Heilbronb54bcb82014-03-11 13:46:28 -07008 !
Till Westmannea8ab392013-06-05 15:17:08 -07009 ! http://www.apache.org/licenses/LICENSE-2.0
Zachary Heilbronb54bcb82014-03-11 13:46:28 -070010 !
Till Westmannea8ab392013-06-05 15:17:08 -070011 ! 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 Westmann7f70dd42013-05-24 18:07:47 -070017
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 Westmann7f70dd42013-05-24 18:07:47 -070021 <bannerLeft>
Till Westmann6d0fff22013-06-04 12:19:03 -070022 <name>AsterixDB</name>
23 <src>images/asterixlogo.png</src>
Till Westmannf55c4752015-05-29 12:23:07 -070024 <href>http://asterixdb.incubator.apache.org/</href>
Till Westmann7f70dd42013-05-24 18:07:47 -070025 </bannerLeft>
Zachary Heilbronb54bcb82014-03-11 13:46:28 -070026
Till Westmannf55c4752015-05-29 12:23:07 -070027 <bannerRight>
28 <name>Apache Software Foundation Incubator</name>
29 <src>images/egg-logo.png</src>
30 <href>http://incubator.apache.org/</href>
31 </bannerRight>
32
Till Westmann6d0fff22013-06-04 12:19:03 -070033 <version position="right"/>
34
Till Westmanna6ae41a2013-06-04 23:41:58 -070035 <poweredBy>
36 <logo name="Hyracks"
Till Westmannf55c4752015-05-29 12:23:07 -070037 href="http://asterixdb.incubator.apache.org/"
Till Westmanna6ae41a2013-06-04 23:41:58 -070038 img="images/hyrax_ts.png"/>
39 </poweredBy>
Till Westmann7f70dd42013-05-24 18:07:47 -070040
41 <skin>
42 <groupId>org.apache.maven.skins</groupId>
43 <artifactId>maven-fluido-skin</artifactId>
Till Westmann6d0fff22013-06-04 12:19:03 -070044 <version>1.3.0</version>
Till Westmann7f70dd42013-05-24 18:07:47 -070045 </skin>
46 <custom>
47 <fluidoSkin>
Till Westmann6d0fff22013-06-04 12:19:03 -070048 <!-- <topBarEnabled>true</topBarEnabled>
49 <topBarIcon>
50 <name>AsterixDB</name>
51 <alt>AsterixDB</alt>
52 <src>images/asterixlogo.png</src>
53 <href>/index.html</href>
54 </topBarIcon>
55 <sideBarEnabled>false</sideBarEnabled> -->
56 <!-- <topBarContainerStyle>width: 90%;</topBarContainerStyle> -->
57 <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
Till Westmann7f70dd42013-05-24 18:07:47 -070058 <!-- <googlePlusOne /> -->
59 </fluidoSkin>
60 </custom>
61
62 <body>
63 <links>
Till Westmannf55c4752015-05-29 12:23:07 -070064 <item name="Home" href="index.html"/>
Till Westmann7f70dd42013-05-24 18:07:47 -070065 </links>
66
Till Westmannf55c4752015-05-29 12:23:07 -070067 <menu name="Apache Software Foundation">
68 <item name="Home" href="http://www.apache.org/" />
69 <item name="Donate" href="http://www.apache.org/foundation/sponsorship.html" />
70 <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
71 <item name="Security" href="http://www.apache.org/security/" />
72 </menu>
73
74 <menu name="User Documentation">
Raman Groverb4c89012013-08-18 18:25:32 -070075 <item name="Installing and Managing AsterixDB using Managix" href="install.html"/>
Till Westmann8af82932013-06-04 10:35:48 -070076 <item name="AsterixDB 101: An ADM and AQL Primer" href="aql/primer.html"/>
Till Westmannf55c4752015-05-29 12:23:07 -070077 <item name="AsterixDB 101: An ADM and AQL Primer (For SQL Fans)" href="aql/primer-sql-like.html"/>
Zachary Heilbronb54bcb82014-03-11 13:46:28 -070078 <item name="AsterixDB Javascript SDK" href="aql/js-sdk.html"/>
Till Westmann8af82932013-06-04 10:35:48 -070079 <item name="Asterix Data Model (ADM)" href="aql/datamodel.html"/>
Till Westmann6ff5f882013-06-04 16:16:08 -070080 <item name="Asterix Query Language (AQL)" href="aql/manual.html"/>
Till Westmann4e27fcd2013-06-06 15:49:55 -070081 <item name="AQL Functions" href="aql/functions.html"/>
JAroda39bb272013-06-08 02:36:24 -070082 <item name="AQL Allen's Relations Functions" href="aql/allens.html"/>
Till Westmann6ff5f882013-06-04 16:16:08 -070083 <item name="AQL Support of Similarity Queries" href="aql/similarity.html"/>
84 <item name="Accessing External Data" href="aql/externaldata.html"/>
salsubaieef4e13fb2014-11-17 07:55:31 +030085 <item name="Filter-Based LSM Index Acceleration" href="aql/filters.html"/>
Till Westmann8af82932013-06-04 10:35:48 -070086 <item name="REST API to AsterixDB" href="api.html"/>
Till Westmann7f70dd42013-05-24 18:07:47 -070087 </menu>
88
89 <menu ref="reports"/>
Till Westmann6d0fff22013-06-04 12:19:03 -070090
Till Westmannf55c4752015-05-29 12:23:07 -070091 <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 Westmann6d0fff22013-06-04 12:19:03 -0700100
Till Westmann7f70dd42013-05-24 18:07:47 -0700101 </body>
102</project>