Page 1 of 1

RSS Feed for the Dev Logs (and just the Dev Logs)

Posted: Sun Jun 18, 2017 7:34 am
by konfu
Hi,
afaict the RSS feed includes all kinds of posts and comments. I would prefer to not get spammed with notifications for those. Is there a RSS Feed with just the Dev Logs and nothing else?

This is the one i found: app.php/feed/forum/11
I changed the number in the end but 12 only seems to contain the archived dev logs.
Am I missing something?

Thanks.

Re: RSS Feed for the Dev Logs (and just the Dev Logs)

Posted: Sun Jun 18, 2017 7:42 am
by Talvieno
konfu wrote: Is there a RSS Feed with just the Dev Logs and nothing else?
Unfortunately, no. Our forum software doesn't have settings for that - you either get all the posts, or none at all. There are a couple solutions, though, if you don't mind using email. I'm afraid I don't have any solution for RSS.

First, you could subscribe to this thread. I keep it updated with all the major news, including devlogs. You'll have to be logged in to subscribe. The button is at the top-right in a little dropdown menu near the thread title in the banner. Whenever Josh makes an important post, you'd get an email about it.

Your other option is to subscribe to the entire board (using the link in the footer at bottom left in board view) and then have your email filter out any emails from ltheory.com with the title "Topic reply notification".

Re: RSS Feed for the Dev Logs (and just the Dev Logs)

Posted: Sun Jun 18, 2017 8:25 am
by Dinosawer
Sadly, you can get either only new topics, but for the entire forum
app.php/feed/topics
Or all posts, only for the Dev log subforum
app.php/feed/forum/30
but not both.

Re: RSS Feed for the Dev Logs (and just the Dev Logs)

Posted: Tue Jun 27, 2017 8:03 am
by killernooby
Instead of subscribing to all new topics, you could subscribe to the news/email thread:

Code: Select all

http://forums.ltheory.com/app.php/feed/topic/5031
Generally all devlogs are posted in that thread some time after they go live.

Re: RSS Feed for the Dev Logs (and just the Dev Logs)

Posted: Wed Jun 28, 2017 6:03 pm
by Talvieno
Excellent find, killernooby. :) I didn't know that existed.

Re: RSS Feed for the Dev Logs (and just the Dev Logs)

Posted: Fri Jun 30, 2017 2:58 am
by killernooby
It required a little bit of experimentation and guesswork to find to be honest.