Changeset 920 for trunk/EmptyPlugin/data/System/EmptyPlugin.txt
- Timestamp:
- 11/24/08 14:27:56 (4 years ago)
- File:
-
- 1 edited
-
trunk/EmptyPlugin/data/System/EmptyPlugin.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EmptyPlugin/data/System/EmptyPlugin.txt
r878 r920 1 1 %META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 14040 $"}% 2 ---+ Empty TWikiPlugin2 ---+ Empty Plugin 3 3 4 4 This is an empty Plugin you can use as a template to build your own [[%SYSTEMWEB%.Plugins][Plugins]]. This Plugin does nothing, but is ready to be used. … … 6 6 To create your own Plugin: 7 7 8 * Copy file == TWiki/Plugins/EmptyPlugin.pm== to ==<name>Plugin.pm== and customize the plugin.8 * Copy file ==lib/Foswiki/Plugins/EmptyPlugin.pm== to ==lib/Foswiki/Plugins/<name>Plugin.pm==. 9 9 * Create a ==<name>Plugin== topic in the %SYSTEMWEB% web. Do so by visiting http://foswiki.org/Extensions/PluginPackage#NewPlugin and starting a new topic to get the default plugin topic text (don't save the topic). Customize your plugin topic to your needs. 10 * See details in [[%SYSTEMWEB%. Plugins][Plugins]].10 * See details in [[%SYSTEMWEB%.DevelopingPlugins][DevelopingPlugins]]. 11 11 12 ---++ Syntax Rules 12 ---++ Plugin Handlers 13 The following plugin handlers are defined. 13 14 14 (none) 15 %INCLUDE{"pod:Foswiki::Plugins::EmptyPlugin" level="3"}% 15 16 16 17 ---++ Plugin Settings … … 22 23 * Set SHORTDESCRIPTION = Empty Plugin used as a template for new Plugins 23 24 24 * Your own setting, for example:25 * Set EXAMPLE = got it!26 27 * Debug plugin: ( TWiki sets =$debug= in your plugin. See output in =data/debug.txt=.)28 * Set DEBUG = 029 30 ---++ Plugin Installation Instructions31 32 * This plugin is preinstalled, you do not need to install it.33 34 25 ---++ Plugin Info 35 26 36 | Plugin Author: | TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie |37 | Copyright: | © 200 1-2007, %SYSTEMWEB%.ProjectContributor|27 | Plugin Author: | Foswiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny, Foswiki:Main.CrawfordCurrie | 28 | Copyright: | © 2008, Foswiki Contributors<br>© 2001-2007, TWiki Contributors | 38 29 | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 39 30 | Plugin Version: | %$VERSION% | 40 | Change History: | <!-- versions below in reverse order --> |41 | 20 May 2007 | Added renderWikiWordHandler |42 | 01 Feb 2006: | Dakar changes |43 | 21 Mar 2004: | Added afterSaveHandler |44 | 14 Jul 2001: | Changed to plug&play |45 | 27 Feb 2001: | Initial version |46 | TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 |47 | Dependencies: | %$DEPENDENCIES |48 | Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle 99%, %SYSTEMWEB%.FormattedSearch 99%, %TOPIC% 99% |49 | Plugin Home: | http://foswiki.org/Extensions/%TOPIC% |50 | Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev |51 | Appraisal: | http://foswiki.org/Extensions/%TOPIC%Appraisal |52 31 53 __Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences54 32 55 -- %SYSTEMWEB%.ProjectContributor - 01 Feb 2006 33
Note: See TracChangeset
for help on using the changeset viewer.
