move demo back to plugin page

We don't want expensive demos in the directives pages. Add an example of
its use instead.

Also, some minor rewording.
master
Joey Hess 2008-09-11 17:16:04 -04:00
parent 7e6fa968c7
commit 01485d9074
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
[[!template id=plugin name=brokenlinks author="[[Joey]]"]]
[[!tag type/link type/meta]]
This plugin implements the [[ikiwiki/directive/brokenlinks]] [[ikiwiki/directive]].
The directive generates a list of broken links on pages in the wiki.
This plugin provides a [[ikiwiki/directive/brokenlinks]] [[ikiwiki/directive]]
that generates a list of broken links on pages in the wiki.
If this plugin is turned on, here's a list of broken links on this wiki:
[[!brokenlinks pages="* and !recentchanges"]]

View File

@ -7,6 +7,6 @@ are written wrong.
The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
pages to search for broken links, default is search them all.
If this plugin is turned on, here's a list of broken links on this wiki:
Example:
[[!brokenlinks pages="* and !recentchanges"]]
\[[!brokenlinks pages="* and !recentchanges"]]