mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
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:
parent
b91cdffe17
commit
ce3efe4168
7 changed files with 5 additions and 225 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue