...this only was needed before the routing of python scripts through
safe.py. Also removed the validation mechanism for python scripts - it
never was used as far as I know."
--tar Causes tarballs to be generated for each addon newly downloaded
with --download.
--url=... Adds download links to the --html output, with the given
base URL.
this only was needed before the routing of python scripts through
safe.py. Also removed the validation mechanism for python scripts - it
never was used as far as I know.
...un-escaping wasn't properly done in wesnoth_addon_manager. I can't
test if downloading campaigns works now or not, but it
might. Uploading is still broken, will look into that later.
* Addon metainfo is now saved in file _info.cfg instead of info.cfg.
* Added _info.cfg to default upload exclusion list.
* Updated addons management script to be aware of the info.cfg change.
Some changes to core WML code is still required to make it properly
follow the new encoding/decoding escape sequences. Some results of
pylint have been applied. Includes minor portability enhancements.
Some code changed to be more OO+pythonic (e.g. threading). Some code
stubs are in place for future enhancements. Most reliable works
except for uploads.