From: http://weakish.pigro.net/ Date: Thu, 1 Oct 2009 09:57:53 +0000 (-0400) Subject: checking external links seems not practical X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/bef2011cbdbe49cc2ec988ddfdf1b9a13f880b3b?ds=sidebyside checking external links seems not practical --- diff --git a/doc/ikiwiki/directive/brokenlinks/discussion.mdwn b/doc/ikiwiki/directive/brokenlinks/discussion.mdwn index 65e97cff6..34760584d 100644 --- a/doc/ikiwiki/directive/brokenlinks/discussion.mdwn +++ b/doc/ikiwiki/directive/brokenlinks/discussion.mdwn @@ -1 +1,3 @@ Would it be possible to have such a thing also checking for external links? -- [[user/emptty]] + +> I guess this is not very practical. For internal wiki links, we only need to check if the linked source file exist or not. But for external links, we have to ping every links, which will slow down the build process a lot. --[[weakish]]