Find Orphan pages, Wanted pages with reference counts. Also shows reference counts for linked pages (previous authors: Doug Edmunds)
Compatible with DokuWiki
Find Orphan pages, Wanted pages with reference counts. Also shows reference counts for linked pages (previous authors: Doug Edmunds)
Similar to unusedmedias
Originally by Doug Edmunds, now maintained by Andy Webber.
Use this plugin to find orphan pages and wanted pages.
OrphansWanted show which pages are:
Each table shows the reference count and a link to backlinks.
Basic usage is to place the one of the following four lines into the page markup:
~~ORPHANSWANTED:orphans~~ ~~ORPHANSWANTED:wanted~~ ~~ORPHANSWANTED:valid~~ ~~ORPHANSWANTED:all~~ << makes all three tables
Anything other than these 4 words will generate a syntax error message.
Enhanced usage adds optional namespaces, each prefixed with an exclamation point '!' (think 'not')
~~ORPHANSWANTED:orphans|wanted|valid|all[!namespace!another!one:with:subspaces]~~ Example -- exclude one namespace: ~~ORPHANSWANTED:wanted!wiki~~ Shows wanted pages, but none that are under the wiki: namespace Example -- exclude multiple namespaces: ~~ORPHANSWANTED:orphans!wiki!sys:personal~~ Shows orphan pages, but none in the wiki: or in the sys:personal: namespaces
Please check GitHub for most recent version; and please comment on the GitHub version using GitHub 'issues' mechanism. Comments and issues below apply to the code included on the page below.
Please raise bugs and requests for enhancements in GitHub. This page is not routinely monitored, so comments here may languish forever.
I have Angua RC. I have a lot of php errors:
[phpBB Debug] PHP Notice: in file (...)/public_html/wiki/lib/plugins/plugin/classes/ap_info.class.php on line 21: Undefined offset: 1 [phpBB Debug] PHP Warning: in file (...)/public_html/wiki/inc/actions.php on line 180: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
>Where do you get this? I tried ~~ORPHANSWANTED:all~~ with the current devel version. No warning appears. What are these phpBB prefixes? — M. S.M. S.
lupo49
DE / NRW / Sauerland 2011/12/26 19:25
Simply i turn on this plugin and:[phpBB Debug] PHP Notice: in file .../public_html/wiki/inc/parser/handler.php on line 1493: Undefined property: Doku_Handler_Block::$inParagraph [phpBB Debug] PHP Notice: in file .../public_html/wiki/inc/parser/metadata.php on line 321: Undefined offset: 1 [phpBB Debug] PHP Notice: in file .../public_html/wiki/lib/plugins/plugin/admin.php on line 82: Undefined index: fn [phpBB Debug] PHP Warning: in file .../public_html/wiki/inc/actions.php on line 180: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3826)I have integrate_with_phpbb3 mod.
The warning message doesn't indicate to an error caused by the plugin. Do you have any other plugins loaded and activated?
Create a bug report for your issue on github to prevent clutter on this page. — M. S.M. S.
lupo49
DE / NRW / Sauerland 2011/12/27 15:17When i turn off all plugins this bug is still present.
Why ”>” isn't converted in ”>Where do you get this?” above?