You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!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 {{ .Day }}. {{ monthname .Month }} {{ .Year }}">
|
|
|
|
{{- 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>
|