From a4e597173401883830dd098f9b96db51a6999baf Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Sun, 17 Jul 2011 20:49:47 +0200 Subject: [PATCH] recalling anchors to check --- shell_scripts/browser_queries | 5 +++++ shell_scripts/wiki_link_checking | 1 + 2 files changed, 6 insertions(+) diff --git a/shell_scripts/browser_queries b/shell_scripts/browser_queries index 92a0ea1..1717b5e 100755 --- a/shell_scripts/browser_queries +++ b/shell_scripts/browser_queries @@ -1,6 +1,11 @@ #! /usr/bin/env bash # TODO +# test with recall feeds +# #MemorizationDay from memorizationfeed.xml +# #BehaviorRecallDay from recallfeed.xml +# nothing from preparationfeed.xml +# which should solely be internal, to fix # make the requests actually work # simplify the syntax # handle parameters instead of the implicit --all diff --git a/shell_scripts/wiki_link_checking b/shell_scripts/wiki_link_checking index ce50692..5ad12ed 100755 --- a/shell_scripts/wiki_link_checking +++ b/shell_scripts/wiki_link_checking @@ -4,6 +4,7 @@ # TODO # add incremental option to use with batch # generalize for other URLs +# RSS output to better handle notification with required actions if [ $# -lt 1 ] then