CopyrightPlugin
List copyright information based on topic authors
Overview
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.
Syntax Rules
-
%AUTHORS%,%AUTHORS{show="full|holder|modifiers" toc="1" topics=}%,
Examples
-
%AUTHORS%,%AUTHORS{MySite:TitleOne,MySite:TitleTwo}%,%AUTHORS{show="holder"}%
Plugin Settings
Overload plugin settings in
Main.TWikiPreferences by prefixing the name of the setting with
COPYRIGHTPLUGIN_
, such as
COPYRIGHTPLUGIN_TOPICSEXCLUDE
- Set SHORTDESCRIPTION = List copyright information based on topic authors
- Set USERSEXCLUDE =
- Set TOPICSEXCLUDE = WebTopicList, WebTopicEditTemplate, WebTopicCreator, WebStatistics, WebSearchAdvanced, WebSearch, WebRss, WebPreferences, WebNotify, WebLeftBar, WebIndex, WebHome, WebChanges, WebAtom
Plugin Installation Instructions
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.
- For an automated installation, run the configure script and follow "Find More Extensions" in the in the Extensions section.
- Or, follow these manual installation steps:
- Download the ZIP file from the Plugins home (see below).
- Unzip
CopyrightPlugin.zip
in your twiki installation directory. Content: File: | Description: |
lib/TWiki/Plugins/CopyrightPlugin.pm | Plugin Perl module |
data/TWiki/CopyrightPlugin.txt | Plugin topic |
- Set the ownership of the extracted directories and files to the webserver user.
- Plugin configuration:
- Run the configure script and enable the plugin in the Plugins section.
Plugin Info
Related Topics: TWikiPlugins,
DeveloperDocumentationCategory,
AdminDocumentationCategory,
TWikiPreferences