README
1orphanmedia Plugin
2===============
3
41. Installation
5--------------------
6Just download the zip and extract it into your "\lib\plugins" directory.
7
82. Examples/Usage
9------------------------------
10
11Use this plugin to find orphan and missing media files within your DokuWiki.
12
13OrphanMedia show which medias are:
14 * Orphans (the media file exists, but not linked and wasting space only)
15 * Missing (the media file does not exist, but there are link(s) to it elsewhere on the pages)
16
17On top it provides a little statistic of your DokuWiki:
18 * Media list contains
19 * Page list contains
20 * Found media filename references
21 * Different media links extracted from pages
22 * Missing media files detected
23 * Found orphan media files
24
253. Syntax
26---------------
27
28Basic usage is to place one or more of the following syntax lines into the page markup of page with Admin/Superuser ACL:
29
30 ====== Orphan Media detection ======
31 ~~NOCACHE~~
32 ~~ORPHANMEDIA:all~~
33 ~~ORPHANMEDIA:summary~~
34 ~~ORPHANMEDIA:missing~~
35 ~~ORPHANMEDIA:orphan~~