summaryrefslogtreecommitdiffstats
path: root/archiva-docs/src/site/xdoc/index.xml
blob: 141411bc2942d7f74c154bd17bae867b4e41cdca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
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>