- added some nodes to OpenSearch descriptor
- still no UTF-8 encoding!
- added some type-hints
This commit is contained in:
Roland Häder 2022-06-23 14:50:19 +02:00
parent a49fb9cbf9
commit 5699b03e8d
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
2 changed files with 15 additions and 13 deletions

View file

@ -50,9 +50,12 @@ class OpenSearch extends BaseModule
'@attributes' => [
'xmlns' => 'http://a9.com/-/spec/opensearch/1.1',
],
'ShortName' => "Friendica $hostname",
'Description' => "Search in Friendica $hostname",
'Contact' => 'https://github.com/friendica/friendica/issues',
'ShortName' => "Friendica $hostname",
'Description' => "Search in Friendica $hostname",
'Contact' => 'https://github.com/friendica/friendica/issues',
'InputEncoding' => 'UTF-8',
'OutputEncoding' => 'UTF-8',
'Developer' => 'Friendica Developer Team',
],
], $xml);