Transformr version 0.5 is live. The 0.5 update introduces a set of performance tweaks and the ability to parse HTML fragments.
Transformr should be also a lot easier to install on your on your own server chiefly because Transformr no longer uses the PHP tidy package, which for some reason is not included with a lot of hosting packages. Don't worry Transformr will still parse your malformed html because tidy does still exist to some extent via the W3C online Tidy service, but only when it fails to parse the source document. For best results though validate your document first (sorry I wasnt preaching).
At the moment Transformr will transform the following microformats:
The following microformats are also supported but are classed as experimental and shouldn't really be used in a production environment because support may be removed or changed at some point (but its up to you) they are:
- hAudio.
- hMedia.
- XFN.
- rel-enclosure.
I am planning to write some stuff about the url conversions over on the new Transformr Wiki over the next couple of weeks, and some insights about what Transformr will support in future, like file uploads, tiny url's and microformats by direct input.
What's also new for this version (0.5.X) is the source code has moved from Google Code to GitHub, because SVN is so complex compared GIT, which is amazingly simple shame I never got round to it sooner oh well. You grab a copy of the code at http://github.com/WebOrganics/TransFormr, and have fun



Comments on Transformr 0.5 is live