]> source.dussan.org Git - archiva.git/commitdiff
add text - still needs work
authorBrett Porter <brett@apache.org>
Wed, 21 Nov 2007 06:57:32 +0000 (06:57 +0000)
committerBrett Porter <brett@apache.org>
Wed, 21 Nov 2007 06:57:32 +0000 (06:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596962 13f79535-47bb-0310-9956-ffa450edef68

archiva-site/src/site/xdoc/tour/admin.xml
archiva-site/src/site/xdoc/tour/project.xml
archiva-site/src/site/xdoc/tour/proxy.xml
archiva-site/src/site/xdoc/tour/reports.xml
archiva-site/src/site/xdoc/tour/search.xml
archiva-site/src/site/xdoc/tour/security.xml

index 478eb483f8d06b100a3afbaed36ab7dbf9a64809..610618e6eaa6a825334ef98b4a7ffba56d042880 100644 (file)
@@ -11,8 +11,9 @@
       <div style="text-align: center">
         <img src="../images/tour/admin.png" width="640" height="401" alt="" />
         <p>
-          ...
-          <!-- TODO! -->
+          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> |
index c0d0fad632051eb939237188acf218b6dc5654e5..00300b4897709565d2044187f82dc9139ee2575e 100644 (file)
@@ -11,8 +11,9 @@
       <div style="text-align: center">
         <img src="../images/tour/project.png" width="640" height="401" alt="" />
         <p>
-          Reporting on artifact usage, to help identify those projects that are using your code.
-          <!-- TODO! -->
+          Archiva provides an informative display for projects and artifacts stored in the repository.
+          This includes a user-friendly display of the Maven project information, as well as the relationships
+          between projects.
         </p>
         <p>
           <a href="index.html">Previous: Feature Tour</a> |
index 2bd350c3008259807b44842f7eb2ae74ac7c0f3b..9e1073b38cfe81192027e9e454b352f2827df8fc 100644 (file)
@@ -11,8 +11,9 @@
       <div style="text-align: center">
         <img src="../images/tour/proxy.png" width="640" height="401" alt="" />
         <p>
-          The ability to act as a nearby (proxy) cache of popular global repositories for better build performance.
-          <!-- TODO: improve description -->
+          Archiva can operate as a proxy for remote repositories, allowing you to improve build
+          performance by caching artifacts in a closer network location, and control artifact
+          usage through the use of white and black lists on proxy connectors.
         </p>
         <p>
           <a href="search.html">Previous: Artifact Search</a> |
index 88f44ed1254bce06c44d02a35818ea8ebdac07f7..99800a5e8df0fb3ac9fb56caa89f9d32cac163ad 100644 (file)
@@ -11,8 +11,9 @@
       <div style="text-align: center">
         <img src="../images/tour/reports.png" width="640" height="401" alt="" />
         <p>
-          ...
-          <!-- TODO! -->
+          Archiva monitors the state of the managed repositories and keeps track of
+          potential problems to allow improvement of metadata and to assist in
+          troubleshooting problems.
         </p>
         <p>
           <a href="security.html">Previous: Role-based Security</a> |
index ccb25299bb47e628fa62034a3023d8a631e96bfc..e144873e987de2cecb2fcb8f2938258c7d2973c5 100644 (file)
       <div style="text-align: center">
         <img src="../images/tour/search.png" width="640" height="401" alt="" />
         <p>
-          Browse the repository information, and present it in a user friendly way.
-          Maximize code reuse via a search / research tool to help find artifacts that might be of the most use for your immediate problem.
-          Identify unknown artifacts based on large database of known checksums for known artifacts.
-          <!-- TODO: improve -->
+          Archiva has both a user-friendly browsing interface, and powerful search functionalities. The contents of all artifacts are indexed,
+          including Maven project information and Java class information to facilitate locating code within any repository.
+          By using the "Find Artifact" feature, you can identify unknown artifacts based on the database of known checksums for known artifacts.
         </p>
         <p>
           <a href="project.html">Previous: Project Information</a> |
index 0e372a9f518819ea3f09f8ab5ec7dd2e580b4757..1e49c9fa9ee9ed5dd330a93fdc9d82eb02f09004 100644 (file)
@@ -11,8 +11,9 @@
       <div style="text-align: center">
         <img src="../images/tour/security.png" width="640" height="401" alt="" />
         <p>
-          Secure your repositories by user, by role, by repository, read vs write access controls.
-          <!-- TODO: improve -->
+          Archiva uses the Redback security framework to provide flexible role-based security controls for repositories.
+          You can use the graphical interface to maintain user accounts, as well as secure repositories for read and/or write
+          access for individuals, or given roles.
         </p>
         <p>
           <a href="admin.html">Previous: Graphical Administration</a> |