improvements to template
This commit is contained in:
parent
3653c8e572
commit
695af5ab1e
|
@ -1,11 +1,9 @@
|
||||||
## See http://f-droid.org/manual for details
|
## See http://f-droid.org/manual for details
|
||||||
## Fields for which no value is provided can be deleted
|
## Fields which aren't used can be deleted
|
||||||
## Blank lines are customary as they are seen here
|
## Blank lines are customary as they are seen here
|
||||||
#
|
#
|
||||||
# Only used for making an app disappear from the index
|
# Only used for making an app disappear from the index
|
||||||
Disabled:
|
Disabled:
|
||||||
# Only changes the name in the index. Not generally required
|
|
||||||
Name:
|
|
||||||
# Possible values are hard-coded in the F-Droid source code: separate with a ","
|
# Possible values are hard-coded in the F-Droid source code: separate with a ","
|
||||||
AntiFeatures:
|
AntiFeatures:
|
||||||
# Not hard-coded but look at the pre-existing ones. Separate with a ";"
|
# Not hard-coded but look at the pre-existing ones. Separate with a ";"
|
||||||
|
@ -25,19 +23,26 @@ FlattrID:
|
||||||
# Not visible in the client/web repository yet
|
# Not visible in the client/web repository yet
|
||||||
Bitcoin:
|
Bitcoin:
|
||||||
|
|
||||||
|
# Scripts will try to put the app's name here. Shouldn't be edited
|
||||||
|
Auto Name:
|
||||||
|
# Only changes the name in the index. Not generally required
|
||||||
|
Name:
|
||||||
# Jargon-free description, not longer than 32 characters
|
# Jargon-free description, not longer than 32 characters
|
||||||
Summary:
|
Summary:
|
||||||
# A description goes ''under'' this field
|
# Description goes ''under'' this field, terminated by a line with a single "."
|
||||||
# The description is terminated by a line with a single "."
|
|
||||||
Description:
|
Description:
|
||||||
Blank lines indicate a new paragraph and it is preferrable to make a new
|
Blank lines indicate a new paragraph and it is preferrable to make a new
|
||||||
line for a new sentence.
|
line for a new sentence.
|
||||||
It is applicable to the Recommended Version i.e. the version that's closest
|
It is applicable to what would be the Recommended Version for most people
|
||||||
to the Current Version (see below).
|
i.e. the version that's closest to the Current Version (see below) and als
|
||||||
|
compatible with their device.
|
||||||
|
|
||||||
* It should be fairly future proof, unless you intend to keep it updated
|
The description should be:
|
||||||
|
* Fairly future proof, unless you intend to keep it updated
|
||||||
* Not be too short
|
* Not be too short
|
||||||
* The maximum line length is 80 chars, unless the basic MediaWiki markup is used
|
* With a maximum line length of 80 chars, unless the basic MediaWiki markup is used
|
||||||
|
|
||||||
|
The following extra are examples of items that may be helpful:
|
||||||
|
|
||||||
Requires root: No. The app can reboot the phone if it is allowed root.
|
Requires root: No. The app can reboot the phone if it is allowed root.
|
||||||
|
|
||||||
|
@ -48,7 +53,7 @@ Google Ad library was removed before building.
|
||||||
|
|
||||||
Supports x86 natively.
|
Supports x86 natively.
|
||||||
|
|
||||||
Status: Last version; BETA.
|
Status: Last version or BETA.
|
||||||
|
|
||||||
[https://github.com/org/project/raw/master/res/raw/changelog.xml Changelog]
|
[https://github.com/org/project/raw/master/res/raw/changelog.xml Changelog]
|
||||||
.
|
.
|
||||||
|
@ -64,7 +69,7 @@ Repo:
|
||||||
Build Version:
|
Build Version:
|
||||||
Build Version:
|
Build Version:
|
||||||
|
|
||||||
# Comments on what to watch out for when adding new Build Versions (BVs) go here
|
## Comments on what to watch for when adding new Build Versions (BVs) go here
|
||||||
# This field is best used at the discretion of the repo maintainers
|
# This field is best used at the discretion of the repo maintainers
|
||||||
Auto Update Mode:
|
Auto Update Mode:
|
||||||
# One of Tags, RepoManifest, Static, Market or None (in that order of preference)
|
# One of Tags, RepoManifest, Static, Market or None (in that order of preference)
|
||||||
|
@ -72,11 +77,11 @@ Auto Update Mode:
|
||||||
# Tags and RepoManifest (RM) are automatic but check that the mechanism works
|
# Tags and RepoManifest (RM) are automatic but check that the mechanism works
|
||||||
# Use Static if you plan to let the maintainers know in person (so to speak)
|
# Use Static if you plan to let the maintainers know in person (so to speak)
|
||||||
Update Check Mode:
|
Update Check Mode:
|
||||||
# These two values are usually in the AndroidManifest.xml, but can be automatically
|
# These two values are usually in the AndroidManifest.xml, but may be automatically
|
||||||
# updated according to the value of the previous field
|
# updated, depending on the value of the previous field
|
||||||
Current Version:
|
Current Version:
|
||||||
Current Version Code:
|
Current Version Code:
|
||||||
|
|
||||||
# The version at which the app stopped being free, source code became unavailable
|
# The version at which it became impossible to build due to policy issues
|
||||||
No Source Since:
|
No Source Since:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue