pentaradio-tools/news.xml.gotpl

24 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-04-21 22:55:16 +02:00
<!DOCTYPE item SYSTEM "https://www.c3d2.de/dtd/c3d2web.dtd">
<item title="pentaradio24: {{ .Title }}" date="{{ now }}" author="{{ .AuthorNames }}">
<image title="(((pentaradio))">../pentaradio.png</image>
<p>{{ .Description }}</p>
<p>Shownotes:</p>
<ul>
<li><link href="https://ftp.c3d2.de/pentaradio/shownotes/shownotes-pentaradio-{{ printf "%04d-%02d-%02d" .Year .Month .Day }}.txt">Shownotes als Textdatei</link></li>
<li><link href="https://codimd.c3d2.de/pentaradio-{{ printf "%04d-%02d" .Year .Month }}">Shownotes als Webseite</link></li>
</ul>
<resource size="{{ filesize (onlymp3 .AudioFileNames) }}"
type="{{ mimetype (onlymp3 .AudioFileNames) }}"
url="https://ftp.c3d2.de/pentaradio/{{ onlymp3 .AudioFileNames }}"
title="pentaradio24 vom 22. März 2022">
{{- range (exceptmp3 .AudioFileNames) }}
<alternative size="{{ filesize . }}" type="{{ mimetype . }}" url="https://ftp.c3d2.de/pentaradio/{{ . }}"/>
{{- end }}
<chapters xmlns="https://podlove.de/simple-chapters">
{{- range .ChapterMarks }}
<chapter start="{{ .StartTime }}" title="{{ .Title }}" {{- if .URL }} href="{{ .URL }}" {{- end }} />
{{- end }}
</chapters>
</resource>
</item>