aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2007-11-20 10:42:25 +0000
committerBrett Porter <brett@apache.org>2007-11-20 10:42:25 +0000
commita121b28515a5eb65379aa733f5aa967b9c318c83 (patch)
tree15fbac2e3bb2699b570cb8bd88616680e86591cd
parent8a633e097799533838fa72004db53d3b4941b1e5 (diff)
downloadarchiva-a121b28515a5eb65379aa733f5aa967b9c318c83.tar.gz
archiva-a121b28515a5eb65379aa733f5aa967b9c318c83.zip
start the tour
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596606 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-site/src/site/resources/images/tour/admin.pngbin0 -> 81088 bytes
-rw-r--r--archiva-site/src/site/resources/images/tour/project.pngbin0 -> 95567 bytes
-rw-r--r--archiva-site/src/site/resources/images/tour/proxy.pngbin0 -> 73764 bytes
-rw-r--r--archiva-site/src/site/resources/images/tour/reports.pngbin0 -> 129191 bytes
-rw-r--r--archiva-site/src/site/resources/images/tour/search.pngbin0 -> 38570 bytes
-rw-r--r--archiva-site/src/site/resources/images/tour/security.pngbin0 -> 61434 bytes
-rw-r--r--archiva-site/src/site/xdoc/tour/index.xml78
7 files changed, 78 insertions, 0 deletions
diff --git a/archiva-site/src/site/resources/images/tour/admin.png b/archiva-site/src/site/resources/images/tour/admin.png
new file mode 100644
index 000000000..8523f32ef
--- /dev/null
+++ b/archiva-site/src/site/resources/images/tour/admin.png
Binary files differ
diff --git a/archiva-site/src/site/resources/images/tour/project.png b/archiva-site/src/site/resources/images/tour/project.png
new file mode 100644
index 000000000..025217782
--- /dev/null
+++ b/archiva-site/src/site/resources/images/tour/project.png
Binary files differ
diff --git a/archiva-site/src/site/resources/images/tour/proxy.png b/archiva-site/src/site/resources/images/tour/proxy.png
new file mode 100644
index 000000000..7a4ee1305
--- /dev/null
+++ b/archiva-site/src/site/resources/images/tour/proxy.png
Binary files differ
diff --git a/archiva-site/src/site/resources/images/tour/reports.png b/archiva-site/src/site/resources/images/tour/reports.png
new file mode 100644
index 000000000..29b7d926b
--- /dev/null
+++ b/archiva-site/src/site/resources/images/tour/reports.png
Binary files differ
diff --git a/archiva-site/src/site/resources/images/tour/search.png b/archiva-site/src/site/resources/images/tour/search.png
new file mode 100644
index 000000000..a6bba9393
--- /dev/null
+++ b/archiva-site/src/site/resources/images/tour/search.png
Binary files differ
diff --git a/archiva-site/src/site/resources/images/tour/security.png b/archiva-site/src/site/resources/images/tour/security.png
new file mode 100644
index 000000000..02c5af2be
--- /dev/null
+++ b/archiva-site/src/site/resources/images/tour/security.png
Binary files differ
diff --git a/archiva-site/src/site/xdoc/tour/index.xml b/archiva-site/src/site/xdoc/tour/index.xml
new file mode 100644
index 000000000..45b222989
--- /dev/null
+++ b/archiva-site/src/site/xdoc/tour/index.xml
@@ -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>