make note of JSON, XML, and YAML in the manual

This commit is contained in:
Hans-Christoph Steiner 2015-08-05 13:49:57 +02:00
parent beb217b6ae
commit 6c44bff78b

View file

@ -445,8 +445,10 @@ the APK files in the repo directory, and
the metadata files in the metadata directory. the metadata files in the metadata directory.
@end enumerate @end enumerate
The metadata files are simple, easy to edit text files, always named as the The original metadata files are simple, easy to edit text files,
application's package ID with '.txt' appended. always named as the application's package ID with '.txt' appended.
Additionally, you can use JSON, XML, or YAML for app metadata, using
the same fields as the original '.txt' format.
Note that although the metadata files are designed to be easily read and Note that although the metadata files are designed to be easily read and
writable by humans, they are also processed and written by various scripts. writable by humans, they are also processed and written by various scripts.