diff options
Diffstat (limited to 'archiva-docs/src/site/xdoc/tour/admin.xml')
-rw-r--r-- | archiva-docs/src/site/xdoc/tour/admin.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/archiva-docs/src/site/xdoc/tour/admin.xml b/archiva-docs/src/site/xdoc/tour/admin.xml new file mode 100644 index 000000000..610618e6e --- /dev/null +++ b/archiva-docs/src/site/xdoc/tour/admin.xml @@ -0,0 +1,26 @@ +<?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> + Archiva has a comprehensive web-based administration interface for configuring repositories, + remote proxies, scheduled jobs and more. The configuration is kept in sync with the XML + configuration files so that they can also be hand-edited if necessary. + </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> |