Use the admin namespace on generated feeds #115

Open
opened 2022-09-01 06:40:46 +00:00 by lucidiot · 0 comments
Owner

https://web.resource.org/rss/1.0/modules/admin/

Add this module to all the generated feeds, so that all ITSB feeds include a link to https://tilde.town/~lucidiot/itsb/ and an email address to reach me if there are issues with it.

<rss
  version="2.0"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
  <channel>
    <admin:errorReportsTo rdf:resource="mailto:lucidiot@envs.net" />
    <admin:generatorAgent rdf:resource="https://tilde.town/~lucidiot/itsb/" />
    <!-- ... -->
  </channel>
</rss>
https://web.resource.org/rss/1.0/modules/admin/ Add this module to all the generated feeds, so that all ITSB feeds include a link to https://tilde.town/~lucidiot/itsb/ and an email address to reach me if there are issues with it. ```xml <rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > <channel> <admin:errorReportsTo rdf:resource="mailto:lucidiot@envs.net" /> <admin:generatorAgent rdf:resource="https://tilde.town/~lucidiot/itsb/" /> <!-- ... --> </channel> </rss> ```
lucidiot added the
enhancement
label 2022-09-01 06:40:46 +00:00
Sign in to join this conversation.
No description provided.