I subscribe to the RSS feed for OR-Exchange (in Thunderbird). Apparently it only shows new questions, not new responses/comments, so I can't tell from T-bird when something has been added to an existing question. Anyone know a polynomial-time workaround?
Operations Research Exchange!
|
1
|
|
|
|
|
2
|
Near as I can tell, the question feed is the only one currently available. See http://meta.stackexchange.com/questions/3262/provide-more-rss-feeds-questions-activity-unanswered-users-badges-searches for some discussion on this. I agree it would be great to get the answers too! |
||
|
|
OR-Exchange! Your site for questions and answers about operations research.
|
1
|
Hi, I think you might be able to build a Yahoo Pipe for this website and feed the pipe to your Thunderbird. People on Stack Overflow have been very creative with Pipes. The following pipes might help: A search for StackO on Yahoo Pipes Please also take a look at this old post |
|||||
|
|
1
|
Pipes are pretty neat. Over time, http://pipes.yahoo.com/mike_trick/orexchange may have the full feed. But it is not particularly automatic at the moment (nor complete: it only includes recently active questions). |
||
|
|
|
1
|
What is the RSS feed for the site? I couldn't find it from the FAQ. |
|||
|
|
1
|
Paul is asking for a polynomial-time workaround for better RSS feeds. I don't see any, but was aiming for a heuristic that runs in O(k) :-) I was thinking adding the say 20 highest ranking users with their user feeds i.e /feeds/user/ as suggested in link by Dr. Trick, but it does not work, the feed is empty. Is this feature activated ? Other things that could be improved is new comments in a thread should reactivate the thread and as with a new answer. Comments should not be wrapped, it seems there is a maximum number of comments allowed, then it will fold the rest. |
|||||
|
|
1
|
There is a link down the bottom of each question to "question feed" that is a RSS feed just for responses to that question. You'll need to subscribe individually to questions you are interested in though... |
|||||||||
|
|
1
|
If someone has the time, it might be worth playing around with Pipes, as Mark suggested, or even a custom script to scrape the site... we don't have that many questions, it should even be possible to (automatically) check the master list of questions, visit each of the pages, scrape all the responses and comments and update a database with the changes. After that creating an RSS feed would be relatively easy. Of course, if we could get direct access (even read access) to the database behind the site it would be even simpler. |
||
|
|
|
1
|
Hello. I think it would be better if the format of the "title" element on the user's RSS feed changed from: "Answer by $name for $question" to: "Answer for $question by $name" The reason is that the current naming scheme breaks the "Sort on subject" function on most RSS readers as it performs grouping based on "$name" rather than on "$question". Let me elaborate: Suppose we are subscribed to two feeds (User1 and User2) and two questions (Question1 and Question2) answered by these users. Now, if both feeds end up in the same article pool in our RSS reader (that is, an "or-exchange" folder), then - with the current scheme - by clicking on "Sort by subject" function we end up with: Answer by User1 for Question1 Answer by User1 for Question2 Answer by User2 for Question1 Answer by User2 for Question2 while the intuitively expected result should be: Answer by User1 for Question1 Answer by User2 for Question1 Answer by User1 for Question2 Answer by User2 for Question2 as the term "subject" refers to the "Question" asked and not on the "User". |
||
|
|
|
0
|
HEY, it actually works, you should add /feeds/user/ (i.e no id) then feeds for each answer any user write. No feeds for coments still though. |
||||||
|