Greetings,
Had a quick browse through the source, and it looks like this app
basically works by getting a normal Wikipedia page, stripping out the bits
it doesn't need, and rearranging the rest into a new mobile-friendly page
to the user. Two naive questions:
a) Has there been any work on making a version that could be used on
other, differently skinned MediaWiki sites as well?
b) In particular, why not use the API or &action=render to fetch the page
content alone, instead of attempting to parse the skinned HTML?
Cheers,
-jani