template-full: don't space fields

This commit is contained in:
Daniel Martí 2015-08-18 16:36:27 -07:00
parent f29b3d5a21
commit 423c55bb5d

View file

@ -6,21 +6,21 @@
# #
# Single-line fields start right after the colon (without whitespace). # Single-line fields start right after the colon (without whitespace).
# Disabled: (if an app must vanish from the repo) # Disabled:(if an app must vanish from the repo)
# AntiFeatures: (comma-separated) (possible values hard-coded in fdroidserver) # AntiFeatures:(comma-separated) (possible values hard-coded in fdroidserver)
Categories: (comma-separated) Categories:(comma-separated)
License: License:
Web Site: (web link) Web Site:(web link)
Source Code: (web link) Source Code:(web link)
Issue Tracker: (web link) Issue Tracker:(web link)
# Donate: (web link) # Donate:(web link)
# FlattrID: (number) # FlattrID:(number)
# Bitcoin: (bitcoin address) # Bitcoin:(bitcoin address)
# Name: (to override the name of the app in the index) # Name:(to override the name of the app in the index)
Summary: (one sentence, no more than 30-50 chars, no trailing punctuation) Summary:(one sentence, no more than 30-50 chars, no trailing punctuation)
Description: Description:
Description of what the app does, starting on a new line. It should be as Description of what the app does, starting on a new line. It should be as
objective as possible and wrapped at 80 chars (except links and list items). objective as possible and wrapped at 80 chars (except links and list items).
@ -40,11 +40,11 @@ Links to other apps too: [[some.other.app]]
To close a multiline field, add a new line with only a dot. To close a multiline field, add a new line with only a dot.
. .
# Requires Root: Yes (f not having root breaks the app or renders it useless) # Requires Root:Yes (f not having root breaks the app or renders it useless)
# Repo and Build fields only matter in source-built apps # Repo and Build fields only matter in source-built apps
Repo Type: (git, git-svn, svn, hg or bzr) Repo Type:(git, git-svn, svn, hg or bzr)
Repo: (repo url, don't use auth Repo:(repo url, don't use auth
# One for each source build # One for each source build
Build:<version>,<version code> Build:<version>,<version code>
@ -58,10 +58,10 @@ Build:<version>,<version code>
# Will be published in the wiki if present. # Will be published in the wiki if present.
# . # .
Auto Update Mode: (see the manual) Auto Update Mode:(see the manual)
Update Check Mode: (see the manual) Update Check Mode:(see the manual)
Current Version: (current version name) Current Version:(current version name)
Current Version Code: (current version code, i.e. number) Current Version Code:(current version code, i.e. number)
# No Source Since: First version to be partially or completely missing upstream # No Source Since:First version to be partially or completely missing upstream