Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 1 | <!-- |
| 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 Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 15 | <?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 Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 20 | <bannerLeft> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 21 | <name>AsterixDB</name> |
| 22 | <src>images/asterixlogo.png</src> |
| 23 | <href>/index.html</href> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 24 | </bannerLeft> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 25 | |
| 26 | <version position="right"/> |
| 27 | |
Till Westmann | a6ae41a | 2013-06-04 23:41:58 -0700 | [diff] [blame] | 28 | <poweredBy> |
| 29 | <logo name="Hyracks" |
| 30 | href="https://code.google.com/p/hyracks/" |
| 31 | img="images/hyrax_ts.png"/> |
| 32 | </poweredBy> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 33 | |
| 34 | <skin> |
| 35 | <groupId>org.apache.maven.skins</groupId> |
| 36 | <artifactId>maven-fluido-skin</artifactId> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 37 | <version>1.3.0</version> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 38 | </skin> |
| 39 | <custom> |
| 40 | <fluidoSkin> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 41 | <!-- <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 Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 51 | <!-- <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 Westmann | 6ff5f88 | 2013-06-04 16:16:08 -0700 | [diff] [blame] | 61 | <item name="Installing AsterixDB using Managix" href="install.html"/> |
Till Westmann | 8af8293 | 2013-06-04 10:35:48 -0700 | [diff] [blame] | 62 | <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 Westmann | 6ff5f88 | 2013-06-04 16:16:08 -0700 | [diff] [blame] | 64 | <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 Westmann | 8af8293 | 2013-06-04 10:35:48 -0700 | [diff] [blame] | 68 | <item name="REST API to AsterixDB" href="api.html"/> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 69 | </menu> |
| 70 | |
| 71 | <menu ref="reports"/> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 72 | |
| 73 | <footer>© Copyright 2013 University of California, Irvine</footer> |
| 74 | |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 75 | </body> |
| 76 | </project> |