Lifeblogging to Movable Type (Updated)
Posted by Martin on Mar 8, 2005 in Lifeblog. PermalinkAs a user of Movable Type I always found it frustrating that Nokia's Lifeblog posted to Typepad but not Movable Type.
I now have a modified AtomServer.pm script that lets me do this. I'm happy for people to download and use this (at their own risk). To install:- Download this file and replace the standard Moveable Type version found in lib/MT.
- Create a directory lifeblog with the normal 755 permissions in the root directory of your blog.
- Add the following entries (to be customised as you wish) to your style sheet template and rebuild it.
.lifeblogsms { font-family:'Monaco',courier,monospace; font-size:small; color:#000; background-color: AliceBlue; border:#EEE 1px solid; padding:0 5px 0 5px; width:50% } .lifeblognote { font-family:'Verdana', arial,sans-serif; font-size:small; background-color:LightYellow; border:#EEE 1px solid; padding:0 5px 0 5px; width:50% } .lifeblogimage { border:#000 2px solid; width:480px; padding:5px 5px 5px 5px; } .lifeblogimage img{ width:100% } .lifeblogvideo{ } - Configure the Lifeblog client with your username and Atom Authentication Token (not password). This can be found on your Author Details page. The server address to use is http://yourwebaddress/cgi-bin/mt-atom.cgi/weblog/
- Post an entry from your phone. I'd recommend enabling the Lifeblog Optimise images setting.
Note: If you use any other Atom client that needs to authenticate itself, it may no longer work due to changes I had to make to allow the Lifeblog client to do so. If you need this other client DO NOT use this version of the script.
Updated: 08-Mar-05I have fixed a problem with the script that prevent the correct display of uploaded 3gp video. The video clip has its own Stylesheet entry too.
