projects
/
GitHub
/
WoltLab
/
woltlab.github.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5cc259
)
Add `license` element to package.xml documentation
author
IceQ1337
<IceQ1337@gmx.de>
Mon, 13 Mar 2023 17:49:04 +0000
(18:49 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 14 Mar 2023 10:13:45 +0000
(11:13 +0100)
Resolves #364
Resolves #365
docs/package/package-xml.md
patch
|
blob
|
blame
|
history
diff --git
a/docs/package/package-xml.md
b/docs/package/package-xml.md
index 42b3a8961e6190d69a2e75f6d030583b6cd66f49..57270c75cd8ae6a97ec1c6ae6ec0f924fb94d076 100644
(file)
--- a/
docs/package/package-xml.md
+++ b/
docs/package/package-xml.md
@@
-78,6
+78,13
@@
Must be a valid [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) date, e.g. `20
URL to the package website that provides detailed information about the package.
+#### `<license>`
+
+> (optional)
+
+Name of a generic license type or URL to a custom license.
+The attribute `language` can also be used here, please reference to [`<packagename>`](#packageName) for details.
+
### `<authorinformation>`
Holds meta data regarding the package's author.