diff options
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> |