]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/validator.sh
mailer project continued:
[mailer.git] / DOCS / validator.sh
index 9dea827d03f77191a032ade21b241a2e008f65ea..b3de570576e026b8d19b94a6b4dcd7d3ab52dcd6 100755 (executable)
@@ -1,14 +1 @@
-#!/bin/sh
-
-if ! test -e "modules.php"; then
-  echo "$0: Please execute this script from root directory."
-  exit 1
-fi
-
-echo "$0: Validating all templates..."
-DUMMY=`find templates/de/html/ -type f -name *.tpl -exec php DOCS/tpl-validator.php {} \; 2>&1`
-echo "${DUMMY}" | \
-       grep "Warning" | \
-       cut -d "/" -f 1-5 | \
-       grep -v "error parsing attribute name" > `dirname $0`/template-warnings.log
-echo "$0: done."
+#@DEPRECATED