diff options
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/ddate.mdwn | 4 | ||||
-rw-r--r-- | doc/plugins/htmlscrubber.mdwn | 2 | ||||
-rw-r--r-- | doc/plugins/openid.mdwn | 6 | ||||
-rw-r--r-- | doc/plugins/template.mdwn | 7 | ||||
-rw-r--r-- | doc/plugins/wikitext.mdwn | 6 |
5 files changed, 13 insertions, 12 deletions
diff --git a/doc/plugins/ddate.mdwn b/doc/plugins/ddate.mdwn index c35afe4ca..307673048 100644 --- a/doc/plugins/ddate.mdwn +++ b/doc/plugins/ddate.mdwn @@ -4,5 +4,5 @@ Enables use of Discordian dates. `--timeformat` can be used to change the date format; see `ddate(1)`. -This plugin requires the DateTime and DateTime::Calendar::Discordian -perl modules. +This plugin requires the [[cpan DateTime]] and +[[cpan DateTime::Calendar::Discordian]] perl modules. diff --git a/doc/plugins/htmlscrubber.mdwn b/doc/plugins/htmlscrubber.mdwn index e3652a847..a064c4901 100644 --- a/doc/plugins/htmlscrubber.mdwn +++ b/doc/plugins/htmlscrubber.mdwn @@ -10,7 +10,7 @@ whitelisted using the same lists as used by Mark Pilgrim's Universal Feed Parser, documented at <http://feedparser.org/docs/html-sanitization.html>. Notably it strips `style`, `link`, and the `style` attribute. -It uses the HTML::Scrubber perl module to perform its html +It uses the [[cpan HTML::Scrubber]] perl module to perform its html sanitisation, and this perl module also deals with various entity encoding tricks. diff --git a/doc/plugins/openid.mdwn b/doc/plugins/openid.mdwn index 133529ea7..a6e01ccc5 100644 --- a/doc/plugins/openid.mdwn +++ b/doc/plugins/openid.mdwn @@ -4,9 +4,9 @@ This plugin allows users to use their [OpenID](http://openid.net/) to log into the wiki. -The plugin needs the `Net::OpenID::Consumer` perl module. The -`LWPx::ParanoidAgent` perl module is used if available, for added -security. Finally, the `Crypt::SSLeay` perl module is needed to support +The plugin needs the [[cpan Net::OpenID::Consumer]] perl module. The +[[cpan LWPx::ParanoidAgent]] perl module is used if available, for added +security. Finally, the [[cpan Crypt::SSLeay]] perl module is needed to support users entering "https" OpenID urls. This plugin has a configuration option. You can set `--openidsignup` diff --git a/doc/plugins/template.mdwn b/doc/plugins/template.mdwn index 8b089d904..7b70bb281 100644 --- a/doc/plugins/template.mdwn +++ b/doc/plugins/template.mdwn @@ -27,9 +27,10 @@ To create a template, make a page in the wiki named `template/foo`. Note that this is a different location than the directory used for the [[templates]] used to build the wiki itself, which is not inside the wiki. -The template uses the syntax used by the HTML::Template perl module, which -allows for some fairly complex things to be done. Consult its documentation -for the full syntax, but all you really need to know are a few things: +The template uses the syntax used by the [[cpan HTML::Template]] perl +module, which allows for some fairly complex things to be done. Consult its +documentation for the full syntax, but all you really need to know are a +few things: * To insert the value of a variable, use `<TMPL_VAR variable>`. * To make a block of text conditional on a variable being set use diff --git a/doc/plugins/wikitext.mdwn b/doc/plugins/wikitext.mdwn index d7768f0f8..abbebb677 100644 --- a/doc/plugins/wikitext.mdwn +++ b/doc/plugins/wikitext.mdwn @@ -2,9 +2,9 @@ [[tag type/format]] This plugin allows ikiwiki to process pages written in the original wiki -text format. To use it, you need to have the Text::WikiFormat perl module -installed, enable the plugin, then files with the extention `.wiki` will be -processed as wiki text. +text format. To use it, you need to have the [[cpan Text::WikiFormat]] perl +module installed, enable the plugin, then files with the extention `.wiki` +will be processed as wiki text. Wiki formatting is very simple. An item wrapped in three single quotes is strong. An item wrapped in two single quotes is emphasized. Four or more |