blob: a4452ea37158e09b59adaa9bf4a92685312a5588 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Apache Marmotta</title>
<style type="text/css">
html, body {
background: #eeeeee url('logo') no-repeat right top;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin: 5px 30px auto 20px;
padding-top: 100px;
}
h1, h2 {
margin-bottom: 1em;
}
p {
margin-bottom: 2em;
}
</style>
</head>
<body>
<h2>Welcome to</h2>
<h1>Apache Marmotta ${MARMOTTA_VERSION}</h1>
<h2>Installation Wizard</h2>
<p>
Apache Marmotta provides an open implementation of a Linked Data Platform
that can be used, extended, and deployed easily by organizations who want
to publish Linked Data or build custom applications on Linked Data.
</p>
<p>
This wizard will guide you through a basic installation of Apache Marmotta
for demonstration purposes. It is a fully self-contained installation,
meaning there are no other dependencies than Java itself. The installer
also installs Apache Tomcat ${TOMCAT_VERSION} for running Marmotta.
</p>
</body>
</html>