]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1362] Add simple 'CRUD' pages for project-level metadata along with a "generic...
authorMaria Odea B. Ching <oching@apache.org>
Tue, 8 Jun 2010 02:54:16 +0000 (02:54 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Tue, 8 Jun 2010 02:54:16 +0000 (02:54 +0000)
o added documentation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@952515 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/userguide/browsing.apt
archiva-docs/src/site/resources/images/add-metadata.png [new file with mode: 0644]
archiva-docs/src/site/resources/images/delete-metadata.png [new file with mode: 0644]

index c07b2c7c24f2c62020df23685ca4bd1a444e9b63..cb48149e6d350b8fa8e58bca867434fc697a6c2c 100644 (file)
@@ -67,8 +67,24 @@ Browsing
   associated with the artifact are available in the download box. The size of the files in bytes are displayed 
   at the right section of the download box. 
 
-  Note: Upon downloading the artifact, you will be asked to enter your username and password for the repository where the artifact     will be downloaded from. Only users with Global Repository Manager, Repository Manager, or Repository Observer roles for that repository can download the artifact.
+  Note: Upon downloading the artifact, you will be asked to enter your username and password for the repository where the artifact will be downloaded from. 
+  Only users with Global Repository Manager, Repository Manager, or Repository Observer roles for that repository can download the artifact.
 
+* Metadata
+
+  In 1.4, the new repository API or "metadata repository" was introduced. One of the essential features of the metadata repository is to be able to add generic information
+  (such as ratings, comments, etc.) about a project through facets. These facets are stored in the project properties file in the metadata repository. 
+  
+  Only users with <<<Repository Manager>>> roles for the repository where the artifact is located can add or delete properties in the metadata via the <<<Metadata>>> tab
+  in <<<Artifact Browse>>>.  
+  
+  To add a property in the metadata, just specify a <<<Property Name>>> and a <<<Property Value>>> in the respective text fields then click <<<Add>>>.
   
+[../images/add-metadata.png] Add Metadata Property  
   
+  To delete a property, just click the corresponding delete icon (X) of the specific property you want to delete. A <<<"Property successfully deleted.">>> message should
+  be displayed after a successful delete.  
+  
+[../images/delete-metadata.png] Delete Metadata Property 
+
    
\ No newline at end of file
diff --git a/archiva-docs/src/site/resources/images/add-metadata.png b/archiva-docs/src/site/resources/images/add-metadata.png
new file mode 100644 (file)
index 0000000..f86e378
Binary files /dev/null and b/archiva-docs/src/site/resources/images/add-metadata.png differ
diff --git a/archiva-docs/src/site/resources/images/delete-metadata.png b/archiva-docs/src/site/resources/images/delete-metadata.png
new file mode 100644 (file)
index 0000000..729bdce
Binary files /dev/null and b/archiva-docs/src/site/resources/images/delete-metadata.png differ