blob: 210ca036795eb905b10c38a3fbba37a02733afd6 [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
2 ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License");
4 ! you may not use this file except in compliance with the License.
5 ! you may obtain a copy of the License from
6 !
7 ! http://www.apache.org/licenses/LICENSE-2.0
8 !
9 ! Unless required by applicable law or agreed to in writing, software
10 ! distributed under the License is distributed on an "AS IS" BASIS,
11 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ! See the License for the specific language governing permissions and
13 ! limitations under the License.
14 !-->
Till Westmann7f70dd42013-05-24 18:07:47 -070015<?xml version="1.0" encoding="ISO-8859-1"?>
16
17<project name="AsterixDB" xmlns="http://maven.apache.org/DECORATION/1.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 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 -070020 <bannerLeft>
Till Westmann6d0fff22013-06-04 12:19:03 -070021 <name>AsterixDB</name>
22 <src>images/asterixlogo.png</src>
23 <href>/index.html</href>
Till Westmann7f70dd42013-05-24 18:07:47 -070024 </bannerLeft>
Till Westmann6d0fff22013-06-04 12:19:03 -070025
26 <version position="right"/>
27
Till Westmanna6ae41a2013-06-04 23:41:58 -070028 <poweredBy>
29 <logo name="Hyracks"
30 href="https://code.google.com/p/hyracks/"
31 img="images/hyrax_ts.png"/>
32 </poweredBy>
Till Westmann7f70dd42013-05-24 18:07:47 -070033
34 <skin>
35 <groupId>org.apache.maven.skins</groupId>
36 <artifactId>maven-fluido-skin</artifactId>
Till Westmann6d0fff22013-06-04 12:19:03 -070037 <version>1.3.0</version>
Till Westmann7f70dd42013-05-24 18:07:47 -070038 </skin>
39 <custom>
40 <fluidoSkin>
Till Westmann6d0fff22013-06-04 12:19:03 -070041 <!-- <topBarEnabled>true</topBarEnabled>
42 <topBarIcon>
43 <name>AsterixDB</name>
44 <alt>AsterixDB</alt>
45 <src>images/asterixlogo.png</src>
46 <href>/index.html</href>
47 </topBarIcon>
48 <sideBarEnabled>false</sideBarEnabled> -->
49 <!-- <topBarContainerStyle>width: 90%;</topBarContainerStyle> -->
50 <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
Till Westmann7f70dd42013-05-24 18:07:47 -070051 <!-- <googlePlusOne /> -->
52 </fluidoSkin>
53 </custom>
54
55 <body>
56 <links>
57 <item name="Home" href="index.html"/>
58 </links>
59
60 <menu name="Documentation">
Till Westmann6ff5f882013-06-04 16:16:08 -070061 <item name="Installing AsterixDB using Managix" href="install.html"/>
Till Westmann8af82932013-06-04 10:35:48 -070062 <item name="AsterixDB 101: An ADM and AQL Primer" href="aql/primer.html"/>
63 <item name="Asterix Data Model (ADM)" href="aql/datamodel.html"/>
Till Westmann6ff5f882013-06-04 16:16:08 -070064 <item name="Asterix Functions" href="aql/functions.html"/>
65 <item name="Asterix Query Language (AQL)" href="aql/manual.html"/>
66 <item name="AQL Support of Similarity Queries" href="aql/similarity.html"/>
67 <item name="Accessing External Data" href="aql/externaldata.html"/>
Till Westmann8af82932013-06-04 10:35:48 -070068 <item name="REST API to AsterixDB" href="api.html"/>
Till Westmann7f70dd42013-05-24 18:07:47 -070069 </menu>
70
71 <menu ref="reports"/>
Till Westmann6d0fff22013-06-04 12:19:03 -070072
73 <footer>&copy; Copyright 2013 University of California, Irvine</footer>
74
Till Westmann7f70dd42013-05-24 18:07:47 -070075 </body>
76</project>