First time here? Check out the FAQ!
2

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

I would prefer the ability to have both.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mether's avatar
1.5k
mether
updated 13 years ago, asked 13 years ago

Comments

I have asked @sayanchowdhury to look into this

mether's avatar mether (13 years ago)

Very good, thank you.

Evgeny's avatar Evgeny (13 years ago)
see more comments

2 Answers

1

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
sayanchowdhury's avatar
53
sayanchowdhury
answered 13 years ago
link

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's avatar Evgeny (13 years ago)

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's avatar sayanchowdhury (13 years ago)

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's avatar Evgeny (13 years ago)

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

sayanchowdhury's avatar sayanchowdhury (13 years ago)

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's avatar sayanchowdhury (13 years ago)
see more comments
1

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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago
link

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's avatar mether (13 years ago)
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's avatar Evgeny (13 years ago)
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's avatar mether (13 years ago)

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's avatar drpoovilleorg (13 years ago)

Yup, seems to work for me. Sweet!

drpoovilleorg's avatar drpoovilleorg (13 years ago)
see more comments