Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 28-Mar-2019 | - | 22 | 4 | |
lang/ | H | 28-Mar-2019 | - | 40 | 36 | |
resources/ | H | 28-Mar-2019 | - | 93 | 89 | |
tpl/ | H | 28-Mar-2019 | - | 84 | 84 | |
vendor/ | H | 28-Mar-2019 | - | 264,330 | 167,349 | |
DokuwikiPage.php | H A D | 27-Mar-2019 | 1.4 KiB | 57 | 21 | |
DokuwikiXMLExport.php | H A D | 27-Mar-2019 | 8.8 KiB | 290 | 125 | |
OutputXMLHelper.php | H A D | 27-Mar-2019 | 3.4 KiB | 122 | 44 | |
PageGetter.php | H A D | 27-Mar-2019 | 1.4 KiB | 44 | 20 | |
README.md | H A D | 27-Mar-2019 | 2.4 KiB | 41 | 25 | |
admin.php | H A D | 27-Mar-2019 | 4.1 KiB | 132 | 66 | |
admin.svg | H A D | 27-Mar-2019 | 571 | 1 | 1 | |
composer.json | H A D | 27-Mar-2019 | 386 | 18 | 17 | |
index.php | H A D | 27-Mar-2019 | 843 | 18 | 10 | |
plugin.info.txt | H A D | 27-Mar-2019 | 299 | 8 | 7 |
README.md
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