https://github.com/jercle/orphanmedia2
syntax plugin to show orphan and missing media files of your dokuwiki
https://github.com/jercle/orphanmedia2
Last synced: about 1 month ago
JSON representation
syntax plugin to show orphan and missing media files of your dokuwiki
- Host: GitHub
- URL: https://github.com/jercle/orphanmedia2
- Owner: jercle
- License: gpl-3.0
- Created: 2023-02-15T06:04:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T06:48:40.000Z (about 2 years ago)
- Last Synced: 2025-01-19T11:42:32.265Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
orphanmedia2 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 files3. 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~~