New Atom 1.0 feed
In my ongoing quest to get my entries on Technorati to display correctly, I found an upgraded Atom 1.0 skin for Nucleus courtesy of Rakaz. It upgrades the Atom 0.3 feed to Atom 1.0, and more importantly, my Atom feed now validates at FEED Validator. It needs tweaking slightly to insert the code from the Technorati Tags plugin - the feeds/atom/entries template changes the contents of the <content> element from:
<![CDATA[<%body%><%more%>]]>
</content>
to:
<![CDATA[<%body%><%more%><%TechnoratiTags(ltag)%>]]>
</content>
Actually, at this point I think I realised what the problem was. There's far too many square brackets in the old Atom 0.3 template (which I dilligently backed up), so I suspect I made a cut-and-paste error at some point and corrupted it. Nevermind - hopefully when I post this, Technorati will get properly pinged (I'm not convinced that's working properly either now...) and it can then read the feed properly and render the content correctly, rather than as raw HTML.
You may ask why I bother? Well, mostly because I hate it when something isn't working! Fingers crossed...
PS I've just discovered NP_GeSHI2 and NP_TinyMCE2 don't get along. In fact I'm thinking about taking TinyMCE off, as it doesn't do half the stuff I'd hoped, and doesn't look anywhere near as slick as the example on the Tiny MCE website. Fingers crossed this post will now display on my own site, let alone Technorati!

