70 lines
2.2 KiB
XML
70 lines
2.2 KiB
XML
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"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="https://roko.li/_schema/aura/import-0.1 import.xsd"
|
|
version="0.1"
|
|
>
|
|
<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>
|
|
<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>
|
|
|
|
<TMPL_IF NAME="tag">
|
|
<tag><TMPL_VAR tag></tag>
|
|
</TMPL_IF>
|
|
|
|
<!-- Bild dieser Episode -->
|
|
<TMPL_IF NAME="image_url">
|
|
<image-ref ref="https:<TMPL_VAR base_domain><TMPL_VAR image_url>"/>
|
|
</TMPL_IF>
|
|
|
|
<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>
|
|
<needs-author>true</needs-author>
|
|
</license>
|
|
<license id="license-unsplash">
|
|
<identifier>Unsplash</identifier>
|
|
</license>
|
|
|
|
<profile id="<TMPL_VAR project_name>">
|
|
<name><TMPL_VAR project_name></name>
|
|
</profile>
|
|
|
|
<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>
|
|
|
|
|