parent
8cd5292b93
commit
e3953dbc75
@ -0,0 +1,23 @@
|
||||
<!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>
|
Loading…
Reference in new issue