Make the www.tpo script to pull blog rss files resume working
See include/blog-recent.wmi in the webwml git.
It gets included by en/index.wml in the webwml git.
It gets built on jenkins, when jenkins builds our website:
https://gitweb.torproject.org/project/jenkins/tools.git/tree/slaves/linux/website-build-blog-snippets
In particular, by this script:
https://gitweb.torproject.org/project/jenkins/tools.git/tree/slaves/linux/website-build-blog-snippets/make-recent-posts
which looks like it loads this page from the blog:
https://blog.torproject.org/blog/feed
and that page seems to return 404 currently.
So we should either find out where that blog feed page is now, and change the link, or make one and make it available.
issue