Changes for page Exports
Last modified by Vincent Massol on 2025/01/03
From version 3.1
edited by Vincent Massol
on 2008/05/26
on 2008/05/26
Change comment:
Added explanation for PDF exports
To version 4.1
edited by Vincent Massol
on 2008/05/26
on 2008/05/26
Change comment:
Added start of the XAR export explanation
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,8 +30,26 @@ 30 30 31 31 1.1 RTF Export 32 32 33 +The RTF export works exactly in the same manner as the PDF export. 34 + 33 33 1.1 XAR Export 34 34 35 - 1.1 HTML Export37 +The XAR export allows exporting pages in the internal XML format used by XWiki. This is the format that you can use to [Import/Export>platform:AdminGuide.ImportExport] pages and applications into/from XWiki instances. 36 36 39 +To export a page as a XAR use the action menu as explained above or use the following type of URL: 40 +{code:none} 41 +http://server/xwiki/bin/export/Spave/Page?format=xar 42 +{code} 37 37 44 +In addition the following URL parameters can be added to refine what should be exported: 45 +* <tt>pages</tt>: There can be several such parameters, each representing a page to export. For example: <tt>&pages=Main.WebHome&pages=Blog.WebHome</tt>. 46 +* <tt>history</tt>: If defined then also export the page's history. Example: <tt>&history=true</tt> 47 +* <tt>backup</tt>: If defined then the export is considered a backup pack... 48 +* <tt>author</tt>: If defined, specifies the author's name in the XAR export which can later be viewed when reimporting into a XWiki instance. 49 +* <tt>description</tt>: If defined, gives a description added to the XAR export which can later be viewed when reimporting into a XWiki instance. 50 +* <tt>license</tt>: If defined, specifies the license to the XAR export which can later be viewed when reimporting into a XWiki instance. 51 +* <tt>version</tt>: If defined, specifies the version of the export to the XAR. 52 + 53 +1.1 HTML Export 54 + 55 +TODO