remove support for XML app metadata, its broken

JSON and YAML are very closely related, so supporting both of them is
basically almost no extra work.  Both are also closely related to how
Python works with dicts and pickles. XML is a very different beast, and its
not popular for this kind of thing anyway, so just purge it.
This commit is contained in:
Hans-Christoph Steiner 2016-11-23 15:01:23 +01:00
parent b91cdffe17
commit ce3efe4168
7 changed files with 5 additions and 225 deletions

View file

@ -240,8 +240,7 @@ The repository of older versions of applications from the main demo repository.
# build_server_always = True
# By default, fdroid will use YAML .yml and the custom .txt metadata formats. It
# is also possible to have metadata in JSON and XML by adding 'json' and
# 'xml'.
# is also possible to have metadata in JSON by adding 'json'.
# accepted_formats = ['txt', 'yml']
# Limit in number of characters that fields can take up