Dieser Artikel wurde automatisch erzeugt und wird auch automatisch wieder ausgelesen. Es ist deshalb wichtig, dass nur der Inhalt der gelben Code-Boxen verändert wird.
Es handelt sich dabei um eine Fehlermeldung des Feed-Validators, die eventuell noch ins Deutsche übersetzt werden muss. Wenn du kannst, hilf mit!
Es handelt sich dabei um eine Fehlermeldung des Feed-Validators, die eventuell noch ins Deutsche übersetzt werden muss. Wenn du kannst, hilf mit!
Status dieser Fehlermeldung: Noch nicht übersetzt
Meldung
<p>"self" link references a non-Atom representation.</p>
Erklärung
<p>This often occurs when people confuse "self" for "alternate".</p>
<p>From RFC 4287, section 4.2.7.2 (emphasis added)</p>
<blockquote>
<p>1. The value "alternate" signifies that the IRI in the value of the href attribute identifies an <strong>alternate</strong> version of the resource described by the containing element.</p>
<p>3. The value "self" signifies that the IRI in the value of the href attribute identifies a resource <strong>equivalent</strong> to the containing element.</p>
</blockquote>
<p>From RFC 4287, section 4.2.7.2 (emphasis added)</p>
<blockquote>
<p>1. The value "alternate" signifies that the IRI in the value of the href attribute identifies an <strong>alternate</strong> version of the resource described by the containing element.</p>
<p>3. The value "self" signifies that the IRI in the value of the href attribute identifies a resource <strong>equivalent</strong> to the containing element.</p>
</blockquote>
Lösung
<p>Generally, this problem can be solved by changing the rel value on the link from "self" to "alternate"</p>
