Ask Your Question
1

Is it possible to subscribe to a particular tag via email or rss feeds?

asked 2011-07-11 21:07:26 -0500

mether gravatar image mether flag of India
1312 33 18 47
http://fedoraproject.org/

updated 2011-07-11 21:11:33 -0500

I would prefer the ability to have both.

delete close flag offensive retag edit

Comments

I have asked @sayanchowdhury to look into this

mether ( 2011-08-28 05:35:02 -0500 )edit

Very good, thank you.

Evgeny ( 2011-08-28 09:02:58 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2011-08-28 07:09:47 -0500

Evgeny gravatar image Evgeny flag of Chile
11314 50 84 183
http://askbot.org/

Email subscription for tags already exist, please take a look at options in the "subscriptions" feature. RSS feeds for the tags do not exist yet.

The "interesting tags" are basically "followed tags" - maybe we should renamed accordingly. With the current setup there are lists of followed and "ignored" tags and the user can either obtain email feed with followed tags or for the entire forum but have questions with "ignored" tags excluded from the feed. - Does this work?

link publish delete flag offensive edit

Comments

It works but the UI could be improved. When you click on a tag, I would like to see a description of the tag upfront and the ability to subscribe to the tag in the same page. The subscription tab isn't a very visible UI.

mether ( 2011-08-29 00:16:49 -0500 )edit
1

That's one part - the lack of ability to add tag to one of the lists - can be fixed with js, but another thing is that you have all or nothing approach for tag based email subscriptions. You either receive updates about all interesting tags or not, there is no way to selectively subscribe for the email updates per tag - this feature can be developed.

Evgeny ( 2011-08-29 00:20:55 -0500 )edit
1

Yeah. I think for the purposes of Fedora, what we really need is the ability to selectively follow one tag. For instance, I can ask the KDE developers to subscribe to the KDE tag and they can ignore the rest of the questions. This is a key thing in any expert system. Everyone specializes in what they learn after some point and a generic ability to subscribe to a bunch of tags isn't as useful.

mether ( 2011-08-29 01:36:01 -0500 )edit

I'd like to be able to 'subscribe' to tags too so i'm notified by mail when posts are created/updated that also contain specific tags. I'll test the 'interesting tags' to see if this is what i'm looking for, which it seems it should be.

drpoovilleorg ( 2011-12-13 05:34:18 -0500 )edit

Yup, seems to work for me. Sweet!

drpoovilleorg ( 2011-12-13 06:45:49 -0500 )edit
0

answered 2011-09-03 08:48:22 -0500

sayanchowdhury gravatar image sayanchowdhury flag of India
43 3 1 7
http://fosswithme.wordpre...

For subscribing to a particular tag via RSS feed, I added a class 'ParticularTag' in the askbot/models/tag.py but could not access it in feed.py file.

link publish delete flag offensive edit

Comments

It is not necessary to modify models for this feature - you just need to pull out questions matching the tag - no need to modify file askbot/models/tags.py for that.

Evgeny ( 2011-09-03 08:54:40 -0500 )edit

For the particular tag feature where should i place the rss feed link in the tag page, also what if the user chooses two or more tags, for which tag should i display the rss feed

sayanchowdhury ( 2011-09-13 02:44:32 -0500 )edit

Maybe add rss links to the /tags page, right after each tag, but show them only on mouseover of a particular tag - this is probably the easiest.

Evgeny ( 2011-09-13 07:52:21 -0500 )edit

while displaying the stream of answers and comments, the tag <p> gets converted to &lt;/p&gt;.

sayanchowdhury ( 2011-09-19 13:09:22 -0500 )edit

For displaying the stream of comments and answers. I am using itertools for this, but i want to display like this link:http://stackoverflow.com/feeds/question/510410, but how to define the title for three different models?

sayanchowdhury ( 2011-09-19 13:14:34 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow
2 followers

subscribe to rss feed

Stats

Asked: 2011-07-11 21:07:26 -0500

Seen: 117 times

Last updated: Sep 03 '11