This plugin is used to help find orphaned topics. It can also be used to count the number of references to a particular topic.
Argument | Description |
---|---|
orphans | Show all topics with a ref count of 0 (default if you used %TOPICREFERENCELIST{}%) |
hasref | Show all topics with references (excluded orphans) |
all | Show all topics for the web and their reference counts (e.g. number of times a topic is referenced from another topic) |
Plugin output (simulated):
|
Plugin output (if enabled):
%TOPICREFERENCELIST{"orphans" web="Main"}% |
Used syntax:
%TOPICREFERENCELIST{"orphans" web="Main"}% |
data/debug.txt
)
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.
TopicReferencePlugin.zip
in your twiki installation directory. Content: File: | Description: |
---|---|
data/TWiki/TopicReferencePlugin.txt | Plugin topic |
lib/TWiki/Plugins/TopicReferencePlugin.pm | Plugin Perl module |
Plugin Author: | TWiki:Main.JeffCrawford![]() |
Copyright: | © 2006, TWiki:Main.JeffCrawford![]() © 2006-2010 TWiki:TWiki.TWikiContributor ![]() |
License: | GPL (GNU General Public License![]() |
Plugin Version: | 2010-11-09 (V1.002) |
Change History: | |
2010-11-09: | TWikibug:Item6530![]() |
2006-04-19: | Changed name of plugin (formerly OrphanFindPlugin), modified for better speed and added default, added web option |
2006-04-15: | Initial version |
TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 |
CPAN Dependencies: | none |
Other Dependencies: | none |
Perl Version: | 5.005 |
Benchmarks![]() |
GoodStyle 99%, FormattedSearch 99%, TopicReferencePlugin 58% |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/TopicReferencePlugin![]() |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/TopicReferencePluginDev![]() |
Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/TopicReferencePluginAppraisal![]() |
Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences