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