mirror of https://github.com/apache/archiva.git
start the tour
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a633e0977
commit
a121b28515
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
|
@ -0,0 +1,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>
|
Loading…
Reference in New Issue