summaryrefslogtreecommitdiffstats
path: root/archiva-site/src/site/xdoc/tour/index.xml
blob: 45b222989e64a63cfd51c601ab6928212a7f2e54 (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
<?xml version="1.0"?>
<document>
  <properties>
    <title>Feature Tour</title>
    <author email="brett@apache.org">Brett Porter</author>
  </properties>
  <head>
  </head>
  <body>
    <style type="text/css">
table {
  width: inherit;
  margin-left: 5em;
}
tr {
  text-align: center;
}
td {
  font-size: inherit;
}
table.bodyTable tr.a {
  background-color: inherit; 
}
table.bodyTable tr.b {
  background-color: inherit; 
}
    </style>
    <section name="Archiva Feature Tour">

      <p>
        Archiva is a feature rich repository manager. Below is a short tour of some of the features that are available.
      </p>
  
      <table>
        <tr>
          <td>
            <a href="project.html">
              <img src="../images/tour/project.png" width="150" height="93" style="border: 1px solid silver; margin-bottom: 0.25em" alt="" /><br/>
              1. Project Information
            </a>
          </td>
          <td>
            <a href="search.html">
              <img src="../images/tour/search.png" width="150" height="93" style="border: 1px solid silver; margin-bottom: 0.25em" alt="" /><br/>
              2. Artifact Search
            </a>
          </td>
          <td>
            <a href="proxy.html">
              <img src="../images/tour/proxy.png" width="150" height="93" style="border: 1px solid silver; margin-bottom: 0.25em" alt="" /><br/>
               3. Remote Proxying Cache
            </a>
          </td>
        </tr>
        <tr>
          <td>
            <a href="admin.html">
              <img src="../images/tour/admin.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/>
              4. Graphical Administration
            </a>
          </td>
          <td>
            <a href="security.html">
              <img src="../images/tour/security.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/>
              5. Role-based Security
            </a>
          </td>
          <td>
            <a href="reports.html">
              <img src="../images/tour/reports.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/>
              6. Integrity Reports
            </a>
          </td>
        </tr>
      </table>
    </section>
  </body>
</document>