aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-site/src/site/xdoc/index.xml
diff options
context:
space:
mode:
authorWendy Smoak <wsmoak@apache.org>2007-05-18 21:29:44 +0000
committerWendy Smoak <wsmoak@apache.org>2007-05-18 21:29:44 +0000
commit2c0cc49c5075e8f64a5dc7fef57d591c08ea567f (patch)
treeaf91aab13478436c0af5b91ca4d7094f90bc2622 /archiva-site/src/site/xdoc/index.xml
parent650c56007ba781442ed781062e0d6727ab535cc8 (diff)
downloadarchiva-2c0cc49c5075e8f64a5dc7fef57d591c08ea567f.tar.gz
archiva-2c0cc49c5075e8f64a5dc7fef57d591c08ea567f.zip
Switch to xdoc for the index page.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@539609 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-site/src/site/xdoc/index.xml')
-rw-r--r--archiva-site/src/site/xdoc/index.xml88
1 files changed, 88 insertions, 0 deletions
diff --git a/archiva-site/src/site/xdoc/index.xml b/archiva-site/src/site/xdoc/index.xml
new file mode 100644
index 000000000..1307aab06
--- /dev/null
+++ b/archiva-site/src/site/xdoc/index.xml
@@ -0,0 +1,88 @@
+<?xml version="1.0"?>
+<!--
+ ~ 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.
+ -->
+
+<document>
+ <properties>
+ <title>Welcome to Maven Archiva</title>
+ </properties>
+ <body>
+ <section name="Welcome to Maven Archiva">
+ <div id="downloadbox">
+ <h5>Get Archiva 0.9 Alpha 2</h5>
+ <p>
+ <a href="download.html">
+ <img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
+ Download
+ </a>
+ Archiva
+ <small>(20Mb)</small>
+ </p>
+ <ul>
+ <li>
+ <a href="download.html#requirements">System Requirements</a>
+ </li>
+ <li>
+ <a href="download.html#installation">Installation Instructions</a>
+ </li>
+ <li>
+ <a href="release-notes.html">Release Notes</a>
+ </li>
+ <li>
+ <a href="guides/getting-started/index.html">Getting Started</a>
+ </li>
+ <li>
+ <a href="guides/index.html">Documentation</a>
+ </li>
+ </ul>
+ </div>
+
+ <p>Archiva (the Maven repository manager) is currently under development. It provides several pieces of
+ functionality for your remote repository:</p>
+
+ <ul>
+ <li>Browsing on POM information by group and artifact ID</li>
+ <li>Search over various information in the POM and filename</li>
+ <li>Locate JAR by checksum</li>
+ <li>Repository management through reporting and maintenance</li>
+ </ul>
+
+ <p> We welcome developers to the Maven community who are interested in contributing. If you'd like to discuss
+ archiva, subscribe and post to <a href="mail-lists.html">the development mailing list</a>
+ <code>archiva-dev@maven.apache.org</code>.</p>
+
+ <p>If you'd like to obtain the code, you can get it from Subversion.
+ See <a href="source-repository.html">SCM details</a> for more information.</p>
+
+ <p>Bugs, issues and new ideas should be reported in the issue tracker -
+ see <a href="issue-tracking.html">this page</a>.</p>
+
+ <p>See the <a href="http://docs.codehaus.org/display/MAVENUSER/Archiva">the Archiva wiki</a>
+ for more information, or log onto the IRC channel #archiva:irc.codehaus.org.</p>
+
+ </section>
+ <section name="Latest News">
+ <p>
+ <ul>
+ <li>Archiva 1.1 Alpha 2 Release Available - May 18, 2007</li>
+ </ul>
+ </p>
+ </section>
+ </body>
+</document>