diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-10 10:39:39 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-10 10:39:39 +0000 |
commit | 62e78cf1d47d8535c1f5d4f1728d4499dcd42548 (patch) | |
tree | 44dbfe6f2abb52c6c4b83d6bb07b133c0788680c /archiva-docs | |
parent | d6c0654a61d8ccc94b95973b43bf3215969e7e94 (diff) | |
download | archiva-62e78cf1d47d8535c1f5d4f1728d4499dcd42548.tar.gz archiva-62e78cf1d47d8535c1f5d4f1728d4499dcd42548.zip |
add new screen in tour page
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/xdoc/tour/index.xml | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/archiva-docs/src/site/xdoc/tour/index.xml b/archiva-docs/src/site/xdoc/tour/index.xml index e505b3fe5..4e4278242 100644 --- a/archiva-docs/src/site/xdoc/tour/index.xml +++ b/archiva-docs/src/site/xdoc/tour/index.xml @@ -117,31 +117,39 @@ table.bodyTable tr.b { </a> </td> <td> + <a href="../images/tour/search-results.png" class="gallery_image" rel="gallery_image" + title="Archiva provide filterable search results."> + <img src="../images/tour/search-results.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/> + 8. RSS Feeds + </a> + </td> + <td> <a href="../images/tour/rss.png" class="gallery_image" rel="gallery_image" title="Archiva provides RSS feeds for new artifacts in the repositories and new versions of a specific artifact."> <img src="../images/tour/rss.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/> - 7. RSS Feeds + 8. RSS Feeds </a> </td> + + </tr> + <tr> <td> <a href="../images/tour/security.png" class="gallery_image" rel="gallery_image" title="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."> <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/> - 8. Role-based Security + 9. Role-based Security </a> </td> - </tr> - <tr> <td> <a href="../images/tour/reports.png" class="gallery_image" rel="gallery_image" title="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."> <img src="../images/tour/reports.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/> - 9. Integrity Reports + 10. Integrity Reports </a> </td> <td> @@ -150,7 +158,7 @@ table.bodyTable tr.b { implementation only covers upload/deploy actions but will include other actions such as artifact delete, repository configuration and more in the future."> <img src="../images/tour/audit-log.png" width="150" height="93" style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" alt="" /><br/> - 10. Audit Log Report + 11. Audit Log Report </a> </td> <td> @@ -161,7 +169,7 @@ table.bodyTable tr.b { xml configuration files, meaning you can also hand-edit these config files to enable or disable these consumers."> <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/> - 11. Maintenance + 12. Maintenance </a> </td> </tr> |