Use w3m instead of lynx (bug #1451635).

This commit is contained in:
Michal Čihař
2006-03-16 22:45:32 +00:00
parent 7b48016c66
commit b628fcc8a9
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ $Source$
* libraries/auth/config.auth.lib.php: Show possible error messages.
* show_config_errors.php, libraries/common.lib.php: Add wrapper to show
config errors even with no error reporting (RFE #1447173).
* scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
2006-03-15 Michal Čihař <michal@cihar.com>
* libraries/export/htmlexcel.php: Fix output handling (bug #1450555).

View File

@@ -185,7 +185,7 @@ find phpMyAdmin -type f -print0 | xargs -0 chmod 644
find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755
# Building Documentation.txt
lynx --dont_wrap_pre --nolist --dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt
LC_ALL=C w3m -dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt
# Renaming directory
mv phpMyAdmin phpMyAdmin-$target
@@ -233,7 +233,7 @@ Todo now:
---------
1. tag the cvs tree with the new revision number for a plain release or a
release candidate:
version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE
version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE
version 2.7.1-rc1 gets RELEASE_2_7_1RC1 and TESTING
2. upload the files to SF: