The Mobile Web Project was initially developed during the summer of 2009 and is a fork of the original v0.9 release of the MIT Mobile Web project that can still be found on SourceForge. The project was updated in May 2010. It is a product designed to make it easier for higher education institutions to deliver mobile-optimized information and services. It helps deliver task-based content like maps, events, and directory information optimized for device "families." Full documentation can be found at http://mobilewebosp.pbworks.com/ Updates to the project can be found on Twitter at http://twitter.com/mobilewebosp/
I'm working with the development version of Mobile Web OSP and have run into some minor issues. These three commits fix the following:
There's a minor syntax issue with the iOS detection, introduced in bdc47ff73324f7f812f0dc35549bcc6f9930d446.
The LDAP query building for single terms tries to operate on an array when it actually wants a word.
Not all systems are set up to have a trailing slash on the temporary directory. The RSS cache breaks (and throws warnings) in this situation, so it's safer to ensure there is a trailing slash.
If you have any questions, please let me know! I'll probably have a few more changes soon.
Hey Dave,
I'm working with the development version of Mobile Web OSP and have run into some minor issues. These three commits fix the following:
If you have any questions, please let me know! I'll probably have a few more changes soon.