diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 02:39:33 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 02:39:33 +0000 |
commit | 4f1dc4b47c74ae97e0c26061501751202bf46e1f (patch) | |
tree | c4d7da0521f3b76363497d7fb751ac974c5e1067 /doc/plugins/brokenlinks.mdwn | |
parent | 54d5308cd83c67e7e9c32450c776ef0dac63549f (diff) | |
download | ikiwiki-4f1dc4b47c74ae97e0c26061501751202bf46e1f.tar ikiwiki-4f1dc4b47c74ae97e0c26061501751202bf46e1f.tar.gz |
fix name
Diffstat (limited to 'doc/plugins/brokenlinks.mdwn')
-rw-r--r-- | doc/plugins/brokenlinks.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/plugins/brokenlinks.mdwn b/doc/plugins/brokenlinks.mdwn new file mode 100644 index 000000000..05efe2806 --- /dev/null +++ b/doc/plugins/brokenlinks.mdwn @@ -0,0 +1,11 @@ +This plugin generates a list of broken links on pages in the wiki. This is +a useful way to find pages that still need to be written, or links that +are written wrong. + +The optional parameter "pages" can be a [[GlobList]] specifying the pages +to search for broken links, default is search them all. + +This plugin is included in ikiwiki, but is not enabled by default. +If it is turned on, here's a list of broken links on this wiki: + +[[brokenlinks ]] |