mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
make note of JSON, XML, and YAML in the manual
This commit is contained in:
parent
beb217b6ae
commit
6c44bff78b
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue