improve xml
This commit is contained in:
parent
103ff54e19
commit
a98f1ee768
2 changed files with 20 additions and 12 deletions
|
@ -18,13 +18,18 @@ item {
|
||||||
background-color:whitesmoke;
|
background-color:whitesmoke;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.itunes_author { display:none; }
|
||||||
|
|
||||||
/* single items */
|
/* single items */
|
||||||
title {
|
title {
|
||||||
|
display:block;
|
||||||
color: #ee7402;
|
color: #ee7402;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
title:before,
|
title:before,
|
||||||
link:after{
|
link:after,
|
||||||
|
.itunes_subtitle:after,
|
||||||
|
.itunes_subtitle:before{
|
||||||
content: '\a';
|
content: '\a';
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
@ -40,21 +45,24 @@ link:before{ content: "Link: "; }
|
||||||
description{
|
description{
|
||||||
color: #f94f22;
|
color: #f94f22;
|
||||||
}
|
}
|
||||||
language:before{ content:" In "; }
|
language:before{ content:" (In "; }
|
||||||
language:after{ content:"utscher Sprache."; }
|
language:after{ content:"utscher Sprache)"; }
|
||||||
description:before{ content: "Beschreibung:"; }
|
description:before{ content: "Beschreibung: "; }
|
||||||
id,
|
id,
|
||||||
copyright,
|
copyright,
|
||||||
generator,
|
generator,
|
||||||
updated,
|
updated,
|
||||||
pubDate,
|
pubDate,
|
||||||
|
.itunes_summary,
|
||||||
|
.itunes_keywords,
|
||||||
|
.itunes_explicit,
|
||||||
|
.itunes_owner,
|
||||||
lastBuildDate{ display: none; }
|
lastBuildDate{ display: none; }
|
||||||
itunes\:owner{ display: none; }
|
|
||||||
name {color:red; text-decoration: underline}
|
name {color:red; text-decoration: underline}
|
||||||
price {color:green}
|
price {color:green}
|
||||||
stock {color:brown}
|
stock {color:brown}
|
||||||
country {color:blue}
|
country {color:blue}
|
||||||
|
.itunes_subtitle{ font-size: 70%;}
|
||||||
/* IE supports the ID selector also for XML */
|
/* IE supports the ID selector also for XML */
|
||||||
product#p4 {text-align:right}
|
product#p4 {text-align:right}
|
||||||
/* Alternative in: Firefox, Opera, Google Chrome *
|
/* Alternative in: Firefox, Opera, Google Chrome *
|
||||||
|
|
|
@ -40,24 +40,24 @@ type="text/css"?>
|
||||||
{%- if firstrun == true %}
|
{%- if firstrun == true %}
|
||||||
{# #} <pubDate>2019-06-14T00:42:23Z</pubDate>
|
{# #} <pubDate>2019-06-14T00:42:23Z</pubDate>
|
||||||
{# #} <lastBuildDate>{{ none|datetimeformat('YYYY-MM-ddThh:mm:ss') }}Z</lastBuildDate>
|
{# #} <lastBuildDate>{{ none|datetimeformat('YYYY-MM-ddThh:mm:ss') }}Z</lastBuildDate>
|
||||||
{# #} <itunes:author>L3D</itunes:author>
|
{# #} <itunes:author class="itunes_author">L3D</itunes:author>
|
||||||
{# #} <itunes:subtitle>Der Podcast des CCC Waffel Operation Center</itunes:subtitle>
|
{# #} <itunes:subtitle class="itunes_subtitle">Der Podcast des CCC Waffel Operation Center</itunes:subtitle>
|
||||||
{# #} <itunes:summary>
|
{# #} <itunes:summary class="itunes_summary">
|
||||||
{%- if bag('translate', this.alt, 'hefeed_description') -%}
|
{%- if bag('translate', this.alt, 'hefeed_description') -%}
|
||||||
{{ bag('translate', this.alt, 'hefeed_description') }}
|
{{ bag('translate', this.alt, 'hefeed_description') }}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
Der Waffelpodcast: 'Das heisse Eisen'. Mit Venty und L3D.
|
Der Waffelpodcast: 'Das heisse Eisen'. Mit Venty und L3D.
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</itunes:summary>
|
</itunes:summary>
|
||||||
{# #} <itunes:keywords>
|
{# #} <itunes:keywords class="itunes_keywords">
|
||||||
{%- if bag('translate', this.alt, 'hefeed_keywords') -%}
|
{%- if bag('translate', this.alt, 'hefeed_keywords') -%}
|
||||||
{{ bag('translate', this.alt, 'hefeed_keywords') }}
|
{{ bag('translate', this.alt, 'hefeed_keywords') }}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
Waffel, C3WOC, CCC, Chaos, Waffle, Waffles, Waffeln, VOC, WOC, Operation, Center
|
Waffel, C3WOC, CCC, Chaos, Waffle, Waffles, Waffeln, VOC, WOC, Operation, Center
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</itunes:keywords>
|
</itunes:keywords>
|
||||||
{# #} <itunes:explicit>no</itunes:explicit>
|
{# #} <itunes:explicit class="itunes_explicit">no</itunes:explicit>
|
||||||
{# #} <itunes:owner>
|
{# #} <itunes:owner class="itunes_owner">
|
||||||
{# #} <itunes:name>L3D</itunes:name>
|
{# #} <itunes:name>L3D</itunes:name>
|
||||||
{# #} <itunes:email>l3d@c3woc.de</itunes:email>
|
{# #} <itunes:email>l3d@c3woc.de</itunes:email>
|
||||||
{# #} </itunes:owner>
|
{# #} </itunes:owner>
|
||||||
|
|
Loading…
Reference in a new issue