London, GB
Offline
Sr. Member
Karma: 7
Posts: 332
Nothing works.
|
 |
« on: January 26, 2011, 04:18:13 am » |
When I paste the url for any of the forum sub-things (such as “Using Arduino"; “Topics”; “Development”, etc.) into my Google Reader “Add a subscription” button place, it seems to give me the entire forum in one take, most of this is in foreign languages which are no use to me as I’m British.
What do I do to get just the feeds for each separate sub-thing in the forum (such as “Using Arduino"; “Topics”; “Development”, etc.), so that I can exclude other sub-things that aren’t wanted?
|
|
|
|
« Last Edit: January 26, 2011, 06:34:45 am by David Cuartielles »
|
Logged
|
|
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #2 on: January 26, 2011, 07:03:10 am » |
How can we have just new threads rather than all new posts?
|
|
|
|
|
Logged
|
|
|
|
|
London, GB
Offline
Sr. Member
Karma: 7
Posts: 332
Nothing works.
|
 |
« Reply #3 on: January 26, 2011, 07:42:26 am » |
That’s interesting. The “International” category is 6 so I should just be able to use the url http://arduino.cc/forum/index.php?action=.xml;sa=recent;category=1,2,3,4,5;limit=10However, Google Reader isn’t having any of it. It doesn’t like any the key-value pairs passed to the php app. For example, if I give it: http://arduino.cc/forum/index.php?action=.xml;sa=recent;category=2;limit=10it doesn’t accept it. Nor: http://arduino.cc/forum/index.php?action=.xml;sa=recent;limit=10Nor http://arduino.cc/forum/index.php?action=.xmlBut it does accept: http://arduino.cc/forum/index.phpBut then I’m potentially back where I started. Would it be easier just to tell the rest of the world to only speak English? I recall there was an initiative to do precisely that a few hundred years ago, by people I’m not related to (or if I am, they spent all the money before I was born).
|
|
|
|
|
Logged
|
|
|
|
|
Forum Administrator
MMX
Offline
Edison Member
Karma: 37
Posts: 1138
hallo kompis
|
 |
« Reply #4 on: January 26, 2011, 07:51:49 am » |
mowcius: First I think we need to change terminology, since the new forum has a different paradigm of use. - A Category is a group of Boards.
- A Board contains Topics
- A Topic is the equivalent to a post
So, when you talk about Threads, you refer to a Board or to a Topic? For the full explanation of what you can do with SMF regarding RSS, please read: http://www.simplemachines.org/community/index.php?topic=25009.0
|
|
|
|
|
Logged
|
|
|
|
|
Forum Administrator
MMX
Offline
Edison Member
Karma: 37
Posts: 1138
hallo kompis
|
 |
« Reply #5 on: January 26, 2011, 07:58:10 am » |
Ian: I am sorry to say but the most spoken (western) language in the world is Spanish, I wonder how good you are in that, since you are suggesting we should all write in it ;-) Letting the jokes aside, Google Reader needs to get the feed with the right header. The way to make this is by adding a "type=atom" at the end of your feed, like: http://arduino.cc/forum/index.php?sa=recent;category=1,2,3,4,5;limit=10;action=.xml;type=atomthat will make it. /d
|
|
|
|
|
Logged
|
|
|
|
|
London, GB
Offline
Sr. Member
Karma: 7
Posts: 332
Nothing works.
|
 |
« Reply #6 on: January 26, 2011, 08:00:14 am » |
Also, on mowcius’ point, there’s the distinction between two cases in feed reading:
• Do I only want to see new topics posted (ie, the original posting as it stands now, with perhaps a few immediate replies that have occurred by that time) or • Do I want to see every new post that occurs, not distinguishing between newly originated posts, and their replies.
|
|
|
|
|
Logged
|
|
|
|
|
London, GB
Offline
Sr. Member
Karma: 7
Posts: 332
Nothing works.
|
 |
« Reply #7 on: January 26, 2011, 08:03:02 am » |
Ah, thanks for the atom url.
Except that it doesn’t do the job - still letting international posts in. I don’t know why either. Oh well.
Now, where did I bookmark website on learning Chinese?
|
|
|
|
|
Logged
|
|
|
|
|
Forum Administrator
MMX
Offline
Edison Member
Karma: 37
Posts: 1138
hallo kompis
|
 |
« Reply #8 on: January 26, 2011, 08:09:26 am » |
Also, on mowcius’ point, there’s the distinction between two cases in feed reading:
• Do I only want to see new topics posted (ie, the original posting as it stands now, with perhaps a few immediate replies that have occurred by that time) or • Do I want to see every new post that occurs, not distinguishing between newly originated posts, and their replies.
Ok, so the functionality you guys are missing is the one in the first point, am I wrong?
|
|
|
|
|
Logged
|
|
|
|
|
London, GB
Offline
Sr. Member
Karma: 7
Posts: 332
Nothing works.
|
 |
« Reply #9 on: January 26, 2011, 08:12:51 am » |
This might be of interest: http://www.simplemachines.org/community/index.php?topic=25009.0(it’ll take all day to read, though, it's long!). I think that point is to do with key value pair of “sa=news”, at a guess. My point was not that, but I’m interested in it. My point was just getting a feed in English (and maybe I’ll let some american in too).
|
|
|
|
|
Logged
|
|
|
|
|
Forum Administrator
MMX
Offline
Edison Member
Karma: 37
Posts: 1138
hallo kompis
|
 |
« Reply #10 on: January 26, 2011, 08:16:30 am » |
Ian:
but when you make the call with c=1,2,3,4,5 are you still getting international messages? I have tried it out myself and it comes out right every time.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Forum Administrator
MMX
Offline
Edison Member
Karma: 37
Posts: 1138
hallo kompis
|
 |
« Reply #12 on: January 26, 2011, 09:12:21 am » |
I see,
this might eventually be a bug in SMF's core. We will have to look into it, I just add it to my to-do list.
/d
|
|
|
|
|
Logged
|
|
|
|
|
London, GB
Offline
Sr. Member
Karma: 7
Posts: 332
Nothing works.
|
 |
« Reply #13 on: January 26, 2011, 09:13:38 am » |
What if we tried it with boards instead of categories?
|
|
|
|
|
Logged
|
|
|
|
|
Forum Administrator
MMX
Offline
Edison Member
Karma: 37
Posts: 1138
hallo kompis
|
 |
« Reply #14 on: January 26, 2011, 09:14:52 am » |
I tried with boards and it worked nicely, but then you need to add a lot of boards to your list
|
|
|
|
|
Logged
|
|
|
|
|
|