update examples

This commit is contained in:
boyska 2022-01-20 23:26:25 +01:00
parent 1c9ab0ccd3
commit 27e48654b7
2 changed files with 48 additions and 23 deletions

View file

@ -1,15 +1,35 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://boyska.degenerazione.xyz/radiomanifest/shows-table.xsl"?> <xbel version="1.0"
<shows> xmlns:show="https://radiomanifest.degenerazione.xyz/v0.2/shows/"
<show> >
<name>Learn to cook in C++</name> <bookmark href="http://radioexample.com/shows/learn-cook">
<website>http://radioexample.com/shows/learn-cook</website> <title>Learn to cook in C++</title>
<feed>http://radioexample.com/shows/learn-cook/feed</feed> <info>
<schedule>http://radioexample.com/shows/learn-cook.ics</schedule> <metadata owner="https://radiomanifest.degenerazione.xyz/">
</show> <show:name>Learn to cook in C++</show:name>
<show> <show:id>learn-C++</show:id>
<name>Uncensored information</name> <show:description>A podcast about C++, templates, and nouvelle cuisine</show:description>
<website>http://radioexample.com/shows/info</website> <show:website>http://radioexample.com/shows/learn-cook</show:website>
<feed>http://radioexample.com/shows/info/feed</feed> <show:feed>http://radioexample.com/shows/learn-cook/feed</show:feed>
</show> <show:schedule>http://radioexample.com/shows/learn-cook.ics</show:schedule>
</shows> </metadata>
</info>
</bookmark>
<folder>
<title>Information</title>
<bookmark href="http://radioexample.com/shows/learn-cook">
<title>Uncensored information</title>
<info>
<metadata owner="https://radiomanifest.degenerazione.xyz/">
<show:name>Uncensored information</show:name>
<show:id>uncensored</show:id>
<show:description>News, news & more news</show:description>
<show:website>http://radioexample.com/shows/uncensored</show:website>
<show:feed type="application/rss+xml">http://radioexample.com/shows/uncensored/feed</show:feed>
<show:schedule type="text/calendar">http://radioexample.com/shows/uncensored.ics</show:schedule>
<show:schedule type="application/calendar+json">http://radioexample.com/shows/uncensored.json</show:schedule>
</metadata>
</info>
</bookmark>
</folder>
</xbel>

View file

@ -1,8 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8"?>
<shows> <xbel version="1.0"
<show> xmlns:show="https://radiomanifest.degenerazione.xyz/v0.2/shows/"
<website>http://radioexample.com/shows/learn-cook</website> >
<feed>http://radioexample.com/shows/learn-cook/feed</feed> <bookmark href="http://radioexample.com/shows/learn-cook">
<schedule>http://radioexample.com/shows/learn-cook.ics</schedule> <info>
</show> <metadata owner="https://radiomanifest.degenerazione.xyz/">
</shows> <show:id>learn-C++</show:id>
<show:feed>http://radioexample.com/shows/learn-cook/feed</show:feed>
</metadata>
</info>
</bookmark>
</xbel>