History: XML Wiki Import-Export
Preview of version: 1
- «
- »
TikiWiki >=3.0
It is possible to import/or export a list of pages or a structure in an xml format
Each page can be exported with:
- its history
- its comments
- its attached files
- its images
THe export produces a zip file containing
- a wiki.xml page
- a directory for each page. And each of this directory
- page.txt: taht contains the data of a page
- a directory attachements that contains all the attached files of the page
- a directory images that contains all the images contained in the page (via the wiki plugin )Plugin ImageNo image specified. One of the following parameters must be set: fileId, randomGalleryId, fgalId, attId or src.
- a directory history taht contains all the data of each history
xample of a wiki.xml page
Copy to clipboard
<pages> <page zip="noel/page.txt"> <name>noel</name> <user>me</user> <comments> <comment>Joyeux Noel </page> </pages>