You are not logged in.
Hi!
Would it be possible (+easy enough?) to enable RSS feeds for threads in the nonpublic forums somehow? I'm aware why the decision was made to make them invisible to search engines and non registered users - it makes sense to restrict the "public face" of the site to things that are actually directly related to archlinux....
But since this isn't a critical / security issue - shouldn't it be possible to allow public access to them without making them really "visible"? As far as I can tell there are no links to the feeds anywhere for nonusers / search engine to follow... and if that's not enough, there's always robots.txt or - if that, still - isn't enough, the access could be restricted to the user agents of known private feed aggregators ( tinyrss etc ).
Offline
Offline
There are rss feeds, you just need to be signed in to view them. e.g.
https://bbs.archlinux.org/extern.php?ac … &type=atom
I don't use rss readers (outside of palemoon's built-in rss handler), so I'm unsure whether this will be useful to you. If your rss reader supports cookies, then it can presumably handle these 'hidden' rss feeds.
EDIT: snaked.
Last edited by WorMzy (2016-08-24 13:48:40)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Yes, the problem is, many rss readers / aggregators do not support logins / cookies. In fact, if there are any at all, I haven't found a good one.
Requiring authentication for RSS feeds isn't such a common thing... and the preferred way to authenticate is HTTP auth. At least that seems to be what the devs of rss applications usually say when they close feature requests for cookie / login support (Example: https://tt-rss.org/forum/viewtopic.php?t=623)... I came across several ones that "won't implement" while I was looking for alternatives.
( There isn't currently any way to login with HTTP auth here for RSS, right? Because if there is already, I'm just doing it wrong )
Offline
There is no way HTTP auth (either basic or digest) could possibly be preferred.
As for these forums, there is most likely nothing we could do unless it's contributed to FluxBB upstream. Generally speaking, I'd say it's more sensible and easier to patch your favourite RSS client than devise obscure ways to slightly loosen the protection of the feeds.
Offline
Ok, thanks!
Guess I better leave it... having regular "random linux trivia / news / jokes" in between my news would have been kind of nice, but not "nice" enough to warrant making the mess I'd have to make to get it working with my setup ( Setting up a small bash script that downloads the feeds + mini webserver that re-offers them as an interface between my tiny-rss provider and the site would probably be the only viable option for me... not hard to do, but... my stuff is messy enough already -.-" ).
Last edited by whoops (2016-08-24 15:07:18)
Offline
The only feed I subscribe to that requires login is handled by logging in in the account with a browser, and then going to the profile to "request" a user specific url that you can use to get the feeds, but that is a single feed, not like what you want, a separate feed for each section of the forum.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Oh, right! I've got one of those "semi-secret insecure url" type of feeds too...
I wonder... would it be OK to make an extra forum account that's only used to access & offer the rss feeds?
A short dirty php + bash + htaccess script should be enough to offer up all the feeds based on "secret insecure urls"...
Offline