This page discusses possible directions to enable MoinMoin to become more usable for handheld/mobile devices. The importance of small handhelds devices is growing, so is the need to build web-sites which are optimized for these devices. Those have usually smaller displays, have lesser internet connections, sometimes (still) no colors and less processor power.

Restrictions and Problems of Handhelds

Hints for Developers

Some Considerations and Ideas for an Implementation in Moin

Interesting Links

Discussion

diff -up /usr/share/python-support/python-moinmoin/MoinMoin/wikiutil.py.orig /usr/share/python-support/python-moinmoin/MoinMoin/wikiutil.py
--- /usr/share/python-support/python-moinmoin/MoinMoin/wikiutil.py.orig 2009-01-30 03:56:24.000000000 +0200
+++ /usr/share/python-support/python-moinmoin/MoinMoin/wikiutil.py      2010-02-01 11:42:10.000000000 +0200
@@ -1273,6 +1273,7 @@ def send_title(request, text, **keywords
     # include charset information - needed for moin_dump or any other case
     # when reading the html without a web server
     user_head.append('''<meta http-equiv="Content-Type" content="text/html;charset=%s">\n''' % config.charset)
+    user_head.append('''<meta http-equiv="cache-control" content="private">\n''')
 
     meta_keywords = request.getPragma('keywords')
     meta_desc = request.getPragma('description')

MoinMoin: MobileMoin (last edited 2010-12-23 21:31:46 by cpe-75-185-188-225)