Changes for page Exports

Last modified by Vincent Massol on 2024/01/05

<
From version < 12.4 >
edited by Silvia Macovei
on 2009/10/06
To version < 12.6 >
edited by Silvia Macovei
on 2009/10/08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -17,7 +17,7 @@
17 17  {{code language="none"}}http://server/xwiki/bin/export/Spave/Page?format=pdf{{/code}}
18 18  
19 19  In addition the following URL parameters can be added to refine what should be exported:
20 -* ##pages##: There can be several such parameters, each representing a page to export. For example: ##&pages=Main.WebHome&pages=Blog.WebHome##.
20 +* ##pages##: there can be several such parameters, each representing a page to export. For example: ##&pages=Main.WebHome&pages=Blog.WebHome##.
21 21  * ##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.
22 22  * ##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.
23 23  * ##pagebreaks##: if the value is set to ##1## then a page break is inserted between each page exported.
... ... @@ -40,13 +40,13 @@
40 40  
41 41  In addition the following URL parameters can be added to refine what should be exported:
42 42  
43 -* ##pages##: There can be several such parameters, each representing a page to export. For example: ##&pages=Main.WebHome&pages=Blog.WebHome##.
44 -* ##history##: If defined then also export the page's history. Example: ##&history=true##
45 -* ##backup##: If defined then the XWiki document author of each page remain the same as the one exported when reimporting into a XWiki instance.
46 -* ##author##: If defined, specifies the author's name in the XAR export which can later be viewed when reimporting into a XWiki instance.
47 -* ##description##: If defined, gives a description added to the XAR export which can later be viewed when reimporting into a XWiki instance.
48 -* ##license##: If defined, specifies the license to the XAR export which can later be viewed when reimporting into a XWiki instance.
49 -* ##version##: If defined, specifies the version of the export to the XAR.
43 +* ##pages##: there can be several such parameters, each representing a page to export. For example: ##&pages=Main.WebHome&pages=Blog.WebHome##.
44 +* ##history##: if defined then also export the page's history. Example: ##&history=true##
45 +* ##backup##: if defined then the XWiki document author of each page remain the same as the one exported when reimporting into a XWiki instance.
46 +* ##author##: if defined, specifies the author's name in the XAR export which can later be viewed when reimporting into a XWiki instance.
47 +* ##description##: if defined, gives a description added to the XAR export which can later be viewed when reimporting into a XWiki instance.
48 +* ##license##: if defined, specifies the license to the XAR export which can later be viewed when reimporting into a XWiki instance.
49 +* ##version##: if defined, specifies the version of the export to the XAR.
50 50  
51 51  == HTML Export ==
52 52  
... ... @@ -58,9 +58,9 @@
58 58  
59 59  In addition the following URL parameters can be added to refine what should be exported:
60 60  
61 -* ##name##: The name of the generated Zip file.
62 -* ##description##: The comment in the generated Zip file.
63 -* ##pages##: There can be several such parameters, each representing a pattern of pages to export. Here is the format of an export pattern: ##wikinamepattern:pageFullNamePattern##
61 +* ##name##: the name of the generated Zip file.
62 +* ##description##: the comment in the generated Zip file.
63 +* ##pages##: there can be several such parameters, each representing a pattern of pages to export. Here is the format of an export pattern: ##wikinamepattern:pageFullNamePattern##
64 64   ** ##wikinamepattern##: the name of the wiki based on [[Java regular expressions>>http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#construct]]
65 65   ** ##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.
66 66  

Get Connected