From: PeterThoeny Date: Sun, 8 Dec 2002 06:42:00 +0000 (+0000) Subject: none X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=11dcfa0cb74e076df772d0d1c8d3330596fb2a4c none --- diff --git a/TWiki/TWikiDocumentation.mdwn b/TWiki/TWikiDocumentation.mdwn index 61837eb..53c1340 100644 --- a/TWiki/TWikiDocumentation.mdwn +++ b/TWiki/TWikiDocumentation.mdwn @@ -43,3 +43,5 @@ This page contains all documentation topics as one long, complete reference shee ---- ---- + +---- diff --git a/TWiki/TWikiPlugins.mdwn b/TWiki/TWikiPlugins.mdwn index 2bc4b9a..37d4734 100644 --- a/TWiki/TWikiPlugins.mdwn +++ b/TWiki/TWikiPlugins.mdwn @@ -144,16 +144,15 @@ The Application Programming Interface (API) for TWikiPlugins provides the specif ### Available Core Functions -The `lib/TWiki/Func.pm` implements ALL official Plugin functions. Plugins should ONLY use functions published in this module. +The [[TWikiFuncModule]] (`lib/TWiki/Func.pm`) implements ALL official Plugin functions. Plugins should ONLY use functions published in this module. %X% If you use functions not in `Func.pm`, you run the risk of creating security holes. Also, your Plugin will likely break and require updating when you upgrade to a new version of TWiki. -- For best performance, enable only the functions you really need. NOTE: `outsidePREHandler` and `insidePREHandler` are particularly expensive. - ### Predefined Hooks In addition to TWiki core functions, Plugins can use **predefined hooks**, or **call backs**, listed in the `lib/TWiki/Plugins/EmptyPlugin.pm` module. +- For best performance, enable only the functions you really need. NOTE: `outsidePREHandler` and `insidePREHandler` are particularly expensive. - All but the initPlugin are disabled. To enable a call back, remove `DISABLE_` from the function name. ### Plugin Version Detection diff --git a/TWiki/WebHome.mdwn b/TWiki/WebHome.mdwn index 9f843f4..c808215 100644 --- a/TWiki/WebHome.mdwn +++ b/TWiki/WebHome.mdwn @@ -79,9 +79,10 @@ Documentation for webmasters, system administrators, project managers, team
**Appendices**
[[A. TWiki File System|Main/AppendixFileSystem]]
[[B. TWiki Development Timeline|Main/TWikiHistory]] + 15. [[TWiki::Func Module Documentation|Main/TWikiFuncModule]] + 16. [[TWikiSiteTools]] + 17. [[Managing Topics|Main/ManagingTopics]] + 18. [[Managing Webs|Main/ManagingWebs]]
**Appendices**
[[A. TWiki File System|Main/AppendixFileSystem]]
[[B. TWiki Development Timeline|Main/TWikiHistory]] ## TWiki Reference