fdroiddata/metadata/template

63 lines
1.6 KiB
Plaintext
Raw Normal View History

2014-01-02 17:54:16 +00:00
# F-Droid metadata template
#
# See http://f-droid.org/manual for more details
#
# Fields that are commented out are optional
# Disabled: (if an app must vanish from the repo)
# AntiFeatures: (comma-separated) (possible values hard-coded in fdroidserver)
Categories: (comma-separated)
License:
2014-01-02 17:54:16 +00:00
Web Site: (web link)
Source Code: (web link)
Issue Tracker: (web link)
2014-01-02 17:54:16 +00:00
# Donate: (web link)
# FlattrID: (number)
# Bitcoin: (bitcoin address)
2014-01-02 17:54:16 +00:00
# Name: (to override the name of the app in the index)
Summary: (one sentence, no more than 30-40 chars)
Description:
Description of what the app does. It should be as objective as possible.
2014-01-02 17:54:16 +00:00
A blank line means a line break, i.e. the end of a paragraph.
2014-01-02 17:54:16 +00:00
Bulleted lists can be used:
2014-01-02 17:54:16 +00:00
* Item 1
* Item 2
2014-01-02 17:54:16 +00:00
Links can be added like this:
2013-05-04 19:29:43 +00:00
[https://github.com/org/project/raw/master/res/raw/changelog.xml Changelog]
2014-01-02 17:54:16 +00:00
Links to other apps too: [[some.other.app]]
2011-02-24 22:47:19 +00:00
.
2014-01-02 17:54:16 +00:00
# Requires Root: Yes (f not having root breaks the app or renders it useless)
2013-01-26 14:25:27 +00:00
2014-01-02 17:54:16 +00:00
# Repo and Build fields only matter in source-built apps
Repo Type: (git, git-svn, svn, hg or bzr)
Repo: (repo url, don't use auth
2013-07-25 11:14:00 +00:00
2014-01-02 17:54:16 +00:00
# One for each source build
# Build:<version>,<version code>
# commit=<tag/commit/rev>
# [...]
#
# For a complete list of flags, see the manual
2011-02-24 22:47:19 +00:00
2014-01-02 17:54:16 +00:00
# Maintainer Notes:
# Here go the notes to take into account for future updates, builds, etc.
# Will be published in the wiki if present.
# .
2013-08-25 18:25:55 +00:00
2014-01-02 17:54:16 +00:00
Auto Update Mode: (see the manual)
Update Check Mode: (see the manual)
Current Version: (current version name)
Current Version Code: (current version code, i.e. number)
2014-01-02 17:54:16 +00:00
# No Source Since: First version to be partially or completely missing upstream
2013-05-17 18:53:34 +00:00