1# DokuWiki Plugin: FINDOLOGIC XML Export
2
3[![Travis](https://travis-ci.org/findologic/dokuwiki-plugin-findologic-xml-export.svg?branch=master)](https://travis-ci.org/findologic/dokuwiki-plugin-findologic-xml-export/)
4[![code climate](https://camo.githubusercontent.com/c4ca5e03a9cfcdcef3c074ceb2c0f3555725128d/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f33363239383432376434323736646231386661362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/findologic/dokuwiki-plugin-findologic-xml-export)
5[![codecov](https://codecov.io/gh/findologic/dokuwiki-plugin-findologic-xml-export/branch/master/graph/badge.svg)](https://codecov.io/gh/findologic/dokuwiki-plugin-findologic-xml-export)
6
7This DokuWiki plugin creates an XML based on the DokuWiki metadata with the FINDOLOGIC XML scheme.
8It uses the library [findologic/libflexport](https://github.com/findologic/libflexport) to generate the XML.
9
10For any other dependencies please refer to the [composer.json](https://raw.githubusercontent.com/findologic/dokuwiki-plugin-findologic-xml-export/master/composer.json) file.
11
12### Before install
13
14 * Requires **php** `>= 7.0`, older versions are not supported
15 * PHP extension `intl` is also required.
16
17### Install
18
19 - Open your extension manager and install the Plugin via **Search and Install**
20 - If you want to export `keywords`/`tags` you will also need to install the [Tag Plugin](https://www.dokuwiki.org/plugin:tag)
21
22### Manual installation
23
24 1. Download this repository
25 2. Go into your DokuWiki folder and open the directory `/lib/plugins/`
26 3. Create a folder in this directory named `findologicxmlexport` and copy the downloaded files in it
27 4. Download all dependencies via `composer install`
28
29### Usage
30
31 - Open your DokuWiki Admin page and there you will see the newly installed Plugin
32
33 ![https://github.com/findologic/dokuwiki-plugin-findologic-xml-export/raw/master/examples/example_admin.png](https://github.com/findologic/dokuwiki-plugin-findologic-xml-export/raw/master/examples/example_admin.png)
34
35 - When opening the Plugin there is a link where you can directly access the XML export data.
36 - **It is recommend to also include a `.htaccess` file, so strangers that know this link cannot access your page data.**
37
38### Important Notes
39
40 - You have found a bug? Please [submit an issue](https://github.com/findologic/dokuwiki-plugin-findologic-xml-export/issues/new)!
41