This DokuWiki plugin creates an XML based on the DokuWiki metadata with the FINDOLOGIC XML scheme.
It uses the library findologic/libflexport to generate the XML.
For any other dependencies please refer to the composer.json file.
- Requires php
>= 7.0
, older versions are not supported - PHP extension
intl
is also required.
- Open your extension manager and install the Plugin via Search and Install
- If you want to export
keywords
/tags
you will also need to install the Tag Plugin
- Download this repository
- Go into your DokuWiki folder and open the directory
/lib/plugins/
- Create a folder in this directory named
findologicxmlexport
and copy the downloaded files in it - Download all dependencies via
composer install
- Open your DokuWiki Admin page and there you will see the newly installed Plugin
- When opening the Plugin there is a link where you can directly access the XML export data.
- It is recommend to also include a
.htaccess
file, so strangers that know this link cannot access your page data.
- You have found a bug? Please submit an issue!