Index: util/devhelpers/404.sh =================================================================== --- util/devhelpers/404.sh (revision 37019) +++ util/devhelpers/404.sh (nonexistent) @@ -1,24 +0,0 @@ -#!/bin/sh - -# search the official web page for broken links - -echo "Collecting the log..." >&2 -wget --spider -o 404.raw.log -r -p http://repo.hu/projects/pcb-rnd - -echo "Evaluatng the log..." >&2 -awk ' - function report() { - print url - rerorted = 1 - } - - /^--/ { - url=$0 - sub("--.*-- *", "", url) - sub("^[(]try[^)]*[)] *", "", url) - } - /^$/ { url = ""; reported = 0 } - (reported) { next } - /response.*404/ { report() } - /broken link/ { report() } -' < 404.raw.log | tee 404.log Property changes on: util/devhelpers/404.sh ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property