Author Topic: Nightly Builds (on a daily basis)  (Read 50520 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Nightly Builds (on a daily basis)
« Reply #15 on: January 05, 2006, 09:40:15 am »
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

« Last Edit: January 05, 2006, 09:42:43 am by tiwag »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Nightly Builds (on a daily basis)
« Reply #16 on: January 05, 2006, 10:41:18 am »
I will provide both , so also that extra linkm hope I never mess up and always keep them in sync

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Nightly Builds (on a daily basis)
« Reply #17 on: January 05, 2006, 10:51:13 am »
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>

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Nightly Builds (on a daily basis)
« Reply #18 on: January 05, 2006, 10:53:14 am »
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 ;-)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Nightly Builds (on a daily basis)
« Reply #19 on: January 05, 2006, 11:38:30 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.

Code
<rss version="2.0">
<channel>

<link>http://forums.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.codeblocks.org</link>
<title>**Code::Blocks forums**</title>
<description>the source for all answers ...</description>
</item>

<item>
<link>http://forums.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.codeblocks.org/index.php?topic=1862.0</link>
<title>04 January 2006 (rev1656)</title>
<description>Author : killerbot </description>
</item>

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

<item>
<link>http://forums.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

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: Nightly Builds (on a daily basis)
« Reply #20 on: January 05, 2006, 11:59:30 am »
From the RSS 2.0 specification

Quote
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. 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.

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Nightly Builds (on a daily basis)
« Reply #21 on: January 05, 2006, 12:10:30 pm »
... 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]

« Last Edit: January 05, 2006, 12:16:00 pm by tiwag »

Offline Revvy

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: Nightly Builds (on a daily basis)
« Reply #22 on: January 14, 2006, 07:03:17 pm »
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