diff options
-rwxr-xr-x | update-help_files.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/update-help_files.sh b/update-help_files.sh index 00851e1..c040eb8 100755 --- a/update-help_files.sh +++ b/update-help_files.sh @@ -15,6 +15,15 @@ # Please fetch the English html files manually, after making sure this error # did not happen again. +# FIXME +# The download path and the name of the zip files have changed, e.g. for Catalan: +# https://docteam.mageia.org.uk/Factory/zipped/ca/drakx-installer-help/DrakX-CA-InlineHelp.zip +# The script needs to be adjusted, but we might want to first change where on +# https://docteam.mageia.org.uk/ Calenco writes the files to , e.g. for Catalan: +# https://docteam.mageia.org.uk/Factory/zipped/drakx-installer-help/ca.zip +# Having all the zip files there in one directory, would make it possible to see +# when they were last updated without having to go up and down the directory tree. + set -e LANGS="ca cs de el en eo es et eu fr hr hu id it nl nb pl pt pt_br ro ru sk sl sq sv tr uk zh_cn" |