summaryrefslogtreecommitdiffstats
path: root/editors/tidy/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'editors/tidy/DETAILS')
-rwxr-xr-xeditors/tidy/DETAILS13
1 files changed, 8 insertions, 5 deletions
diff --git a/editors/tidy/DETAILS b/editors/tidy/DETAILS
index fba63d5dbf..181fa72b92 100755
--- a/editors/tidy/DETAILS
+++ b/editors/tidy/DETAILS
@@ -1,11 +1,9 @@
SPELL=tidy
-if [ "${TIDY_CVS}" == "y" ] ; then
-
- if [ "${TIDY_CVS_AUTOUPDATE}" == "y" ]
+if [[ "${TIDY_BRANCH}" == "scm" ]]; then
+ if [[ "${TIDY_AUTOUPDATE}" == "y" ]]
then VERSION=$(date +%Y%m%d)
else VERSION=cvs
fi
-
SOURCE=$SPELL-cvsroot.tar.bz2
SOURCE_URL[0]=cvs://:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy:tidy
SOURCE_IGNORE=volatile
@@ -40,5 +38,10 @@ fi
KEYWORDS="html editors"
SHORT="Tidy cleans up bad HTML"
cat << EOF
-Tidy is able to fix up a wide range of problems and to bring to your attention things that you need to work on yourself. Each item found is listed with the line number and column so that you can see where the problem lies in your markup. Tidy won't generate a cleaned up version when there are problems that it can't be sure of how to handle. These are logged as "errors" rather than "warnings".
+Tidy is able to fix up a wide range of problems and to bring to your attention
+things that you need to work on yourself. Each item found is listed with the
+line number and column so that you can see where the problem lies in your
+markup. Tidy won't generate a cleaned up version when there are problems that
+it can't be sure of how to handle. These are logged as "errors" rather than
+"warnings".
EOF