diff options
author | Brett Porter <brett@apache.org> | 2007-11-20 11:09:47 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2007-11-20 11:09:47 +0000 |
commit | 4edbcd1a9d6c4866c8454991cfe391f7972f0813 (patch) | |
tree | ebc752b72327254a6c5134c39e2798a71e8b6f6e /archiva-site | |
parent | a121b28515a5eb65379aa733f5aa967b9c318c83 (diff) | |
download | archiva-4edbcd1a9d6c4866c8454991cfe391f7972f0813.tar.gz archiva-4edbcd1a9d6c4866c8454991cfe391f7972f0813.zip |
skeletal tour
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-site')
-rw-r--r-- | archiva-site/src/site/xdoc/tour/admin.xml | 24 | ||||
-rw-r--r-- | archiva-site/src/site/xdoc/tour/project.xml | 24 | ||||
-rw-r--r-- | archiva-site/src/site/xdoc/tour/proxy.xml | 24 | ||||
-rw-r--r-- | archiva-site/src/site/xdoc/tour/reports.xml | 24 | ||||
-rw-r--r-- | archiva-site/src/site/xdoc/tour/search.xml | 24 | ||||
-rw-r--r-- | archiva-site/src/site/xdoc/tour/security.xml | 24 |
6 files changed, 144 insertions, 0 deletions
diff --git a/archiva-site/src/site/xdoc/tour/admin.xml b/archiva-site/src/site/xdoc/tour/admin.xml new file mode 100644 index 000000000..2089b4dc4 --- /dev/null +++ b/archiva-site/src/site/xdoc/tour/admin.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Graphical Administration</title> + <author email="brett@apache.org">Brett Porter</author> + </properties> + <head> + </head> + <body> + <section name="Graphical Administration"> + <div style="text-align: center"> + <img src="../images/tour/admin.png" width="640" height="401" alt="" /> + <p> + ... + </p> + <p> + <a href="proxy.html">Previous: Remote Proxying Cache</a> | + <strong>Graphical Administration</strong> | + <a href="security.html">Next: Role-based Security</a> + </p> + </div> + </section> + </body> +</document> diff --git a/archiva-site/src/site/xdoc/tour/project.xml b/archiva-site/src/site/xdoc/tour/project.xml new file mode 100644 index 000000000..0629cf05d --- /dev/null +++ b/archiva-site/src/site/xdoc/tour/project.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Project Information</title> + <author email="brett@apache.org">Brett Porter</author> + </properties> + <head> + </head> + <body> + <section name="Project Information"> + <div style="text-align: center"> + <img src="../images/tour/project.png" width="640" height="401" alt="" /> + <p> + ... + </p> + <p> + <a href="index.html">Previous: Feature Tour</a> | + <strong>Project Information</strong> | + <a href="search.html">Next: Artifact Search</a> + </p> + </div> + </section> + </body> +</document> diff --git a/archiva-site/src/site/xdoc/tour/proxy.xml b/archiva-site/src/site/xdoc/tour/proxy.xml new file mode 100644 index 000000000..4d9d3969c --- /dev/null +++ b/archiva-site/src/site/xdoc/tour/proxy.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Remote Proxying Cache</title> + <author email="brett@apache.org">Brett Porter</author> + </properties> + <head> + </head> + <body> + <section name="Remote Proxying Cache"> + <div style="text-align: center"> + <img src="../images/tour/proxy.png" width="640" height="401" alt="" /> + <p> + ... + </p> + <p> + <a href="search.html">Previous: Artifact Search</a> | + <strong>Remote Proxying Cache</strong> | + <a href="admin.html">Next: Graphical Administration</a> + </p> + </div> + </section> + </body> +</document> diff --git a/archiva-site/src/site/xdoc/tour/reports.xml b/archiva-site/src/site/xdoc/tour/reports.xml new file mode 100644 index 000000000..9c8ca1433 --- /dev/null +++ b/archiva-site/src/site/xdoc/tour/reports.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Integrity Reports</title> + <author email="brett@apache.org">Brett Porter</author> + </properties> + <head> + </head> + <body> + <section name="Integrity Reports"> + <div style="text-align: center"> + <img src="../images/tour/reports.png" width="640" height="401" alt="" /> + <p> + ... + </p> + <p> + <a href="security.html">Previous: Role-based Security</a> | + <strong>Integrity Reports</strong> | + <a href="index.html">Next: Feature Tour</a> + </p> + </div> + </section> + </body> +</document> diff --git a/archiva-site/src/site/xdoc/tour/search.xml b/archiva-site/src/site/xdoc/tour/search.xml new file mode 100644 index 000000000..05bd4a30f --- /dev/null +++ b/archiva-site/src/site/xdoc/tour/search.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Artifact Search</title> + <author email="brett@apache.org">Brett Porter</author> + </properties> + <head> + </head> + <body> + <section name="Artifact Search"> + <div style="text-align: center"> + <img src="../images/tour/search.png" width="640" height="401" alt="" /> + <p> + ... + </p> + <p> + <a href="project.html">Previous: Project Information</a> | + <strong>Artifact Search</strong> | + <a href="proxy.html">Next: Remote Proxying Cache</a> + </p> + </div> + </section> + </body> +</document> diff --git a/archiva-site/src/site/xdoc/tour/security.xml b/archiva-site/src/site/xdoc/tour/security.xml new file mode 100644 index 000000000..a74f454a1 --- /dev/null +++ b/archiva-site/src/site/xdoc/tour/security.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Role-based Security</title> + <author email="brett@apache.org">Brett Porter</author> + </properties> + <head> + </head> + <body> + <section name="Role-based Security"> + <div style="text-align: center"> + <img src="../images/tour/security.png" width="640" height="401" alt="" /> + <p> + ... + </p> + <p> + <a href="admin.html">Previous: Graphical Administration</a> | + <strong>Role-based Security</strong> | + <a href="reports.html">Next: Integrity Reports</a> + </p> + </div> + </section> + </body> +</document> |