-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
Description
Wiki.python.org is not mobile friendly.
It would be great to have a mobile theme for wiki.python.org. Though I personally don't have CSS / styling / art skills, so all I can do is provide moral support and perhaps merge the PR 😅
I wasn't able to locate the source code for the wiki, and I wasn't sure who "owns" or "hosts" the wiki, so I asked in The PSF's Discourse: https://discuss.python.org/t/wiki-python-org-is-not-mobil-friendly/8700
Some info:
- Hosting of the wiki is configured in psf-salt: https://github.com/python/psf-salt/blob/8c29e89e500bd1ad48c112e0144d574e89d13e01/pillar/base/moin.sls#L2-L7
- The wiki is powered by moinmoin
- General documentation on how to develop moinmoin theme: https://moinmo.in/MoinDev/ThemeDevelopment
- wiki.python.org is using europython moinmoin theme: http://moinmo.in/ThemeMarket/Europython.
- Source code of the europython theme is currently on Mercurial: http://hg.sheep.art.pl/moin-europython/ (what's the license)
Some thoughts and questions:
- We can fork the europython theme and improve it?
- Or perhaps we should develop a theme for us and make it look closer to python-docs-theme, or python.org?
- Or perhaps we should just use a pre-existing more modern moinmoin theme? Looks like the official theme itself is quite mobile friendly?