Changes for page Exports

Last modified by Vincent Massol on 2023/03/28

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.mflorea
Content
... ... @@ -75,13 +75,16 @@
75 75  In addition the following URL parameters can be added to refine what should be exported:
76 76  
77 77  * ##pages##: there can be several such parameters, each representing a pattern of pages to export (prior to XWiki 6.3, only fixed page names could be specified, not patterns). Here is the format of an export pattern:(((
78 -wikiid:pageFullNamePattern* ##wikiid##: the name of the wiki from where to get the wiki pages
78 +{{code language="none"}}
79 +wikiid:pageFullNamePattern
80 +{{/code}}
79 79  
82 +* ##wikiid##: the name of the wiki from where to get the wiki pages
80 80  * ##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.
81 81  
82 82  Some examples:
83 83  
84 -* Exports all pages in the ##Main## wiki:(((
87 +* Exports all pages in the ##Main## space:(((
85 85  {{code language="none"}}http://server/xwiki/bin/export/Space/Page?format=xar&pages=Main.%25{{/code}}
86 86  )))
87 87  * Exports all pages in the current wiki:(((
... ... @@ -117,8 +117,11 @@
117 117  * ##name##: the name of the generated Zip file.
118 118  * ##description##: the comment in the generated Zip file.
119 119  * ##pages##: there can be several such parameters, each representing a pattern of pages to export. Here is the format of an export pattern:(((
120 -wikiid:pageFullNamePattern* ##wikiid##: the name of the wiki from where to get the wiki pages
123 +{{code language="none"}}
124 +wikiid:pageFullNamePattern
125 +{{/code}}
121 121  
127 +* ##wikiid##: the name of the wiki from where to get the wiki pages
122 122  * ##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.
123 123  
124 124  Some examples:

Get Connected