App: Add support for 'discussion' URL attribute

This commit is contained in:
Chris Hennes
2022-09-22 10:53:59 -05:00
parent ef6aacc318
commit 3937da0c46
4 changed files with 113 additions and 82 deletions

View File

@@ -772,6 +772,8 @@ void Metadata::parseVersion1(const DOMNode* startNode)
_name = StrXUTF8(element->getTextContent()).str;
else if (tagString == "version")
_version = Meta::Version(StrXUTF8(element->getTextContent()).str);
else if (tagString == "date")
_date = StrXUTF8(element->getTextContent()).str;
else if (tagString == "description")
_description = StrXUTF8(element->getTextContent()).str;
else if (tagString == "maintainer")