Is anyone successfull mirroring feeds from ikiwiki to identi.ca (or another status.net instance)? How did you set up your feed?
When I try to, identi.ca presents me with an error about no "author ID URI" being found in the feed. Indeed the ikiwiki-generated atom feed only has got a global "author" - I presume identi.ca requires author information in each entry. Is it possible to set up ikiwiki's feed that way?
I did some more experiments setting not only "[[!meta author=...", but also "authorurl" globally and per-entry in various combinations, with no success. As far as I could see, "authorurl" had no effect on the atom feed whatsoever.
It seems that identi.ca wants a feed to have an field with a subfield, as described here: http://www.atomenabled.org/developers/syndication/#person . Is there a way to achieve this with ikiwiki inline-feeds?
I also found two old and unresolved status.net bugreports on the matter:
http://status.net/open-source/issues/2840
http://status.net/open-source/issues/2839
The templates atompage.tmpl and/or atomitem.tmpl appear to be what would have to be altered to satisfy identi.ca. I did that on my system, just hard-coding a element into for testing. In one respect, it worked: identi.ca does not complain about the missing author uri any more. In another, it did not, another error comes up now: "Internal server error" and something like "could not add feed".
I do not know where to go from this very unspecific error message. I guess I am going to try something like twitterfeed.com, for now.