summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-07-14 07:46:42 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-07-14 07:46:42 +0000
commitc85f571acea21b8b54712fc59337da69094f0c84 (patch)
treed47a02b887bf032570953be5835a0d47fcfe7b7e /TWiki
parentbec7d43b4126bf4d5d7be4bc37add92869c34cc7 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/TWikiPreferences.mdwn16
1 files changed, 6 insertions, 10 deletions
diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn
index 24505617..1564ec41 100644
--- a/TWiki/TWikiPreferences.mdwn
+++ b/TWiki/TWikiPreferences.mdwn
@@ -50,6 +50,12 @@ The following settings are **_site-level preferences_** , e.g. affecting all use
* Mail host for outgoing mail. This is used for [[TWikiNotificationOfChanges]] if Perl module <code>**Net::SMTP**</code> is installed. If not, sendmail is used instead (defined by <code>**$mailProgram**</code> in <code>**TWiki.cfg**</code>). Examples: `mail.your.company` or `localhost`
* Set SMTPMAILHOST = mail
+* [[TWikiPlugins]] configuration: All plugin modules that exist in the `lib/TWiki/Plugins` directory are activated automatically unless disabled by DISABLEDPLUGINS. You can optionally list the installed plugins in INSTALLEDPLUGINS. This is useful to define the sequence of plugin execution, or to specify other webs then the %TWIKIWEB% web for the plugin topics. Specify plugins as a comma separated list of topics.
+ * Set INSTALLEDPLUGINS = [[TWiki/DefaultPlugin]]
+ * Set DISABLEDPLUGINS = [[EmptyPlugin]]
+ * Currently activated plugins: %ACTIVATEDPLUGINS%
+ * **_Note:_** In case you have a rough plugin you can disable all plugins with the <code>**$disableAllPlugins**</code> flag in the `TWiki.cfg` file.
+
* http-equiv meta tags for **_view_**, **_rdiff_**, **_attach_**, **_search\*_** scripts:
* Set HTTP_EQUIV_ON_VIEW =
@@ -68,16 +74,6 @@ The following settings are **_site-level preferences_** , e.g. affecting all use
* Site-level preferences that are **not** allowed to be overridden by %WEBPREFSTOPIC% and user preferences:
* Set FINALPREFERENCES = PREVIEWBGIMAGE, WIKIWEBMASTER, MAILHOST
-**_Plugin Preferences:_**
-
-* Installed [[TWikiPlugins]]: To enable/disable plugins, move them between ACTIVEPLUGINS and INACTIVEPLUGINS. Specify a comma separated list of plugin topics; the name of the web **_must_** be specified (i.e. <code>**TWiki.DefaultPlugin, TWiki.AnOtherPlugin**</code>)
- * Set ACTIVEPLUGINS = [[TWiki/DefaultPlugin]]
- * Set INACTIVEPLUGINS = [[TWiki/EmptyPlugin]]
-
-* Preferences of [[DefaultPlugin]]:
- * Allow depreciated <code>%INCLUDE:"topic"%</code> syntax: (`0` or `1`)
- * Set DEFAULTPLUGIN\_OLDINCLUDE = 1
-
**_Notes:_**
* A preference is defined as: <br />`6 spaces * Set NAME = value`<br /> Example: