]> source.dussan.org Git - archiva.git/commitdiff
documentation with new ui screenshots
authorOlivier Lamy <olamy@apache.org>
Mon, 10 Sep 2012 22:14:27 +0000 (22:14 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 10 Sep 2012 22:14:27 +0000 (22:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1383127 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/userguide/browsing.apt
archiva-docs/src/site/resources/images/add-metadata.png
archiva-docs/src/site/resources/images/artifact-info.png [new file with mode: 0644]
archiva-docs/src/site/resources/images/browsing.png [new file with mode: 0644]
archiva-docs/src/site/resources/images/delete-metadata.png
archiva-docs/src/site/resources/images/dependencies.png [new file with mode: 0644]
archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties

index 76712ee979d313d29351278bbd955979bb3cdf81..0be323de81f46e3b80ff8892374db93ad4031692 100644 (file)
@@ -41,6 +41,8 @@ Browsing
   artifactId and version. When the version is clicked, the Artifact Info page (see the next section) will be
   displayed. There is currently an issue with regard to Maven 1 artifacts, see {{{http://jira.codehaus.org/browse/MRM-585} http://jira.codehaus.org/browse/MRM-585}}.
 
+[../images/browsing.png]
+
 * Artifact Info
 
   Items in the repositories are hyperlinked allowing you easy access to view more information. By clicking on the Group ID or Artifact ID you will be taken to the repository browser. The Artifact Info page is divided into six views:
@@ -48,9 +50,13 @@ Browsing
   1. Info. Basic information about the artifact is displayed here. These are the groupId, artifactId, version and
      packaging. A dependency pom snippet is also available, which a user can just copy and paste in a pom file 
      to declare the artifact as a dependency of the project.
+
+[../images/artifact-info.png]
   
   2. Dependencies. The dependencies of the artifact will be listed here. The user can easily navigate to a specific
      dependency by clicking on the groupId, artifactId, or version link. The scope of the dependency is also shown.
+
+[../images/dependencies.png]
   
   3. Dependency Tree. The dependencies of the artifact are displayed in a tree-like view, which can also be
      navigated.
index 3912455a7de7b1a427efdb22ce28c646a97d570f..e4fda3a4db7e9de77fd9b3b4940e199047956bcd 100644 (file)
Binary files a/archiva-docs/src/site/resources/images/add-metadata.png and b/archiva-docs/src/site/resources/images/add-metadata.png differ
diff --git a/archiva-docs/src/site/resources/images/artifact-info.png b/archiva-docs/src/site/resources/images/artifact-info.png
new file mode 100644 (file)
index 0000000..49c28ee
Binary files /dev/null and b/archiva-docs/src/site/resources/images/artifact-info.png differ
diff --git a/archiva-docs/src/site/resources/images/browsing.png b/archiva-docs/src/site/resources/images/browsing.png
new file mode 100644 (file)
index 0000000..74c2c43
Binary files /dev/null and b/archiva-docs/src/site/resources/images/browsing.png differ
index 96b53f7efc700476e23d7ee0534d6f2b54e011ce..3b0e5f3937a40a13134aba3dce32e83b15a7affd 100644 (file)
Binary files a/archiva-docs/src/site/resources/images/delete-metadata.png and b/archiva-docs/src/site/resources/images/delete-metadata.png differ
diff --git a/archiva-docs/src/site/resources/images/dependencies.png b/archiva-docs/src/site/resources/images/dependencies.png
new file mode 100644 (file)
index 0000000..0f908dd
Binary files /dev/null and b/archiva-docs/src/site/resources/images/dependencies.png differ
index 599d115066057ff11ffb454dbb8f92ad994aa6cf..b267d13f297824a952f1d70b4bb20e862296a4e8 100644 (file)
@@ -301,8 +301,8 @@ artifact.metadata.added=Metadata Property added.
 artifact.metadata.deleted=Metadata Property deleted.
 browse.artifact.metadatas.add=Add Property
 browse.artifact.metadatas.delete=Delete Property
-browse.artifact.metadatas.key=Key
-browse.artifact.metadatas.value=Value
+browse.artifact.metadatas.key=Property Name
+browse.artifact.metadatas.value=Property Value
 browse.artifact.metadatas.save=Save
 artifact.metadata.key.mandatory=Key is mandatory
 artifact.metadata.value.mandatory=Value is mandatory