All, We have deployed an output format using xoxo+hCard for a type of group membership lists. It's behind HTTP Basic access control but it'd be interesting to see if there are any tools which can get to it, or in-browser tools such as Greasemonkey which can do interesting things with the data. Any pointers?
Here's a sample link: https://beta.journals.aol.com/_atom/list/atomprotocol/testprivate/readers (user: atomprotocol, password: password) and here's sample output: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Readers</title> </head> <body> <ol id='readers' class='xoxo'> <li class='vcard'><a class='fn url' href='aim:goim?screenname=chattingchuck'>chattingchuck</a></li> <li class='vcard'><a class='fn url' href='aim:goim?screenname=panzerjohn'>panzerjohn</a></li> </ol> </body> </html> The use case for this is to let a user keep track of parts of their social network, and specifically the parts that in this case are allowed access to their blog. Comments are welcomed. -- John Panzer System Architect http://abstractioneer.org _______________________________________________ microformats-discuss mailing list microformats-discuss@microformats.org http://microformats.org/mailman/listinfo/microformats-discuss