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!

Status dieser Fehlermeldung: Noch nicht übersetzt

Meldung


<p>Missing <code>foo</code> element: <code>link</code></p>

Erklärung


<p>Your feed is missing a required <code>link</code> element.  Several elements require a <code>link</code> element, including <code>channel</code>, <code>image</code>, and <code>textInput</code>.</p>

Lösung


<p>Add a <code>link</code> element.</p>

<p>In <code>channel</code> and <code>image</code>, the <code>link</code> should be the full URL of your home page.</p>

<p>In <code>textInput</code>, the <code>link</code> should be the URL of a server-side script (such as a CGI script) that processes text input requests.</p>