mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
13 lines
713 B
XML
13 lines
713 B
XML
<fvdoc>
|
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
|
<div id='message'>
|
|
<p>The specified guid is not sufficiently unique.</p>
|
|
</div>
|
|
<div id='explanation'>
|
|
<p><code>guid</code>s are defined as a <a href="../rss2.html#ltguidgtSubelementOfLtitemgt">globally unique identifier</a>. While small positive integers may be unique locally, they do not sufficiently guarantee uniqueness across the range of all possible weblogs.</p>
|
|
</div>
|
|
<div id='solution'>
|
|
<p>Consider an alternate source for <a href="http://www.webopedia.com/TERM/G/GUID.html">GUID</a>s. Alternately, if the identifier is likely to be sufficiently locally unique, consider concatenating some part of your domain name to it.</p>
|
|
</div>
|
|
</div>
|
|
</fvdoc>
|