This plugin is designed for publishing copyright information about topics. The original author (copyright holder) is given to the twiki user that created the topic and this information along with the creation date is kept for copyright notices. Those that edit the topic are also kept for crediting the modifications. The copyright holder can be over ridden with a TWiki variable.
%AUTHORS%,%AUTHORS{show="full|holder|modifiers" toc="1" topics=}%,
%AUTHORS%,%AUTHORS{MySite:TitleOne,MySite:TitleTwo}%,%AUTHORS{show="holder"}%
Overload plugin settings in Main.TWikiPreferences by prefixing the name of the setting with COPYRIGHTPLUGIN_
, such as COPYRIGHTPLUGIN_TOPICSEXCLUDE
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.
CopyrightPlugin.zip
in your twiki installation directory. Content: File: | Description: |
---|---|
data/TWiki/CopyrightPlugin.txt | Plugin topic |
lib/TWiki/Plugins/CopyrightPlugin.pm | Plugin Perl module |
Plugin Author: | TWiki:Main.AleksandarErkalovic![]() |
Copyright: | © 2007, TWiki:Main.AleksandarErkalovic![]() © 2008-2011 TWiki:TWiki.TWikiContributor ![]() |
License: | GPL (GNU General Public License![]() |
Plugin Version: | 2011-03-05 |
Change History: | |
2011-03-05: | Doc fixes; changing TWIKIWEB to SYSTEMWEB -- TWiki:Main.PeterThoeny![]() |
2007-04-29: | Initial version |
TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 |
CPAN Dependencies: | List::Compare::Functional |
Other Dependencies: | none |
Perl Version: | 5.005 or above |
Benchmarks![]() |
GoodStyle nn%, FormattedSearch nn%, CopyrightPlugin nn% |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/CopyrightPlugin![]() |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/CopyrightPluginDev![]() |
Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/CopyrightPluginAppraisal![]() |
Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences