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"?>
<import
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"
version="0.1"
>
<created-at datetime="2024-10-11T02:28:16" timezone="Europe/Berlin">11. Oktober 2024</created-at>
<!-- Das System aus dem dieses Dokument exportiert wurde (URL ist empfohlen). -->
<created-at datetime="<TMPL_VAR modified_at_datetime_utc>" timezone="Europe/Berlin"><TMPL_VAR modified_at_datetime_utc></created-at>
<exported-from>https:<TMPL_VAR base_domain></exported-from>
<defaults>
<import-operation>update-or-create</import-operation>
</defaults>
<payload>
<episode id="DMF-1">
<title><TMPL_VAR full_title></title>
<summary><TMPL_VAR excerpt></summary>
<description> <TMPL_VAR content ESCAPE=0><!-- TODO: find way to get description --> </description>
<TMPL_LOOP events>
<episode id="<TMPL_VAR project_name><TMPL_VAR event_id>">
<title><TMPL_VAR full_title></title>
<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? -->
<tag>Sendung</tag>
<!-- Bild dieser Episode -->
<!-- Bild dieser Episode -->
<TMPL_IF NAME="image_url">
<image-ref ref="https:<TMPL_VAR base_domain><TMPL_VAR image_url>"/>
</TMPL_IF>
<!-- Mitwirkende an dieser Episode -->
<contributor-ref ref="person-konrad"/>
<!-- Sprachen dieser Episode -->
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/20/"/>
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/9/"/>
<!-- Themen dieser Episode -->
<topic-ref ref="https://aura.roko.li/steering/api/v1/topics/3/"/>
<topic-ref ref="<TMPL_VAR topic ESCAPE=0"/>
<media>
<!-- Dieses Playable wird direkt in AURA hochgeladen (HTTP Upload) -->
<TMPL_IF media_url>
<playable>
<audio src="<TMPL_VAR media_url"/>
</playable>
</TMPL_IF>
</media>
</episode>
<media>
<TMPL_IF NAME="archive_url">
<playable>
<audio src="<TMPL_VAR archive_url>"/>
</playable>
</TMPL_IF>
<TMPL_IF NAME="podcast_url">
<playable>
<audio src="<TMPL_VAR podcast_url>"/>
</playable>
</TMPL_IF>
</media>
</episode>
</TMPL_LOOP>
<license id="license-cc-by-sa-4.0">
<identifier>CC-BY-SA</identifier>
@@ -54,33 +53,16 @@
<identifier>Unsplash</identifier>
</license>
<topic id="topic-soziales">
<name>Soziales</name>
</topic>
<profile id="person-konrad">
<name>Bastian Baltasar Bux</name>
<profile id="<TMPL_VAR project_name>">
<name><TMPL_VAR project_name></name>
</profile>
<image id="image-01">
<filename>28771759517_54ecd90cf9_o.jpg</filename>
<author>Enrico Strocchi</author>
<alt>Ein abgesägter und von Moos überzogener Baumstamm</alt>
<license-ref ref="license-cc-by-sa-4.0"/>
<img src="file:///28771759517_54ecd90cf9_o-800x.jpg"/>
</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>
<TMPL_IF NAME="series_image">
<image id="<TMPL_VAR series_image">
<filename><TMPL_VAR series_image</filename>
<img src="https:<TMPL_VAR base_domain><TMPL_VAR series_image_url>"/>
</image>
</TMPL_IF>
</payload>
</import>