mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-11 01:30:30 +03:00
Add Author Name and Author Email fields. (Closes: #90)
This commit is contained in:
parent
622195bf16
commit
7f3434ea50
8 changed files with 5985 additions and 5920 deletions
|
|
@ -474,6 +474,8 @@ The following sections describe the fields recognised within the file.
|
|||
|
||||
@menu
|
||||
* Categories::
|
||||
* Author Name::
|
||||
* Author Email::
|
||||
* License::
|
||||
* Auto Name::
|
||||
* Name::
|
||||
|
|
@ -524,6 +526,28 @@ for older clients to at least see one category.
|
|||
|
||||
This is converted to (@code{<categories>}) in the public index file.
|
||||
|
||||
@node Author Name
|
||||
@section Author Name
|
||||
|
||||
@cindex Author Name
|
||||
|
||||
The name of the author, either full, abbreviated or pseudonym. If
|
||||
present, it should represent the name(s) as published by upstream,
|
||||
e.g. in their copyright or authors file. This can be omitted (or left
|
||||
blank).
|
||||
|
||||
This is converted to (@code{<author>}) in the public index file.
|
||||
|
||||
@node Author Email
|
||||
@section Author Email
|
||||
|
||||
@cindex Author Email
|
||||
|
||||
The e-mail address of the author(s). This can be omitted (or left
|
||||
blank).
|
||||
|
||||
This is converted to (@code{<email>}) in the public index file.
|
||||
|
||||
@node License
|
||||
@section License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue