Skip to content

Latest commit

 

History

History
executable file
·
40 lines (25 loc) · 2.38 KB

File metadata and controls

executable file
·
40 lines (25 loc) · 2.38 KB

DokuWiki Plugin: FINDOLOGIC XML Export

Travis code climate codecov

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.

Before install

  • Requires php >= 7.0, older versions are not supported
  • PHP extension intl is also required.

Install

  • 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

Manual installation

  1. Download this repository
  2. Go into your DokuWiki folder and open the directory /lib/plugins/
  3. Create a folder in this directory named findologicxmlexport and copy the downloaded files in it
  4. Download all dependencies via composer install

Usage

  • Open your DokuWiki Admin page and there you will see the newly installed Plugin

https://github.com/findologic/dokuwiki-plugin-findologic-xml-export/raw/master/examples/example_admin.png

  • 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.

Important Notes