Changes to "author" between 2018-07-04 01:32:20 and 2018-07-05 14:35:16

1
2
3
4
5
6
7
8
9
10


11

12
13

14
15
16
17
18
19
20
21
1
2
3
4
5
6
7
8
9
10
11
12

13
14

15
16
17
18
19
20
21
22
23










+
+
-
+

-
+








## # author:

Lists one or more authors for a source file.

  * Should typically just be a name 

        # author: Susan Examplary

  * Or a comma-separated list of authors.

        # author: main man, contributor1, contributor2

URLs or email addresses are best listed behind author names instead:
  * URLs or email addresses are best listed behind author names instead:

    # author: Susan (http://example.org/), Miriam <miri@example.org>
        # author: Susan (http://example.org/), Miriam <miri@example.org>

Having separate `author-url:` and `author-email:` fields does not really
help anywhere. Typically authorship is just shown once during plugin
installation. And having a mini parser/renderer there is just less effort
than maintaining two PMD fields.

(This is also advised because of Wordpress´ abhorrent "Author URI:" field
→ asking for an "URI:" but crapping out on urn:, data:, mailto: values.)