use the ikiwiki broken links directive
authorMichael Meffie <mmeffie@sinenomine.net>
Wed, 21 Nov 2012 13:25:01 +0000 (08:25 -0500)
committerMichael Meffie <mmeffie@sinenomine.net>
Wed, 21 Nov 2012 13:25:01 +0000 (08:25 -0500)
Use the ikiwiki broken links directive to show a list
of broken or malformed links.

WikiBrokenLinks.mdwn [new file with mode: 0644]
WikiOrphanedPages.mdwn [moved from OrphanedPages.mdwn with 100% similarity]
index.mdwn

diff --git a/WikiBrokenLinks.mdwn b/WikiBrokenLinks.mdwn
new file mode 100644 (file)
index 0000000..3f5fff2
--- /dev/null
@@ -0,0 +1,5 @@
+
+Pages that need to be written, or malformed links.
+
+[[!brokenlinks pages="page(*) and !templates/* and !main/*"]]
+
similarity index 100%
rename from OrphanedPages.mdwn
rename to WikiOrphanedPages.mdwn
index 14c3c22..5b5f25d 100644 (file)
@@ -1,4 +1,4 @@
-Welcome to the OpenAFS wiki. This is a web-based collaboration area for collecting, maintaining, and distributing information about the AFS distributed filesystem and related topics.
+Welcome to the [[OpenAFS]] wiki. This is a web-based collaboration area for collecting, maintaining, and distributing information about the AFS distributed filesystem and related topics.
 
 * [[What is AFS?|WhatIsAFS]]
 * [[Getting started|GettingStarted]]
@@ -39,6 +39,7 @@ Welcome to the OpenAFS wiki. This is a web-based collaboration area for collecti
 
 * [[How to use this wiki|ikiwiki]]
 * [[How to use git to edit pages|GitWiki]]
-* [[Orphaned pages|OrphanedPages]]
+* [[Orphaned pages|WikiOrphanedPages]]
+* [[Broken links|WikiBrokenLinks]]