Mostly as a way to experiment with the -fileread- function, I wrote a small program which allows you to browse the General section of the Statalist forums from within Stata, with clickable links for easy access to the original posts:

Code:
. readstatalist 5

1: Delete rows based on condition (panel data)
Replies: 1

2: Lincom command
Replies: 0

3: Survival model (stpm2) using previously estimated weights.
Replies: 1

4: Rolling problems: get decomposed R2, also called Shapley value
Replies: 1

5: Oaxaca decomposition in OLS and unconditional quantile regression
Replies: 4
You can view up to 50 of the latest subject lines, with an option to display the full posts (after some buffering).

The program can be installed from Github:

Code:
net install readstatalist, from("https://raw.githubusercontent.com/aliatia-1/readstatalist/main")