Then you’re probably going to need to use the API. Per-category posts out of context aren’t provided in a feed in this way.
I don’t understand why you can have a feed of filtered by user (/u/:username/activity.rss) but not one filtered by category 
I’ll be another vote for this feature. I belong to a food discussion site http://foodtalkcentral.com/ which has 40 or so channels for discussion, most of which are region based. Living in Los Angeles I don’t have much need to see all of the posts for say the NYC channel or the Tahoe-Truckee-Reno channel but I would like to see all of the posts for the Los Angeles channel. Since there’s a lot of discussion within topics, seeing the topics is not enough. Also, setting the RSS feed for the whole board is starting to overwhelm me with posts I have no interest in seeing.
Please, enable this feature. It seems possible since, as a previous poster noted, you can have a feed filterd by user. It would be a great help. Thanks
Why not open the category-specific page for LA
If you’re logged in discourse already tracks your read state and progress within a topic.
A feed for latest replies across a category without any context would be really really confusing.
Because I prefer to read the posts in an RSS Reader rather than on the web where I have to click around to get to content. I prefer it so much so I’m using the feed for all of the board posts rather than the site even though I have to slog through a couple of hundered posts in a week. The previous site I belonged to Chowhound.com did have this feature and it made reading posts so easy.
This is usually not the case. since it is obvious what the poster is talking about. Plus topics tend to generate a lot of activity in a short period of time. In the rare instance I need context, I click through to the topic on the site.
I would like to see that happen as well.
I’m active on some discourse instances and merge the discussion in a central RSS reader. Increasing the flexibility/functionality of RSS feeds would be highly appreciated.
Lo siento por revivir este hilo, pero también creo que sería una función bastante útil y, por lo que puedo ver, aún no está disponible. (Además de los autores en este hilo, véase también este otro hilo más reciente que también solicita la función).
Un caso de uso de ejemplo es un canal IRC de comunidad con un bot que supervisa ciertos canales RSS relevantes, anunciando las últimas publicaciones. Esto no se puede hacer cuando el feed relevante es una categoría en un foro más amplio (piensa, por ejemplo, en la categoría OpenCL en el foro de Khronos, o la categoría CUDA en el foro de NVIDIA):
- si el bot sigue el feed de la categoría, solo puede obtener una lista de temas: puede anunciar cuando se crea un nuevo tema, pero no cuando se agrega un nuevo comentario (publicación) a un tema existente, lo que limita severamente la utilidad del bot;
- si el bot sigue el
latest.rssde todo el foro, obtendrá publicaciones de todos los temas, incluidas las de categorías irrelevantes, y necesitaría realizar un filtrado adicional, con el riesgo de perder actualizaciones sobre publicaciones relevantes en una categoría de baja actividad dentro de un foro de alto volumen (salvo quizás consultando con alta frecuencia, lo cual no es ideal).
Un feed de categoría centrado en las últimas publicaciones de esa categoría resolvería esto. Podría ser un feed de “últimas publicaciones en esta categoría”, o incluso simplemente un feed de “última publicación de cada tema en esta categoría”. La ausencia de cualquiera de estos feeds es particularmente frustrante porque casi se puede lograr obteniendo el JSON de la categoría, el cual, sin embargo, carece de algunos de los elementos presentes en el feed RSS, como el contenido de la publicación para vista previa (además, por supuesto, de requerir un código de procesamiento completamente diferente en el lado del cliente).
Si es posible utilizar un código personalizado que funcione en todos los foros de Discourse del bot, puedes consultar periódicamente /posts.json; cada elemento incluye un category_id que puedes filtrar.
Como se mencionó anteriormente, es posible agregar un posts.rss a cada categoría, pero aún no se ha implementado.
Ciertamente completaría muy bien los feeds RSS que se ofrecen.
Personalmente, no tengo ningún uso para ello en este momento, pero puedo ver que sería útil en varias circunstancias diferentes.
En este momento, se puede lograr lo mismo con un servicio de integración de terceros con bastante facilidad (es decir, make.com, zapier.com, etc.), pero es un poco engorroso.