• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Mar-2024-

conf/H28-Mar-2019-224

lang/H28-Mar-2019-4036

resources/H28-Mar-2019-9389

tpl/H28-Mar-2019-8484

vendor/H28-Mar-2019-264,330167,349

DokuwikiPage.phpH A D27-Mar-20191.4 KiB5721

DokuwikiXMLExport.phpH A D27-Mar-20198.8 KiB290125

OutputXMLHelper.phpH A D27-Mar-20193.4 KiB12244

PageGetter.phpH A D27-Mar-20191.4 KiB4420

README.mdH A D27-Mar-20192.4 KiB4125

admin.phpH A D27-Mar-20194.1 KiB13266

admin.svgH A D27-Mar-2019571 11

composer.jsonH A D27-Mar-2019386 1817

index.phpH A D27-Mar-2019843 1810

plugin.info.txtH A D27-Mar-2019299 87

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