blob: 150544e365ea35191762e530e6fd13f7c6ee4ab8 [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
8 !
9 ! http://www.apache.org/licenses/LICENSE-2.0
10 !
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 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>
24 <href>/index.html</href>
Till Westmann7f70dd42013-05-24 18:07:47 -070025 </bannerLeft>
Till Westmann6d0fff22013-06-04 12:19:03 -070026
27 <version position="right"/>
28
Till Westmanna6ae41a2013-06-04 23:41:58 -070029 <poweredBy>
30 <logo name="Hyracks"
31 href="https://code.google.com/p/hyracks/"
32 img="images/hyrax_ts.png"/>
33 </poweredBy>
Till Westmann7f70dd42013-05-24 18:07:47 -070034
35 <skin>
36 <groupId>org.apache.maven.skins</groupId>
37 <artifactId>maven-fluido-skin</artifactId>
Till Westmann6d0fff22013-06-04 12:19:03 -070038 <version>1.3.0</version>
Till Westmann7f70dd42013-05-24 18:07:47 -070039 </skin>
40 <custom>
41 <fluidoSkin>
Till Westmann6d0fff22013-06-04 12:19:03 -070042 <!-- <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 Westmann7f70dd42013-05-24 18:07:47 -070052 <!-- <googlePlusOne /> -->
53 </fluidoSkin>
54 </custom>
55
56 <body>
57 <links>
58 <item name="Home" href="index.html"/>
59 </links>
60
61 <menu name="Documentation">
Raman Grover160cad72013-08-18 14:22:37 -070062 <item name="Installing and Managing AsterixDB using Managix" href="install.html"/>
Till Westmann8af82932013-06-04 10:35:48 -070063 <item name="AsterixDB 101: An ADM and AQL Primer" href="aql/primer.html"/>
64 <item name="Asterix Data Model (ADM)" href="aql/datamodel.html"/>
Till Westmann6ff5f882013-06-04 16:16:08 -070065 <item name="Asterix Functions" href="aql/functions.html"/>
66 <item name="Asterix Query Language (AQL)" href="aql/manual.html"/>
67 <item name="AQL Support of Similarity Queries" href="aql/similarity.html"/>
68 <item name="Accessing External Data" href="aql/externaldata.html"/>
Till Westmann8af82932013-06-04 10:35:48 -070069 <item name="REST API to AsterixDB" href="api.html"/>
Till Westmann7f70dd42013-05-24 18:07:47 -070070 </menu>
71
72 <menu ref="reports"/>
Till Westmann6d0fff22013-06-04 12:19:03 -070073
74 <footer>&copy; Copyright 2013 University of California, Irvine</footer>
75
Till Westmann7f70dd42013-05-24 18:07:47 -070076 </body>
77</project>