chiark / gitweb /
make note of JSON, XML, and YAML in the manual
authorHans-Christoph Steiner <hans@eds.org>
Wed, 5 Aug 2015 11:49:57 +0000 (13:49 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Sep 2015 09:53:37 +0000 (11:53 +0200)
docs/fdroid.texi

index 3ac3927c439f84eead6b8d26ac41164064eb30b2..ac79fde538923e65ac6f3f0ec70a6b02222b69b7 100644 (file)
@@ -445,8 +445,10 @@ the APK files in the repo directory, and
 the metadata files in the metadata directory.
 @end enumerate
 
-The metadata files are simple, easy to edit text files, always named as the
-application's package ID with '.txt' appended.
+The original metadata files are simple, easy to edit text files,
+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
 writable by humans, they are also processed and written by various scripts.