Add valid aura.xml

This commit is contained in:
2025-04-25 11:58:12 +02:00
parent 425ec77b14
commit 2d63521d0b

View File

@@ -1,3 +1,5 @@
Content-type:application/rss+xml; charset=UTF-8
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<import <import
xmlns="https://roko.li/_schema/aura/import-0.1" xmlns="https://roko.li/_schema/aura/import-0.1"
@@ -5,46 +7,43 @@
xsi:schemaLocation="https://roko.li/_schema/aura/import-0.1 import.xsd" xsi:schemaLocation="https://roko.li/_schema/aura/import-0.1 import.xsd"
version="0.1" version="0.1"
> >
<created-at datetime="2024-10-11T02:28:16" timezone="Europe/Berlin">11. Oktober 2024</created-at> <created-at datetime="<TMPL_VAR modified_at_datetime_utc>" timezone="Europe/Berlin"><TMPL_VAR modified_at_datetime_utc></created-at>
<!-- Das System aus dem dieses Dokument exportiert wurde (URL ist empfohlen). -->
<exported-from>https:<TMPL_VAR base_domain></exported-from> <exported-from>https:<TMPL_VAR base_domain></exported-from>
<defaults> <defaults>
<import-operation>update-or-create</import-operation> <import-operation>update-or-create</import-operation>
</defaults> </defaults>
<payload> <payload>
<episode id="DMF-1"> <TMPL_LOOP events>
<title><TMPL_VAR full_title></title> <episode id="<TMPL_VAR project_name><TMPL_VAR event_id>">
<summary><TMPL_VAR excerpt></summary> <title><TMPL_VAR full_title></title>
<description> <TMPL_VAR content ESCAPE=0><!-- TODO: find way to get description --> </description> <summary><TMPL_VAR excerpt></summary>
<description>
<![CDATA[<TMPL_VAR html_content>]]>
</description>
<created-at datetime="<TMPL_VAR created_at>" timezone="Europe/Berlin">11. Oktober 2024</created-at> <TMPL_IF NAME="tag">
<tag><TMPL_VAR tag></tag>
</TMPL_IF>
<!-- List of tags here, but do they exist? --> <!-- Bild dieser Episode -->
<tag>Sendung</tag> <TMPL_IF NAME="image_url">
<!-- Bild dieser Episode -->
<image-ref ref="https:<TMPL_VAR base_domain><TMPL_VAR image_url>"/> <image-ref ref="https:<TMPL_VAR base_domain><TMPL_VAR image_url>"/>
</TMPL_IF>
<!-- Mitwirkende an dieser Episode --> <media>
<contributor-ref ref="person-konrad"/> <TMPL_IF NAME="archive_url">
<playable>
<!-- Sprachen dieser Episode --> <audio src="<TMPL_VAR archive_url>"/>
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/20/"/> </playable>
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/9/"/> </TMPL_IF>
<TMPL_IF NAME="podcast_url">
<!-- Themen dieser Episode --> <playable>
<topic-ref ref="https://aura.roko.li/steering/api/v1/topics/3/"/> <audio src="<TMPL_VAR podcast_url>"/>
<topic-ref ref="<TMPL_VAR topic ESCAPE=0"/> </playable>
</TMPL_IF>
<media> </media>
<!-- Dieses Playable wird direkt in AURA hochgeladen (HTTP Upload) --> </episode>
<TMPL_IF media_url> </TMPL_LOOP>
<playable>
<audio src="<TMPL_VAR media_url"/>
</playable>
</TMPL_IF>
</media>
</episode>
<license id="license-cc-by-sa-4.0"> <license id="license-cc-by-sa-4.0">
<identifier>CC-BY-SA</identifier> <identifier>CC-BY-SA</identifier>
@@ -54,33 +53,16 @@
<identifier>Unsplash</identifier> <identifier>Unsplash</identifier>
</license> </license>
<topic id="topic-soziales"> <profile id="<TMPL_VAR project_name>">
<name>Soziales</name> <name><TMPL_VAR project_name></name>
</topic>
<profile id="person-konrad">
<name>Bastian Baltasar Bux</name>
</profile> </profile>
<image id="image-01"> <TMPL_IF NAME="series_image">
<filename>28771759517_54ecd90cf9_o.jpg</filename> <image id="<TMPL_VAR series_image">
<author>Enrico Strocchi</author> <filename><TMPL_VAR series_image</filename>
<alt>Ein abgesägter und von Moos überzogener Baumstamm</alt> <img src="https:<TMPL_VAR base_domain><TMPL_VAR series_image_url>"/>
<license-ref ref="license-cc-by-sa-4.0"/> </image>
<img src="file:///28771759517_54ecd90cf9_o-800x.jpg"/> </TMPL_IF>
</image>
<image id="image-02">
<filename>ilnur-kalimullin-KJedOlSAdO8-unsplash.jpg</filename>
<author>Ilnur Kalimullin</author>
<author-grants-use>true</author-grants-use>
<alt>Große Balkons mit integrierten Pflanzenkübeln an einem Plattenbau</alt>
<attribution>
<![CDATA[Foto von <a href="https://unsplash.com/de/@kalimullin">Ilnur Kalimullin</a> auf <a href="https://unsplash.com/de/fotos/gebaude-aus-grauem-beton-KJedOlSAdO8">Unsplash</a>]]>
</attribution>
<license-ref ref="license-unsplash"/>
<img src="file:///ilnur-kalimullin-KJedOlSAdO8-unsplash-800x.jpg"/>
</image>
</payload> </payload>
</import> </import>