Page MenuHomePhabricator

Make wikiafrica.org static
Closed, ResolvedPublic4 Estimated Story Points

Description

After some discussions, the WordPress website http://wikiafrica.org/ actually served by epsilon.wikimedia.it (89.31.49.212) should be converted as a static HTML website and reduce its footprint (actually 1.5G), trying to simplify its maintenance now that there is not an active webmaster for that project with enough time to keep everything up-to-date with all WordPress security patches, ecc.

Related discussion:

https://mailman.wikimedia.it/private/tech/2020-November/000653.html

See WikiAfrica on Meta-Wiki:

https://meta.wikimedia.org/wiki/WikiAfrica


Current homepage at http://wikiafrica.org/ :

wikiafrica-org-screenshot.png (1×1 px, 341 KB)

Event Timeline

After some research in the man page I would suggest to issue an:

wget --mirror --convert-links --no-parent --page-requisites --adjust-extension http://www.wikiafrica.org/

Then we can do some adjustments like removing some unused JavaScript dependencies or proprietary trackers and make all the hotlinked dependencies offline etc. but I do not expect much more.

valerio.bozzolan set the point value for this task to 4.

Started working on this dummy repository:

https://github.com/valerio-bozzolan/static-wikiafrica.org

It just works but maybe someone else can give an help in the spare time to reduce external resources (some jQuery libraries, some trackers...).

Nemo_bis renamed this task from Make wikiafrica.it static to Make wikiafrica.org static.Nov 6 2020, 10:29 AM
Nemo_bis subscribed.

Change subject; wikiafrica.it will instead be merged to wiki.wikimedia.it.

.it

(Repository renamed to .org. Apologies for the typo.)

Gvf was in a hurry, and he took care of this. Thank you gvf!