ocf / projects

Overview of technical OCF projects
3 stars 0 forks source link

Staticify Wordpress #71

Open nikhiljha opened 2 years ago

nikhiljha commented 2 years ago

Throw all the wordpress instances behind keycloak proxy, force them all to render to static sites via https://wordpress.org/plugins/simply-static/ or similar

jimfangx commented 1 year ago

potential approaches:

approaches that don't work:

(also static wp means we can put things on a cdn now? do we need one?)

jimfangx commented 1 year ago

9/27 simply-static isn't compatible with existing wordpress hosting setup, considering to move to https://pywb.readthedocs.io/en/latest/index.html

OIP coming soon

jimfangx commented 12 months ago

HTTrack doesnt seem to do recursive (ie subpages on the site are not downloaded). pywb results in an installation error that needs to be debugged (something wrong with compiling during pip install) - also results in a wacz file that we need to find a way to convert to HTML.

resources here: https://github.com/iipc/awesome-web-archiving/blob/main/README.md that might be helpful. Looks like we need to explore other tools

nikhiljha commented 12 months ago

HTTrack can definitely do recursive, but it's probably not worth using because it's so old (and it's a windows program so running it is logistically difficult)

I think it's probably not to bad to show a web-archive-format thing publicly? I'm not sure. 🤔