diff options
author | Maria Odea B. Ching <oching@apache.org> | 2010-06-08 02:54:16 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2010-06-08 02:54:16 +0000 |
commit | f46924e443bf426d4875a39ca3c0d5db15c3ef96 (patch) | |
tree | cccacccb09b57141d662261d0ca974f4a146c63c /archiva-docs/src | |
parent | a15932eb45a38b894dcc3ab488a24369b86a49eb (diff) | |
download | archiva-f46924e443bf426d4875a39ca3c0d5db15c3ef96.tar.gz archiva-f46924e443bf426d4875a39ca3c0d5db15c3ef96.zip |
[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
Diffstat (limited to 'archiva-docs/src')
-rw-r--r-- | archiva-docs/src/site/apt/userguide/browsing.apt | 18 | ||||
-rw-r--r-- | archiva-docs/src/site/resources/images/add-metadata.png | bin | 0 -> 13568 bytes | |||
-rw-r--r-- | archiva-docs/src/site/resources/images/delete-metadata.png | bin | 0 -> 20325 bytes |
3 files changed, 17 insertions, 1 deletions
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 <<<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 Binary files differnew file mode 100644 index 000000000..f86e378fd --- /dev/null +++ b/archiva-docs/src/site/resources/images/add-metadata.png diff --git a/archiva-docs/src/site/resources/images/delete-metadata.png b/archiva-docs/src/site/resources/images/delete-metadata.png Binary files differnew file mode 100644 index 000000000..729bdce22 --- /dev/null +++ b/archiva-docs/src/site/resources/images/delete-metadata.png |