diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-06-09 03:25:11 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-06-09 03:25:11 +0000 |
commit | 530df776d9547a76c14ace580ef9fff243631c9d (patch) | |
tree | f0e3165798b734b677c6c59ec62e53d2b379a546 /archiva-docs | |
parent | d6ddac89f31929a0e699aca7ec8a5ccdf51a532a (diff) | |
download | archiva-530df776d9547a76c14ace580ef9fff243631c9d.tar.gz archiva-530df776d9547a76c14ace580ef9fff243631c9d.zip |
[MRM-602]
added maintenance to the feature tour
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@664610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/resources/images/tour/maintenance.png | bin | 0 -> 55585 bytes | |||
-rw-r--r-- | archiva-docs/src/site/xdoc/tour/index.xml | 12 | ||||
-rw-r--r-- | archiva-docs/src/site/xdoc/tour/maintenance.xml | 28 | ||||
-rw-r--r-- | archiva-docs/src/site/xdoc/tour/reports.xml | 2 |
4 files changed, 39 insertions, 3 deletions
diff --git a/archiva-docs/src/site/resources/images/tour/maintenance.png b/archiva-docs/src/site/resources/images/tour/maintenance.png Binary files differnew file mode 100644 index 000000000..e628359e0 --- /dev/null +++ b/archiva-docs/src/site/resources/images/tour/maintenance.png diff --git a/archiva-docs/src/site/xdoc/tour/index.xml b/archiva-docs/src/site/xdoc/tour/index.xml index c11c36899..05bafdbf7 100644 --- a/archiva-docs/src/site/xdoc/tour/index.xml +++ b/archiva-docs/src/site/xdoc/tour/index.xml @@ -51,14 +51,14 @@ table.bodyTable tr.b { 3. Remote Proxying Cache </a> </td> + </tr> + <tr> <td> <a href="upload.html"> <img src="../images/tour/upload.png" width="150" height="93" style="border: 1px solid silver; margin-bottom: 0.25em" alt="" /><br/> 4. Artifact Upload </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/> @@ -71,6 +71,8 @@ table.bodyTable tr.b { 6. Virtual Repositories </a> </td> + </tr> + <tr> <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/> @@ -83,6 +85,12 @@ table.bodyTable tr.b { 8. Integrity Reports </a> </td> + <td> + <a href="maintenance.html"> + <img src="../images/tour/maintenance.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/> + 9. Maintenance + </a> + </td> </tr> </table> </section> diff --git a/archiva-docs/src/site/xdoc/tour/maintenance.xml b/archiva-docs/src/site/xdoc/tour/maintenance.xml new file mode 100644 index 000000000..a45603889 --- /dev/null +++ b/archiva-docs/src/site/xdoc/tour/maintenance.xml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Maintenance</title> + <author email="oching@apache.org">Maria Odea Ching</author> + </properties> + <head> + </head> + <body> + <section name="Maintenance"> + <div style="text-align: center"> + <img src="../images/tour/maintenance.png" width="640" height="401" alt="" /> + <p> + Archiva has utilities called consumers that can be used for maintaining the + Archiva repositories. These can be configured or activated in the Repository + Scanning section of the webapp. The configuration are stored in Archiva's + xml configuration files, meaning you can also hand-edit these config files to + enable or disable these consumers. + </p> + <p> + <a href="reports.html">Previous: Integrity Reports</a> | + <strong>Maintenance</strong> | + <a href="index.html">Next: Feature Tour</a> + </p> + </div> + </section> + </body> +</document> diff --git a/archiva-docs/src/site/xdoc/tour/reports.xml b/archiva-docs/src/site/xdoc/tour/reports.xml index 99800a5e8..d48a0cddf 100644 --- a/archiva-docs/src/site/xdoc/tour/reports.xml +++ b/archiva-docs/src/site/xdoc/tour/reports.xml @@ -18,7 +18,7 @@ <p> <a href="security.html">Previous: Role-based Security</a> | <strong>Integrity Reports</strong> | - <a href="index.html">Next: Feature Tour</a> + <a href="maintenance.html">Next: Maintenance</a> </p> </div> </section> |