Mobile Theme
I finally had some time to try out the WPtouch plugin, which now serves my blog using mobile friendly theme if you are using one of the recognized mobile browsers. I had tried mobile plugins before, but could never get them to work with WP Super Cache. Finally WPtouch had some instructions on how to make this work. In effect I ended up listing the mobile user agents in WP Super Cache settings so that the cache won’t be used for mobile UAs, and in addition modified the .htaccess entries needed by the cache to similarly exclude the same UAs. Not ideal, though, since if I want to add new UAs I need to edit 3 places: WPtouch, WP Super Cache and .htaccess.



M2 User:
Hey, do you have any plans to work on M2 anymore? Support for Python 3.0 would be great! I did submit a patch to the mailing list last year which made M2 build for Python 3, but I couldn’t get it to work. Also there is now a newer version of OpenSSL out and a number of patches that could be added to a new release.
March 17, 2009, 12:24 amHeikki Toivonen:
Yeah, I do, and I have. Last change was about a month ago. There are already about 10 things fixed for the next release, but a few more would not hurt. 3.0 support would definitely be sweet, so I will be taking a look at it the next time I get a change to work on m2crypto.
March 17, 2009, 8:47 pm