Changes for page XAR Format Specifications
Last modified by Thomas Mortagne on 2021/03/02 18:28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -23,6 +23,18 @@ 23 23 </package> 24 24 {{/code}} 25 25 26 +* ##name##: name representing what's contained in the XAR 27 +* ##description##: more detailed description of the content of the XAR 28 +* ##license##: can be set to specify under which license this XAR content is published 29 +* ##author##: Wiki author of this XAR. This is important. When the XAR is going to be imported this is the author that it'll be imported with if the "import as backup pack" option is selected at import time 30 +* ##extensionId## (optional): if set then this marks the XAR as containing an Extension. Thus when you import it, the Extension Manager will be able to match it with its Extension database and perform versioning verifications. 31 +* ##preserveVersion## (optional): if set to true then the history is preserved (the history for each page is part of its XML) 32 +* ##backupPack##: if true it means that the XAR is a backup pack. It's up to the import to decide whether to import it as a backup pack or not but this provides the information that it is a backup pack. 33 +* ##files## 34 +** ##language##: the language of the page. The default page content should use an empty string. 35 +** ##defaultAction##: This is unused. 36 +** The value inside the ##file## element is the reference of the page, relative to the current wiki (i.e. ##Space.Page##) 37 + 26 26 = Document XML file = 27 27 28 28 {{todo}}Put some documentation for each element{{/todo}}