Update some URLs. From Frederic L. W. Meunier <lists@pervalidus.tk>

This commit is contained in:
Pavel Roskin 2003-09-28 20:04:05 +00:00
parent df44271fd0
commit 5670baccb4

View File

@ -21,11 +21,11 @@ case `echo $1 |sed 's/^.*\.//'` in
astyle --style=java --mode=java "$2"
;;
htm|html|HTM|HTML)
# http://www.w3.org/People/Raggett/tidy/
# http://tidy.sourceforge.net/
tidy -q -m -ascii -wrap 80 "$2"
;;
*)
#ftp://alpha.gnu.org/gnu/fetish/textutils-2.0.tar.gz
# http://www.gnu.org/software/coreutils/
fmt "$2" >"$2.tmp" && rm -f "$2" && mv -f "$2.tmp" "$2"
;;
esac