Changes for page Exports

Last modified by Vincent Massol on 2024/01/05

<
From version < 40.1 >
edited by Silvia Macovei
on 2012/03/16
To version < 40.3 >
edited by Manuel Smeria
on 2012/12/13
>
Change comment: moved an information box to a new line

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.SilviaRusu
1 +XWiki.ManuelSmeria
Content
... ... @@ -2,16 +2,11 @@
2 2  {{toc/}}
3 3  {{/box}}
4 4  
5 -XWiki offers the ability to export a single wiki page or a set of wiki pages into several formats. To perform a page export simply go to the page, select the "Print" menu (in the Albatross/Toucan skins) and select the type of export you wish to perform as shown in the following screenshot:
5 +XWiki offers the ability to export a single wiki page or a set of wiki pages into several formats. To perform a page export simply hover over the "Export" menu and select the type of export you wish to perform as you can see in the following screenshot:
6 6  
7 -{{image reference="ExportToucan.png"/}}
8 -// "Print" as it appears using the Toucan Skin //
9 -
10 -If you are using the Colibri skin to perform a page export go to the page, hover over the "Export" menu and select the type of export you wish to perform as you can see in the following screenshot:
11 -
12 12  {{image reference="ExportColibri.png"/}}
13 13  
14 -// "Export" as it appears using the Colibri Skin when logged in //
9 +// "Export" as it appears using the Colibri Skin when logged in. //
15 15  
16 16  {{warning}}
17 17  Right now we don't have any user interface for exporting a set of wiki pages. This is a [[work in progress>>http://jira.xwiki.org/jira/browse/XWIKI-1289]]. However it's possible to export a set of pages by following the instructions below for each export format.
... ... @@ -19,7 +19,7 @@
19 19  
20 20  = PDF Export =
21 21  
22 -Since XWiki Enterprise 3.1, PDF Export has also an UI interface to manage the PDF Export
17 +Starting with XWiki Enterprise 3.1, PDF Export has also an UI interface to manage the PDF Export
23 23  
24 24  {{image reference="pdfExportOptions.png"/}}
25 25  
... ... @@ -37,7 +37,8 @@
37 37  
38 38  In addition the following URL parameters can be added to refine what should be exported:
39 39  
40 -* ##pages##: there can be several such parameters, each representing a page to export. For example: ##&pages=Main.WebHome&pages=Blog.WebHome##. {{info}}When ##pages## parameters are specified, the current document specified in the URL isn't used{{/info}}
35 +* ##pages##: there can be several such parameters, each representing a page to export. For example: ##&pages=Main.WebHome&pages=Blog.WebHome##.
36 +{{info}}When ##pages## parameters are specified, the current document specified in the URL isn't used{{/info}}
41 41  * ##includechilds##: the value is a number specifying the depth of children pages to include in the PDF export. For example ##&includechilds=2## will include all children pages of the page to export, all its children (i.e. pages which have the page as its parent) and all the children's children.
42 42  * ##includelinks##: the value is a number specifying the depth of linked pages to include in the PDF export. For example ##&includelinks=2## will include all pages linked from the page to export and the links in the linked pages.
43 43  * ##pagebreaks##: if the value is set to ##1## then a page break is inserted between all exported pages.
... ... @@ -94,7 +94,7 @@
94 94  * ##description##: the comment in the generated Zip file.
95 95  * ##pages##: there can be several such parameters, each representing a pattern of pages to export. Here is the format of an export pattern: ##wikiid:pageFullNamePattern##
96 96  ** ##wikiid##: the name of the wiki from where to get the wiki pages
97 -** ##pageFullNamePatern##: the full name pattern of the page based on [[HQL "LIKE" comparator>>http://www.techonthenet.com/sql/like.php]]. Remember that the character % has to be converted in %25 in an URL.
93 +** ##pageFullNamePatern##: 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.
98 98  
99 99  Some examples :
100 100  

Get Connected