News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Nightly Builds (on a daily basis)

Started by killerbot, January 02, 2006, 09:48:03 PM

Previous topic - Next topic

tiwag

#15
with sage it works -
but i would not say that other rss readers are nonconformant
it looks like Nightly Builds feed is only working with sage ...
have you tried with others ?
why do others not have any problems with almost all other feeds available in the internet ?
( just ideas )

sage is a little bit too small for my needs, it can't autoreload feeds,
doesn't save read/unread items settings over sessions ... [edit] obviously not true  8) [/edit]
i don't like to use it


killerbot

I will provide both , so also that extra linkm hope I never mess up and always keep them in sync

tiwag

i'm not so familiar with rss tags - for what is this

<guid isPermaLink="true"> ...link.... </guid>

good ?

as far as i know every rss reader understands a plain

<link> ...link.... </link>

killerbot

I adjusted for yesterday's build, could you give it a try.

I only did the guid, since at Firefox forum they also do it like this, and those guys are standards adepts, so I trusted them ;-)

tiwag

Quote from: killerbot on January 05, 2006, 10:53:14 AM
I adjusted for yesterday's build, could you give it a try.
yes it works,

but to KISS you can remove these <guid isPermaLink="true"> ...link.... </guid>
and just use <link> ...link.... </link> instead.

i've tested with all available rss readers which i've here available (IE, Maxthon and Firefox)
with the following rss xml file.

<rss version="2.0">
<channel>

<link>http://forums.next.codeblocks.org/index.php?topic=1829.0</link>
<title>UnOfficial Code::Blocks Build Thread (RSS)</title>
<description>Find out everything you'll ever need to know about the UnOfficial Code::Blocks builds</description>

<item>
<link>http://codeblocks.org</link>
<title>**Code::Blocks**</title>
<description>"Free superb IDE. Powerful yet easy to use. "</description>
</item>

<item>
<link>http://forums.next.codeblocks.org</link>
<title>**Code::Blocks forums**</title>
<description>the source for all answers ...</description>
</item>

<item>
<link>http://forums.next.codeblocks.org/index.php?topic=1829.0</link>
<title>**UnOfficial Code::Blocks Build Thread**</title>
<description>Find out everything you'll ever need to know about the UnOfficial Code::Blocks builds</description>
</item>

<item>
<link>http://forums.next.codeblocks.org/index.php?topic=1862.0</link>
<title>04 January 2006 (rev1656)</title>
<description>Author : killerbot </description>
</item>

<item>
<link>http://forums.next.codeblocks.org/index.php?topic=1848.0</link>
<title>03 January 2006 (rev1651)</title>
<description>Author : killerbot </description>
</item>

<item>
<link>http://forums.next.codeblocks.org/index.php?topic=1830.0</link>
<title>02 January 2006 (rev1648)</title>
<description>Author : killerbot </description>
</item>

</channel>

</rss>



thx for your help,
HTH too  :)
tiwag

artoj

From the RSS 2.0 specification

QuoteA 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. In all cases, 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.

tiwag

#21
Quote from: artoj on January 05, 2006, 11:59:30 AM
... In all cases, 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.
seems to be written by the Sage dev's ;-) - it's the only rss reader i have available where this works !

[append]
possibly it has to do with the fact, that the other rss feeds which i use
are using this

<rss version="0.92">
...
</rss>


interesting news anyways ...
[/append]


Revvy

I'd love it if the list of changes were included in the feed posts.  I subscribe to the Firefox nightly builds and the changelog there is quite useful for deciding whether to get it or not.  It saves that extra five seconds of going to the forum post =P
Cheers,
Revvy