mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-19 21:08:25 +00:00
22 lines
1 KiB
XML
22 lines
1 KiB
XML
<fvdoc>
|
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
|
<div id='message'>
|
|
<p><code>item</code> should contain a <code>guid</code> element</p>
|
|
</div>
|
|
<div id='explanation'>
|
|
<p>It's recommended that you provide the guid, and if possible make
|
|
it a permalink. This enables aggregators to not repeat items, even if there
|
|
have been editing changes.</p>
|
|
<p>A frequently asked question about <guid>s is how do they
|
|
compare to <link>s. Aren't they the same thing? Yes, in some
|
|
content systems, and no in others. In some systems, <link> is a
|
|
permalink to a weblog item. However, in other systems, each
|
|
<item> is a synopsis of a longer article, <link> points to
|
|
the article, and <guid> is the permalink to the weblog entry.</p>
|
|
</div>
|
|
<div id='solution'>
|
|
<p>Add a different, unique, and unchanging
|
|
<a href="http://feedvalidator.org/docs/rss2.html#ltguidgtSubelementOfLtitemgt">guid</a> to each item. See <a href="http://scripting.com/rss.xml">scripting.com</a> for an example.</p>
|
|
</div>
|
|
</div>
|
|
</fvdoc>
|