Last modified by Admin on 2022/02/28 00:29

<
From version < 2.2 >
edited by slauriere
on 2019/10/23 18:30
To version < 3.1 >
edited by slauriere
on 2019/10/23 18:33
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,9 +1,7 @@
1 -Allows to add metadata to resources such as XWiki attachments or remote resources.
1 +This application consists of an XWiki class and of its representation in Java. It is meant to ease the storage of metadata related either to XWiki attachments or to any web resource. Metadata consists of the following attributes of a resource:
2 +* URI
3 +* Caption
4 +* Properties (e.g. its license, its origin, technical notes, etc.). Properties can be stored in free text format for now. In the future, special support for YAML or JSON properties could be supported.
5 +* Index, when it is used together with other resources, for example in the [[Carousel Macro>>Extension.Carousel Macro.]].
6 +* Boolean indicating whether the caption and properties are multilingual or not (and should hence be treated as such, which is not the case yet).
2 2  
3 -This application consists of an XWiki class and of its representation in Java. It is meant to ease the storage of metadata related either to XWiki attachments or to any web resource, in particular, the following attributes of a resource:
4 -* its URI
5 -* its detailed name or caption
6 -* its properties (e.g. its license, its origin, technical notes, etc.)
7 -* its index when it is used together with other resources, for example in the [[Carousel Macro>>Extension.Carousel Macro.]]
8 -* whether its name and properties are multilingual or not and should hence be treated as such
9 -

Get Connected