I finally figured out how the heck to get listed on Blogshares!!! I know I can't be the only person out there who has also had trouble getting listed, so I've decided to post a nice little write-up on how to do it. If you're like me and you don't use blogging software (or your blogging software does not support weblogs.com), you may find this of interest. First I had to add the following HTML to my site:
<!--<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="http://jsierra.net/">
<dc:title>jsierra.net</dc:title>
<dc:description>Jorge Sierra's Home on the Web</dc:description>
<license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/1.0" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-nc-sa/1.0">
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
<requires rdf:resource="http://web.resource.org/cc/Notice" />
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
</License>
-->
Just replace the "http://jsierra.net" and "Jorge Sierra's Home on the Web" bits with whatever you like for your site. Next, I just went to the Weblogs ping form and put in my website info. It quickly appeared on their changes page, and a few minutes later it was on Blogshares! Woohoo! If you've found this little mini-howto useful, please feel free to link to me and help to increase the value of jsierra.net. ;)
