Hi Sub, The problem seems twofold. Using TiddlyWiki you might want to...
1) Check whether internal (wiki-)links are working. You can do that by skimming through the "missing" tab in SidebarTabs. 2) Check whether external links are working. This is something that pinger would do. Currently I would not know how to best check on the availability of the other end of an externalLink in TiddlyWiki. The best example for such troubles would be TiddlyWiki itself and links pointing to tiddlers in other TiddlyWikis. There simply is no harmonized way for any of todays crawlers to check on that. Maybe there's some kind of service along with its API that one could feed with a list of links and then retrieve status information as to the availability of these URI's. On the other hand, if you wanted to check all externalLinks throughout a TiddlyWiki, you'd probably first have to either scan all tiddlers for externalLinks and then have some mechanism to send these (through something equivalent to) Pinger... eventualy indicating which externalLink in which tiddler seems to be dead. So, maybe some script by the name of "ListExternalLinks" would be of help to you which would output something like this... *tiddler1 **externalLink1 **externalLink2 *tiddler2 **externalLink3 **externalLink4 *etc... ...and something on top of it like Pinger to indicate the availability of these links (however that works). Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

