improve xml

This commit is contained in:
Lilian Roller 2019-07-01 18:21:40 +02:00
parent 103ff54e19
commit a98f1ee768
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 20 additions and 12 deletions

View file

@ -18,13 +18,18 @@ item {
background-color:whitesmoke;
}
.itunes_author { display:none; }
/* single items */
title {
display:block;
color: #ee7402;
font-size: 120%;
}
title:before,
link:after{
link:after,
.itunes_subtitle:after,
.itunes_subtitle:before{
content: '\a';
white-space: pre;
}
@ -40,21 +45,24 @@ link:before{ content: "Link: "; }
description{
color: #f94f22;
}
language:before{ content:" In "; }
language:after{ content:"utscher Sprache."; }
description:before{ content: "Beschreibung:"; }
language:before{ content:" (In "; }
language:after{ content:"utscher Sprache)"; }
description:before{ content: "Beschreibung: "; }
id,
copyright,
generator,
updated,
pubDate,
.itunes_summary,
.itunes_keywords,
.itunes_explicit,
.itunes_owner,
lastBuildDate{ display: none; }
itunes\:owner{ display: none; }
name {color:red; text-decoration: underline}
price {color:green}
stock {color:brown}
country {color:blue}
.itunes_subtitle{ font-size: 70%;}
/* IE supports the ID selector also for XML */
product#p4 {text-align:right}
/* Alternative in: Firefox, Opera, Google Chrome *

View file

@ -40,24 +40,24 @@ type="text/css"?>
{%- if firstrun == true %}
{# #} <pubDate>2019-06-14T00:42:23Z</pubDate>
{# #} <lastBuildDate>{{ none|datetimeformat('YYYY-MM-ddThh:mm:ss') }}Z</lastBuildDate>
{# #} <itunes:author>L3D</itunes:author>
{# #} <itunes:subtitle>Der Podcast des CCC Waffel Operation Center</itunes:subtitle>
{# #} <itunes:summary>
{# #} <itunes:author class="itunes_author">L3D</itunes:author>
{# #} <itunes:subtitle class="itunes_subtitle">Der Podcast des CCC Waffel Operation Center</itunes:subtitle>
{# #} <itunes:summary class="itunes_summary">
{%- if bag('translate', this.alt, 'hefeed_description') -%}
{{ bag('translate', this.alt, 'hefeed_description') }}
{%- else -%}
Der Waffelpodcast: 'Das heisse Eisen'. Mit Venty und L3D.
{%- endif -%}
</itunes:summary>
{# #} <itunes:keywords>
{# #} <itunes:keywords class="itunes_keywords">
{%- if bag('translate', this.alt, 'hefeed_keywords') -%}
{{ bag('translate', this.alt, 'hefeed_keywords') }}
{%- else -%}
Waffel, C3WOC, CCC, Chaos, Waffle, Waffles, Waffeln, VOC, WOC, Operation, Center
{%- endif -%}
</itunes:keywords>
{# #} <itunes:explicit>no</itunes:explicit>
{# #} <itunes:owner>
{# #} <itunes:explicit class="itunes_explicit">no</itunes:explicit>
{# #} <itunes:owner class="itunes_owner">
{# #} <itunes:name>L3D</itunes:name>
{# #} <itunes:email>l3d@c3woc.de</itunes:email>
{# #} </itunes:owner>