From: Maria Odea B. Ching Date: Tue, 8 Jun 2010 02:54:16 +0000 (+0000) Subject: [MRM-1362] Add simple 'CRUD' pages for project-level metadata along with a "generic... X-Git-Tag: archiva-1.4-M1~922 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f46924e443bf426d4875a39ca3c0d5db15c3ef96;p=archiva.git [MRM-1362] Add simple 'CRUD' pages for project-level metadata along with a "generic metadata" plugin o added documentation git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@952515 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-docs/src/site/apt/userguide/browsing.apt b/archiva-docs/src/site/apt/userguide/browsing.apt index c07b2c7c2..cb48149e6 100644 --- a/archiva-docs/src/site/apt/userguide/browsing.apt +++ b/archiva-docs/src/site/apt/userguide/browsing.apt @@ -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 <<>> roles for the repository where the artifact is located can add or delete properties in the metadata via the <<>> tab + in <<>>. + + To add a property in the metadata, just specify a <<>> and a <<>> in the respective text fields then click <<>>. +[../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 index 000000000..f86e378fd 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 index 000000000..729bdce22 Binary files /dev/null and b/archiva-docs/src/site/resources/images/delete-metadata.png differ