summaryrefslogtreecommitdiffstats
path: root/archiva-docs
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-09-24 11:47:18 +0000
committerOlivier Lamy <olamy@apache.org>2012-09-24 11:47:18 +0000
commit0e33755e31a24e092f5941fb98b96a37561103c7 (patch)
treed2f3674c48cfe22da0ccd5980812550801de1738 /archiva-docs
parentaefc1b81f512ae7017c4b0f358f560743d9c0dbc (diff)
downloadarchiva-0e33755e31a24e092f5941fb98b96a37561103c7.tar.gz
archiva-0e33755e31a24e092f5941fb98b96a37561103c7.zip
add files
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1389308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r--archiva-docs/src/site/resources/js/index.js26
-rw-r--r--archiva-docs/src/site/xdoc/index.xml122
2 files changed, 148 insertions, 0 deletions
diff --git a/archiva-docs/src/site/resources/js/index.js b/archiva-docs/src/site/resources/js/index.js
new file mode 100644
index 000000000..43a6db049
--- /dev/null
+++ b/archiva-docs/src/site/resources/js/index.js
@@ -0,0 +1,26 @@
+$(document).ready(function(){
+ $('#screenshots-carousel').carousel({
+ interval: 2500
+ })
+
+ $('#carousel-prev' ).on("click", function(){
+ $('#screenshots-carousel').carousel('prev');
+ })
+
+ $('#carousel-next' ).on("click", function(){
+ $('#screenshots-carousel').carousel('next');
+ })
+
+ $("#openDialogRelease" ).on("click",function(){
+ $('#dialogRelease').modal('show');
+ })
+
+ $("#openDialogPreview" ).on("click",function(){
+ $('#dialogPreview').modal('show');
+ })
+
+ $("#carousel-main" ).addClass("features-preview");
+
+
+});
+
diff --git a/archiva-docs/src/site/xdoc/index.xml b/archiva-docs/src/site/xdoc/index.xml
new file mode 100644
index 000000000..141411bc2
--- /dev/null
+++ b/archiva-docs/src/site/xdoc/index.xml
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ 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>User Guild</title>
+ <author email="brett@apache.org">Brett Porter</author>
+ </properties>
+ <!-- move js and css to head -->
+ <head>
+ <link rel="stylesheet" href="css/jquery.fancybox-2.1.0.css" type="text/css" media="screen" />
+
+ <script src="js/index.js" type="text/javascript" ></script>
+ <script src="js/fancybox.js" type="text/javascript" ></script>
+ <script src="js/jquery.fancybox.pack-2.1.0.js" type="text/javascript"></script>
+ <script src="js/jquery.mousewheel-3.0.6.pack.js" type="text/javascript"></script>
+
+ </head>
+ <body>
+
+ <section>
+ <div>
+ <p>
+ Archiva is a build artifact repository manager for use with
+ build tools such as <a href="http://maven.apache.org" target="_blank">Maven</a>, <a href="http://jenkins-ci.org" target="_blank">Jenkins</a>,
+ <a href="http://continuum.apache.org" target="_blank">Continuum</a>, and <a href="http://ant.apache.org" target="_blank">ANT</a>.
+ </p>
+ <p>
+ With Archiva, you can share artifacts with other developers and manage the associated
+ security required, aggregate (proxy) content from remote artifact repositories, visualise
+ your artifact utilisation with search, browse and reporting, and perform routine
+ maintenance on your repositories.
+ </p>
+ <p><b>This documentation is based on the new UI only.</b></p>
+
+ <p>
+ To get started with Archiva, you can read the following documentation:
+ <ul>
+ <li><a href="./quick-start.html">A Quick Getting Started Guide</a></li>
+ <li><a href="./userguide/index.html">Users Guide</a></li>
+ <li><a href="./adminguide/index.html">Administrators Guide</a></li>
+ </ul>
+ </p>
+ </div>
+ <br/>
+ <div id="carousel-main">
+
+ <div id="screenshots-carousel" class="carousel slide">
+ <!-- Carousel items -->
+ <div class="carousel-inner">
+ <div class="item active">
+ <img alt="" src="images/tour/project-info.png"/>
+ <div class="carousel-caption">
+ <p><a href="./userguide/browsing.html">Informative display for artifacts stored in the repository.</a> </p>
+ </div>
+ </div>
+ <div class="item">
+ <img alt="" src="images/tour/search-form.png"/>
+ <div class="carousel-caption">
+ <p><a href="./userguide/searching.html">User-friendly browsing interface, and powerful search functionalities.</a></p>
+ </div>
+ </div>
+ <div class="item">
+ <img alt="" src="images/tour/search-results.png"/>
+ <div class="carousel-caption">
+ <p><a href="./userguide/searching.html">Filterable search results.</a></p>
+ </div>
+ </div>
+ <div class="item">
+ <img alt="" src="images/tour/browse.png"/>
+ <div class="carousel-caption">
+ <p><a href="./userguide/browsing.html">Browse interface.</a></p>
+ </div>
+ </div>
+ <div class="item">
+ <img alt="" src="images/tour/remote-proxy-cache.png"/>
+ <div class="carousel-caption">
+ <p><a href="./adminguide/proxy-connectors.html">Drag &#38; drop remote proxies ordering.</a></p>
+ </div>
+ </div>
+ <div class="item">
+ <img alt="" src="images/tour/upload-files.png"/>
+ <div class="carousel-caption">
+ <p><a href="./userguide/deploy.html">Drag &#38; drop upload artifacts via UI.</a></p>
+ </div>
+ </div>
+ <div class="item">
+ <img alt="" src="images/tour/graphical-admin.png"/>
+ <div class="carousel-caption">
+ <p><a href="./adminguide/repositories.html">Comprehensive web-based administration interface.</a></p>
+ </div>
+ </div>
+
+ </div>
+
+ <!-- Carousel nav -->
+ <a class="left carousel-control" id="carousel-prev">&#8249;</a>
+ <a class="right carousel-control" id="carousel-next">&#8250;</a>
+ </div>
+ </div>
+
+ </section>
+
+ </body>
+</document>