PDA

View Full Version : XDA-developers now offers RSS feeds


Peter Poelman
28-01-2004, 05:59 PM
RSS (Real Simple Syndication) is a way for other sites to carry our content. If you don't know what it means, it probably won't do much for you.

http://xda-developers.com/news.rss (latest 10 news items)

http://xda-developers.com/forum-30.rss (last 30 active forum topics)

NYCspeedSurfer
13-11-2005, 08:46 PM
While I see two RSS Feed linls listed here, is there a way to access only specific forums (i.e. Blue Angel Upgrading or Blue Angel Accessories) with an RSS Feed Link?

Thanks in advance for your answer!

SubZero5
15-11-2005, 08:32 PM
Why don't you add:

<link rel="alternate" type="application/rss+xml" title="XDA-Developers News" href="http://xda-developers.com/news.rss" />
<link rel="alternate" type="application/rss+xml" title="XDA-Developers Last 30 Topics" href="http://xda-developers.com/forum-30.rss" />

to the HTML Head field? :)

NYCspeedSurfer
16-11-2005, 01:54 AM
I appreciate your response, however if I'm reading your code correctly this would give me the last 30 posts, regardless of forum. I'm only interested in posts in the BA forums (either BA: http://forum.xda-developers.com/viewforum.php?f=23
or
BS Upgrading:
http://forum.xda-developers.com/viewforum.php?f=24).
Any ideas on this? I'm currently beta testing NewsBreak and would like to include feeds specific to my device.

TIA!

SubZero5
16-11-2005, 12:47 PM
I appreciate your response, however if I'm reading your code correctly this would give me the last 30 posts, regardless of forum. I'm only interested in posts in the BA forums (either BA: http://forum.xda-developers.com/viewforum.php?f=23
or
BS Upgrading:
http://forum.xda-developers.com/viewforum.php?f=24).
Any ideas on this? I'm currently beta testing NewsBreak and would like to include feeds specific to my device.

TIA!I think the same. You must order the phpbb_topics table by the last message post (time/id) and pick the first 30 post_id 's... :) Smt like this will do afaik:
$sql = "SELECT *
FROM " . TOPICS_TABLE . "
ORDER BY `topic_last_post_id` DESC
LIMIT 0, 30";

JeromeMorrow
28-01-2006, 01:43 AM
RSS (Real Simple Syndication) is a way for other sites to carry our content. If you don't know what it means, it probably won't do much for you.

http://xda-developers.com/news.rss (latest 10 news items)

http://xda-developers.com/forum-30.rss (last 30 active forum topics)

Great! Just I am looking for.

rodalfa
27-02-2006, 07:55 AM
Hi,
I agree: it should be very very usefull to have a different rss for each forum, in order to sync only that forums of your interest...

Any idea?

gladman
01-09-2007, 12:35 PM
So, is there an rss feed for each forum yet? I don't need the feed for the whole xda phone world!

elziko
20-09-2007, 10:12 AM
Yup, it's the same for me. I'm only interested in maybe three forums.

Any chance of getting individual feeds?

deedee
20-09-2007, 10:46 AM
I am using SPB Insight as my news feed reader and have sucessfully subscribed to just the ones i need using varations on the following:

http://forum.xda-developers.com/external.php?type=RSS2&forumids=312

All i did was change the number on the end to reflect the sub forum i wanted. 312 being the Trinity Upgrade Thread.

GpsPasSion
29-09-2007, 02:36 PM
Is it be possible to be notified of all new posts, not just new threads ?

flarestarwingz
07-10-2007, 08:48 PM
It would be nice if we could subscribe to specific threads as well :) It would be handy for the bigger topics (Kitchen threads etc).

cirillov
07-10-2007, 08:53 PM
Not seen any answer to the same point posted couple of posts above.
Is it possibile to subscribe and get updats also for new posts, not only new threads?
Thx
Vic

speedy1979
10-10-2007, 09:03 PM
Yes is it posssible to subscribe to a particular thread? :confused:

mmoroz
14-12-2007, 11:36 AM
Yes, please... me too... if I could subscribe to specific threads, it'd be absolutely great!

Alternatively, I guess I can just reroute all email notifications from subscribed threads into my rss reader.. although the result won't look nearly as clean as if an RSS feed could just be directly tied to a subscribed thread..

Thanks!

CyZeeK
23-03-2008, 01:29 AM
I am using SPB Insight as my news feed reader and have sucessfully subscribed to just the ones i need using varations on the following:

http://forum.xda-developers.com/external.php?type=RSS2&forumids=312

All i did was change the number on the end to reflect the sub forum i wanted. 312 being the Trinity Upgrade Thread.


Thanx!!! it works!!!

bartan
25-04-2008, 12:54 PM
Thanx!!! it works!!!


some numbers for hermes Rss feeds : 305 -355 -306

some observation: the numbers are in order of creation of subtopics so there is a logic in it but no logic in it :D example: hermes WM6 thread opened much later than other hermes threads so its number is 355 the others are 305-306 are in order...

Jadel
11-06-2008, 07:36 AM
How do I see the newest post in each feed?
I seem to be able to get the first post in each feed, which is no good for me, considering some threads are 350+ posts long and I just want to read the last few posts in that thread.
Currently, I just keeping getting the first post over and over.

mad_tunes
26-07-2008, 10:59 PM
Hi folks,

I've added various forums (sub-forums?) to RSS Hub and it's working great apart from only showing me the 15 most recent new treads-can i increase this number?

I'm currently using URLs like this :
http://forum.xda-developers.com/external.php?type=RSS2&forumids=419

Thanks in advance!

'tunes