Mediawiki access/Mobile
From Bjoern Hassler
Contents |
[edit] 1 Mobile Mediawiki
This page gives some approaches to getting mediawiki onto mobile.
[edit] 1.1 as phone native application (?)
The following projects seem to be be about creating phone native applications for mediawiki:
http://www.hamptoncatlin.com/2009/rhodes-wikipedia
- http://en.m.wikipedia.org/, http://m.wikipedia.org/
- http://github.com/hcatlin/wikimedia-mobile/tree/master
Similar here ??: Android client for mediawiki:
- http://anyonecanedit.org/blog/2009/03/android-client/
- http://anyonecanedit.org/blog/tag/android-client/
As such they relate to Offline mediawiki
[edit] 1.2 Mobile Mediawiki as web applications
Unrelated project (?) to the above
Mediawiki as such doesn't have a mobile version. However, there are (more or less?) bespoke mobile versions for wikipedia, e.g. via the hawhaw system: http://www.hawhaw.de. These projects may be similar to the Mediawiki mirror, which is used on the ICT4E site. The approach is used on this site uses an api based filter. You can try this with the text only filter on the left menu: http://www.ict4e.net/wiki_mirror/index.php?page=Mobile. More info on mediawiki mirror.
[edit] 1.3 Skins
Also see Mediawiki/Skins for some thoughts about skins, incl mobile skins, and see also Mediawiki access/Monobmo.
There is a mediawiki extension that can provide a browser specific skin (see Mediawiki/Skins, and [1]). However, this extension doesn't come with a mobile friendly skin, though a very basic layout like the chick skin would probably not be too bad (chick skin example). Ideally one would strip more js/css from the chick skin, to make it lighter. An example is here: see Mediawiki access/Monobmo/nocss.
The skin of course needs to be auto-detected by mobile browsers, see examples here Mediawiki/Mobile/Skin (which you can try on your desktop browser!).
[edit] 2 Overview
Quick overview as to whether those ideas relate to: Phone Native Application, Web application for mobile, or Mobile friendly skin.
| Phone Native Application | Web application for mobile | Mobile friendly skin | |
| http://m.wikipedia.org/ | ? | yes | no |
| http://anyonecanedit.org/blog/tag/android-client/ | ? | ? | no |
| http://mobile.wikipedia.org/ | no? | yes | no |
| Mediawiki mirror | no | yes | no |
| Mediawiki access/Monobmo | no | no | yes |