comakingspace / do-something

CoMakingSpace tasks and small projects
21 stars 2 forks source link

Mobile layout for the wiki #128

Closed NitramLegov closed 5 years ago

NitramLegov commented 5 years ago

The wiki does not really adjust to mobile screens currently. As far as I know, there are possibilities to make it more responsive. Can we check these and possibly install them? :) @emka I´m assigning you, because as far as I am aware, you´re the one that can install stuff in the wiki, correct?

emka commented 5 years ago

If you provide a link to the extension that is most suitable, I can install it.

NitramLegov commented 5 years ago

Hmmm, I would recommend checking this extension: https://www.mediawiki.org/wiki/Extension:MobileFrontend/de

This should Install the following skin as well: https://www.mediawiki.org/wiki/Skin:Minerva_Neue

As far as I understand, this would basically give us the mobile interface of wikipedia. And what´s good enough for wikipedia should be good enough for us as well.

emka commented 5 years ago

Done. MobileFrontent requires configuring a mobile skin.

Manually installed Minerva Neue and configured

wfLoadSkin( 'MinervaNeue' );
$wgMFDefaultSkinClass = 'SkinMinerva';