Changes for page Exports

Last modified by Vincent Massol on 2023/03/28

<
From version < 49.1 >
edited by Marius Dumitru Florea
on 2015/09/21
To version < 50.1 >
edited by Marius Dumitru Florea
on 2015/09/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -81,6 +81,13 @@
81 81  
82 82  * ##wikiid##: the name of the wiki from where to get the wiki pages
83 83  * ##pageFullNamePattern##: the full name pattern of the page based on [[SQL "LIKE" comparator>>http://www.techonthenet.com/sql/like.php]]. Remember that the character {{{%}}} has to be converted in {{{%25}}} in an URL.
84 +)))
85 +* ##history##: if defined then also export the page's history. Example: ##&history=true##
86 +* ##backup##: if defined then the XWiki document author of each page remains the same as the one exported when reimporting into an XWiki instance.
87 +* ##author##: if defined, specifies the author's name in the XAR export which can later be viewed when reimporting into an XWiki instance.
88 +* ##description##: if defined, gives a description added to the XAR export which can later be viewed when reimporting into an XWiki instance.
89 +* ##license##: if defined, specifies the license to the XAR export which can later be viewed when reimporting into an XWiki instance.
90 +* ##version##: if defined, specifies the version of the export to the XAR.
84 84  
85 85  Some examples:
86 86  
... ... @@ -97,13 +97,6 @@
97 97  http://server/xwiki/bin/export/Space/Page?format=xar&pages=Main.WebHome&pages=Blog.WebHome
98 98  {{/code}}
99 99  )))
100 -)))
101 -* ##history##: if defined then also export the page's history. Example: ##&history=true##
102 -* ##backup##: if defined then the XWiki document author of each page remains the same as the one exported when reimporting into an XWiki instance.
103 -* ##author##: if defined, specifies the author's name in the XAR export which can later be viewed when reimporting into an XWiki instance.
104 -* ##description##: if defined, gives a description added to the XAR export which can later be viewed when reimporting into an XWiki instance.
105 -* ##license##: if defined, specifies the license to the XAR export which can later be viewed when reimporting into an XWiki instance.
106 -* ##version##: if defined, specifies the version of the export to the XAR.
107 107  
108 108  = HTML Export =
109 109  
... ... @@ -126,6 +126,7 @@
126 126  
127 127  * ##wikiid##: the name of the wiki from where to get the wiki pages
128 128  * ##pageFullNamePattern##: the full name pattern of the page based on [[SQL "LIKE" comparator>>http://www.techonthenet.com/sql/like.php]]. Remember that the character {{{%}}} has to be converted in {{{%25}}} in an URL.
129 +)))
129 129  
130 130  Some examples:
131 131  
... ... @@ -137,7 +137,6 @@
137 137  http://server/xwiki/bin/export/Space/Page?format=html&name=packagename
138 138  {{/code}}
139 139  )))
140 -)))
141 141  * Exports all the pages from the ##Space## space as well as the ##Space2.Page## page from the current wiki:(((
142 142  {{code language="none"}}http://server/xwiki/bin/export/Space/Page?format=html&pages=Space.%25&pages=Space2.Page{{/code}}
143 143  )))

Get Connected