See
PublishedAPI for packages intended to be used by Plugin and Contrib authors, or
browse all packages.
See also
Developing plugins,
Developer's Bible,
Technical Overview
internal package
Foswiki::Plugins::NatSkinPlugin
base class to hook into the foswiki core
initPlugin($topic, $web, $user) → $boolean
initialize the plugin, automatically called during the core initialization process
finishPlugin
finish the plugin and the core if it has been used,
automatically called during the core initialization process
init()
secondary initalization of this plugin.
If the url parameter "unsubscribe" was found will it change the subscription
status in via
Foswiki::Contrib::MailerContrib accordingly.
getModule($name, $session) → $impl
get a named singleton module of
NatSkin
hooks into the named callback to process TMPL:DEF, TMPL:END and TMPL:INCLUDE
by wrapping them into a verbatim block. this helps visualiziong view templates as
you don't actually want to render their content visiting them in the browser. instead
they are only used when rendering the view of topics that have this template applied to.