= Mobile Portal = Provide a simple portal for access from devices with low bandwidth/screen sizes/ CPU. This acts like the '/m' version of popular websites. This should be light on AJAX (if present at all). This can use the existing RESTlike CRUD controller's ?format=plain to generate lightweight forms. An XML library of mobile phone capabilities: * http://wurfl.sourceforge.net/ Discussion of Web2Py ways of detection: * http://groups.google.com/group/web2py/browse_thread/thread/6ca3015735bffaa8# CSS thoughts: * [wiki:BluePrintCSS#MobileView] == Status == {{{session.s3.mobile}}} boolean is populated by a quick check on the Browser in {{{models/00_settings.py}}}. {{{session.s3.browser}}} Storage of capabilities is populated by a detailed check on the Browser in {{{models/00_settings.py}}}. These can be used to direct to appropriate pages - e.g. assess/create goes to assess_short_mobile ---- BluePrints