From: MikeMannix Date: Mon, 27 Aug 2001 09:19:48 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=3837e7c4f86bfdf4c664d0962c7c22db8bf6b358;hp=c88a025d2aedbdfa3ca1de94a61f4b30ef6b2505 none --- diff --git a/TWiki/TWikiPlugins.mdwn b/TWiki/TWikiPlugins.mdwn index 0ab254d..f75365d 100644 --- a/TWiki/TWikiPlugins.mdwn +++ b/TWiki/TWikiPlugins.mdwn @@ -34,7 +34,7 @@ TWikiPlugins allow you to add new features to TWiki without changing the core pr - heavily customize an installation and still do clean updates to new versions of TWiki; - rapidly develop new TWiki functions in Perl using the Plugin API. -Everything to do with TWiki Plugins - including demos, new releases, downloads, and discussion - is available at TWiki.org, in the ** [TWiki.org Plugins web](http://twiki.org/cgi-bin/view/Plugins)**. +Everything to do with TWiki Plugins - including demos, new releases, downloads, and discussion - is available at TWiki.org, in the ** [[TWiki.org Plugins web|Main/TWiki:Plugins]]**. @@ -72,7 +72,7 @@ Ideally, after you've [[installed a Plugin|Main/WebHome#InstallPlugin]], just re #### Set Preferences for Individual Plugins -Installed Plugins can be **toggled on or off**, site-wide or by web, through [[TWikiPreferences]] and individual [[WebPreferences]]: +Installed Plugins can be **toggled on or off**, site-wide or by web, through TWikiPreferences and individual WebPreferences: - All Plugin modules present in the **lib/TWiki/Plugins** directory are activated automatically unless disabled by the **DISABLEDPLUGINS** Preferences variable in TWikiPreferences. You can optionally list the installed Plugins in the **INSTALLEDPLUGINS** Preferences variable. This is useful to define the sequence of Plugin execution, or to specify other webs than the %WIKITOOLNAME% web for the Plugin topics. Settings in [[TWikiPreferences]] are: - **Set INSTALLEDPLUGINS = DefaultPlugin, ...** @@ -179,11 +179,11 @@ The Plugin documentation topic contains usage instructions and version details. > > Check > -> [EmptyPlugin](http://TWiki.org/cgi-bin/view/TWiki/EmptyPlugin) +> [[EmptyPlugin]] > > on TWiki.org for the latest Plugin doc topic template. Here's a quick overview of what's covered: > -> **Syntax Rules:** **_explanation coming up_** +> **Syntax Rules:** Describe any special text formatting that will be rendered. > > **YourPlugin Settings:** Description and settings for your custom Plugin %VARIABLES%, and those required by TWiki. > @@ -220,7 +220,7 @@ You can release your tested, packaged Plugin to the TWiki community through the 1. **Post** the Plugin documentation topic in the TWiki:Plugins web: - create a new topic using the Plugin name, ex: **YourPlugin.txt**; - - paste in the topic text from [[How to Create the Plugin Documentation Topic|Main/WebHome#CreatePluginTopic]] and Save. + - paste in the topic text from [[Creating Plugin Documentation|Main/WebHome#CreatePluginTopic]] and Save. 2. **Attach** the distribution zip file to the topic, ex: **YourPlugin.zip**. 3. **Link** from the doc page to a new, blank page named after the Plugin, and ending in **Dev**, ex: **YourPluginDev**. This is the discussion page for future development. (User support for Plugins is handled in TWiki:Support.)