TagCloud / TagLink Merge

I’ve received some feedback from old time contributor Massimiliano Mirra and our latest contributor Richard Hilliard, about the tagcloud and taglink formats. We decided to:

  • merge tagcloud and taglink into one, and
  • create the tagcloud and taglink elements.

This is how it would look:
<iss>

<tag name=”science”>

<tagcloud type=”syndicated” year=”2006|2007|2008″
data=”0,0,0,0,0,0,4,23,45,32,34,31|
32,44,53,23,43,32,34,64,34,21,35,23|
43,23,34″/>

<taglink type=”base”
push=”xmpp:nick@iss.im?;node=science”
pull=”http://nick.iss.im/category/science”/>

<taglink type=”incoming”
push=”xmpp:debbie@iss.im?;node=environment”
pull=”http://debbie.iss.im/category/environment”/>

<taglink type=”outgoing”
push=”xmpp:penny@iss.im?;node=science”
pull=”http://penny.iss.im/category/science”/>

</tag>

</iss>

We believe now it’s more compact, clean, and easier to generate and process. Any feedback is welcome. Thanks!