openrightsgroup / blocked-org-uk

Template front-end code, markup, style-sheets, images and other assets for the Censorship Monitoring Project (blocked.org.uk)
https://www.blocked.org.uk/
GNU General Public License v3.0
13 stars 5 forks source link

Text on /faqs and /isps needs checking and updating #371

Open edjw opened 5 years ago

edjw commented 5 years ago

I think the information on these pages is out of date

https://www.blocked.org.uk/faqs https://www.blocked.org.uk/isps

/isps is sent to ISPs in blocked reports For example, it says:

Currently, we have probes that are checking for blocks by filters at:

BT, testing the default “light” settings and the “strict” settings
Virgin
Sky
Vodafone
EE
O2

I'm not sure how you get to /faqs (which is another issue in its own right). It says:

It says we don't have a Virgin Media line(?) and the FAQ entry listing the error with TalkTalk filters talks about it being broken since 13 October (but what year?).

dantheta commented 5 years ago

The text of these pages is held in Modx. Go to the browse.blocked.org.uk site, and look under there for for the FAQ and ISP pages. The different paragraphs of page content are located in template variables (TextAreaOne ... TextAreaSix) and the main resource content.

The template that they are attached to wraps them all up in XML for the flask frontend to import.

The page content is cached for regular visitors to the frontend site; admins always see fresh content from the modx instance. There's a flush cache button on the front page of the admin site which is used to blat the cached content and reload the newest changes.