<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://groups.drupal.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Microformats in Drupal</title>
 <link>http://groups.drupal.org/microformats-in-drupal</link>
 <description>A group to discuss the implementation and support of Microformats in Drupal, from the core to module support.</description>
 <language>en</language>
<item>
 <title>CodeFest2008 Microformats</title>
 <link>http://groups.drupal.org/node/7984</link>
 <description>&lt;p&gt;It&#039;s a little late but I figured I should still post this... There&#039;s a &lt;a href=&#039;http://www.phpquebec.org/modules/piCal/index.php?smode=Daily&amp;amp;action=View&amp;amp;event_id=0000000663&amp;amp;caldate=2008-1-5&#039;&gt;CodeFest this week-end&lt;/a&gt; where a bunch of geeks from different web applications will be present to share and implement a bunch of cool features like Microformats into their favorite CMS. This event wouldn&#039;t be possible without the sponsor, &lt;a href=&#039;http://www.phpquebec.org/&#039;&gt;PHP Québec&lt;/a&gt;. It&#039;s open to anyone although it might get a little crowded at la &lt;a href=&#039;http://bande-passante.info/&#039;&gt;Bande-Passante&lt;/a&gt;. I still hope to see you there, Saturday or Sunday :)&lt;/p&gt;
&lt;p&gt;8655 Saint-Denis, Montréal (Québec) - exit south from Crémazie métro, walk 30 seconds and you&#039;re there.
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/montreal-quebec&quot;&gt;Montreal &amp;amp; Quebec&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/7984#comments</comments>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <group domain="http://groups.drupal.org/montreal-quebec">Montreal &amp;amp; Quebec</group>
 <pubDate>Sat, 05 Jan 2008 09:33:39 +0000</pubDate>
 <dc:creator>millette</dc:creator>
 <guid isPermaLink="false">7984 at http://groups.drupal.org</guid>
</item>
<item>
 <title>vcard does hcard for Drupal5</title>
 <link>http://groups.drupal.org/node/7687</link>
 <description>&lt;p&gt;Seeing as this group looks pretty latent, and I can&#039;t see anyone&#039;s mentioned it yet,&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/project/vcard&quot;&gt;vcard.module&lt;/a&gt; is available to be patched to D5, and&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/119845#comment-639138&quot;&gt;I extended it to add&lt;/a&gt;hcard support to user profiles even if you don&#039;t use the actual vcard functions.&lt;br /&gt;
Just putting it out there, hopefully revive a little interest. I think microformats should be the default in drupal themes wherever possible.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/7687#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1037">hCard</category>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Fri, 14 Dec 2007 05:18:02 +0000</pubDate>
 <dc:creator>dman@drupal.org</dc:creator>
 <guid isPermaLink="false">7687 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Microformats&#039; use in Drupal</title>
 <link>http://groups.drupal.org/node/7557</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://microformats.org/&quot;&gt;Microformats&lt;/a&gt; are a format based on the common XHTML. There are a few popular Microformats recommendation (I refuse to call it a standard) specifications, most notable are &lt;a href=&quot;http://microformats.org/wiki/hcard&quot;&gt;hCard&lt;/a&gt;, &lt;a href=&quot;http://gmpg.org/xfn/&quot;&gt;XFN&lt;/a&gt;, &lt;a href=&quot;http://microformats.org/wiki/hcalendar&quot;&gt;hCalendar&lt;/a&gt; and &lt;a href=&quot;http://microformats.org/wiki/xoxo&quot;&gt;XOXO&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XFN&lt;/h3&gt;
&lt;h4&gt;what is XFN&lt;/h4&gt;
&lt;p&gt;XFN are the most likely to be useful to Drupal(and the entire internet). Out going links are unavoidable part of every site, XFN is made to show the human to human relationship instead of content to content relationship of the out going link by adding rel=&quot;tag1 tag2 ... tagn&quot;.&lt;br /&gt;
I don&#039;t know if XFN can be extended, the &lt;a href=&quot;http://gmpg.org/xfn/background&quot;&gt;background&lt;/a&gt; for XFN suggest there are a standard set of XFN rel tags [Friend, Acquaintance, Contact, Met, Co-worker, Colleague, Co-resident, Neighbor, Child, Parent, Sibling, Spouse, Kin, Muse, Crush, Date, Sweetheart, Me].&lt;/p&gt;
&lt;h4&gt;why is it useful for Drupal&lt;/h4&gt;
&lt;p&gt;XFN is already used by Wordpress in it&#039;s blogroll, I believe it can also be used in the same way in Drupal for these few reasons:&lt;br /&gt;
1. In the future, search engines might recognize XFN and map out the relationship between 2 links. Thus construct a social map of related people&#039;s sites.&lt;br /&gt;
2. Superfluous introduction of links to the reader. For example&lt;br /&gt;
&lt;code&gt;&amp;lt;a href=&amp;quot;http://kuzew.net:81&amp;quot;&amp;gt;My colleague and friend Kuzew&amp;#039;s site&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;br /&gt;
can be changed to&lt;br /&gt;
&lt;code&gt;&amp;lt;a href=&amp;quot;http://kuzew.net:81&amp;quot; rel=&amp;quot;friend met colleague co-resident&amp;quot;&amp;gt;kuzew&amp;#039;s site&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;br /&gt;
any small javascript pop up can show up the information in the rel tag when mouse over.&lt;br /&gt;
3. A possibility of a module that aggregate all the links posted on the site and use the XFN information for easy browsing.&lt;br /&gt;
4. Map out each user&#039;s relationship&lt;/p&gt;
&lt;h4&gt;How to implement it&lt;/h4&gt;
&lt;p&gt;Outgoing links: XFN does not need to be implemented in the core because there is no core module used for creating out going links; however, it&#039;s nice to use it for modules like &lt;a href=&quot;http://drupal.org/project/links&quot;&gt;Links&lt;/a&gt; or CCK. XFN can construct it&#039;s own taxonomy group, where each one of the possible descriptions are tags.&lt;/p&gt;
&lt;p&gt;There are suggestions to implement XFN in the core. Users can tag other users with their relationship. It&#039;s really complicated. Different user have different relationship to the same person. XFN did not say it should be in one domain to refer to another, but one node refer to another, but search engines are stupid and get confused easily, it&#039;s likely the search engine assumes a site is owned by one person, and 2 user pages link to each other does not make sense to the bots [opinion, might not be true, but this did confused me and I believe I&#039;m smarter than bots.]. Even if the search engines are smart, mapping out the relationship between users are costly, a new table have to be provided to do the relationship linking. I don&#039;t believe most Drupal users need a social map and genealogy, that feature is best used as a contribute module.&lt;/p&gt;
&lt;h3&gt;hCard&lt;/h3&gt;
&lt;h4&gt;What is hCard?&lt;/h4&gt;
&lt;p&gt;hCard is a microformats used to show profile of a person or a object.&lt;/p&gt;
&lt;h4&gt;How is it useful to Drupal?&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;hCard can be a extended part of each user&#039;s profile.&lt;/li&gt;
&lt;li&gt;hCard as part of the site information&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;Examples&lt;/h4&gt;
&lt;p&gt;A uber basic hCard&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;hcard-Chao-Xu&amp;quot; class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Chao Xu&amp;lt;/span&amp;gt;&lt;br /&gt; &amp;lt;div class=&amp;quot;org&amp;quot;&amp;gt;Mgccl&amp;#039;s Blog&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&amp;quot;street-address&amp;quot;&amp;gt;123 fake street&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
hCard is contained inside a div, The div id starts with &quot;hcard&quot;, follows by the full name of the user, use hyphens instead of space. The id is not required. the class for the DIV is vcard, it shows this is a hCard that follows the &lt;a href=&quot;http://www.ietf.org/rfc/rfc2426.txt&quot;&gt;vCard&lt;/a&gt;, it&#039;s required so parsers understand this as a hCard.&lt;br /&gt;
Each node&#039;s in the hCard indicates what type of information it contains. for example, fn contain the full name.&lt;br /&gt;
Visit the wiki to see the &lt;a href=&quot;http://microformats.org/wiki/hcard&quot;&gt;full specification for hCard&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;How to implement it&lt;/h4&gt;
&lt;p&gt;The site information can be directly built into the core, adding a few more field to the original site information page and tweak the output.&lt;br /&gt;
The user hCard should be a extension to the profile module, create fields(first name, last name, etc) for profile module. Then it will render the hCards inside the user profile pages. Since it creates field inside the profile module, the information on the hCard can be searched though the site.&lt;/p&gt;
&lt;h3&gt;XOXO&lt;/h3&gt;
&lt;h4&gt;What is XOXO&lt;/h4&gt;
&lt;p&gt;XOXO is a outline format(not hugs and kisses), intended for describe each node of a list and allow easy rendering. The extension of the outline are done by embed definition list inside each list item.&lt;/p&gt;
&lt;h4&gt;Why is it useful for Drupal&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;Lists are more meaningful and easily aggregated in the future.&lt;/li&gt;
&lt;li&gt;Book module&#039;s Outline&lt;/li&gt;
&lt;li&gt;Outline of the taxonomy&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;How to implement it&lt;/h4&gt;
&lt;p&gt;Books module&#039;s book outline and the chapter outline can be done with XOXO. Description, url and title are 3 of the properties useful for the outline. just adding the following for each node in the list is enough&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;dl&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dt&amp;gt;description&amp;lt;/dt&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dd&amp;gt;snap some teaser or something...&amp;lt;/dd&amp;gt;&lt;br /&gt;&amp;lt;/dl&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
List of the taxonomy can be another application of XOXO, description of each category or tag can be embedded with XOXO. Best implemented in the core&lt;/p&gt;
&lt;p&gt;There are no other places in the core requires XOXO, users might write posts embed XOXO, but like all other XHTML, user should not depend on core Drupal providing tools for posting, but rather write himself, use a WYSIWYG editor support microformats, or get a contributed filter with this supported.&lt;/p&gt;
&lt;h3&gt;Some simple rel attributes&lt;/h3&gt;
&lt;h4&gt;What are the rel attributes&lt;/h4&gt;
&lt;p&gt;The family of rel attributes act as a simple description for links. The most famous one would be rel-nofollow, telling the search engine not to give the link any credit when ranking websites. rel-tag show the link as a tag, it has already implemented in Drupal 6. rel-license describe links connect to a license page.&lt;/p&gt;
&lt;h4&gt;Why is it useful for Drupal&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;rel-nofollow can fight spammers&lt;/li&gt;
&lt;li&gt;rel-license provide information for bots&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;How to implement it&lt;/h4&gt;
&lt;p&gt;rel-nofollow should be part of the core for the comment module. and add a setting for global allow or disallow. Should be easy to add a rel=&quot;nofollow&quot; condition(I assume... I don&#039;t know what handles external URLs...)&lt;br /&gt;
rel-license is not much useful for the core because most sites only link one license at the bottom of the page. but it should be implemented in the CCK, in case anyone uses CCK to create a download site, then each page can have a license field.&lt;/p&gt;
&lt;h4&gt;Other notes&lt;/h4&gt;
&lt;p&gt;XFN, rel-nofollow, rel-license and rel-tag all embed themselves inside the rel attribute.&lt;br /&gt;
rel is a attribute for a collection of relationships of the linked document to the current one. They all describe the link in some way, XFN is different from the other ones. It describes the relationships between the owners of the documents instead of the document itself.&lt;/p&gt;
&lt;h3&gt;hCalendar&lt;/h3&gt;
&lt;h4&gt;What is hCalendar&lt;/h4&gt;
&lt;p&gt;hCalendar is a format to explain a event in time.&lt;/p&gt;
&lt;h4&gt;Why is it useful for Drupal&lt;/h4&gt;
&lt;p&gt;Serve as a input/output format for event and calendar CCK, some softwares can interpret them.&lt;/p&gt;
&lt;h4&gt;Examples&lt;/h4&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div class=&amp;quot;vevent&amp;quot; id=&amp;quot;hcalendar-Owning-noobs&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;http://mgccl.com&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;2007-12-05&amp;quot;&amp;gt;December 5th&amp;lt;/abbr&amp;gt;, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;abbr class=&amp;quot;dtend&amp;quot; title=&amp;quot;2007-12-06&amp;quot;&amp;gt; 2007&amp;lt;/abbr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Owning noobs&amp;lt;/span&amp;gt;&amp;amp;mdash; at &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Long Island&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&amp;quot;description&amp;quot;&amp;gt;describe the event&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&amp;quot;tags&amp;quot;&amp;gt;Tags: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href=&amp;quot;http://eventful.com/events/tags/PWNING&amp;quot;&amp;gt;PWNING&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href=&amp;quot;http://eventful.com/events/tags/NOOB&amp;quot;&amp;gt;NOOB&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
The div class &quot;vevent&quot; defines this block uses hCalendar.&lt;br /&gt;
Like hCard, every container for the information are declared by it;s class attribute. All class attributes are obvious what it means. For the nodes contain time, the title attribute contains the &lt;a href=&quot;http://en.wikipedia.org/wiki/ISO_8601&quot;&gt;ISO8601&lt;/a&gt; time format. It&#039;s much easier for computer to read than &quot;October 13th&quot;.&lt;/p&gt;
&lt;h4&gt;How it can be implemented&lt;/h4&gt;
&lt;p&gt;Clearly, it should work with &lt;a href=&quot;http://drupal.org/project/event&quot;&gt;Event module&lt;/a&gt;. Event module will add a page to import hCalendar into database, it can be separate and not depend on any Drupal scripts. Event&#039;s output on pages should also be hCalendar, that&#039;s all the changes the module should endure. The output are XHTML for each individual event page. Create a template and replace some variable would do.&lt;br /&gt;
Calender CCK could do the same.&lt;br /&gt;
&lt;a href=&quot;http://www.phpclasses.org/browse/package/3597.html&quot;&gt;Microformats parser&lt;/a&gt; could help with the parsing.&lt;/p&gt;
&lt;p&gt;Some other microformats are in draft stage, it&#039;s not recommend for Drupal. &lt;a href=&quot;http://microformats.org/wiki/hatom&quot;&gt;hAtom&lt;/a&gt; is worth a mention, hAtom embed itself on normal XHTML, enables syndication. Personally I don&#039;t like that idea, it&#039;s better to create a separate Atom, saves bandwidth.&lt;/p&gt;
&lt;p&gt;rel is not important enough for dedicated parameter in &lt;a href=&quot;http://api.drupal.org/api/function/l/6&quot;&gt;l()&lt;/a&gt;. l() are for internal links, the only internal link I found would use rel is the rel-tags. l() uses &lt;a href=&quot;http://api.drupal.org/api/function/drupal_attributes/6&quot;&gt;drupal_attributes()&lt;/a&gt; to add the attributes, adding a rel flag would be over kill.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/7557#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/543">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1038">hCalendar</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1037">hCard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3602">rel-license</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3600">rel-nofollow</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3601">rel-tag</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3598">XFN</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3599">XOXO</category>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Fri, 07 Dec 2007 03:32:52 +0000</pubDate>
 <dc:creator>Mgccl</dc:creator>
 <guid isPermaLink="false">7557 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Book review and microformats: help wanted</title>
 <link>http://groups.drupal.org/node/3091</link>
 <description>&lt;p&gt;If book review could implement the &lt;a href=&quot;http://microformats.org/wiki/hreview&quot; rel=&quot;nofollow&quot;&gt;hreview microformat&lt;/a&gt; people would be more able to find book reviews on drupal sites using at least a few standard criteria.&lt;/p&gt;
&lt;p&gt;I&#039;m currently asking the &lt;a href=&quot;http://microformats.org/&quot; rel=&quot;nofollow&quot;&gt;microformats&lt;/a&gt; community for help in doing this, help from other people on the Drupal end would be excellent.&lt;/p&gt;
&lt;p&gt;Most advice should probably take place over at &lt;a href=&quot;http://drupal.org/node/126062&quot;&gt;the feature request at bookreview.module&lt;/a&gt; but discussion here can&#039;t hurt.&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3091#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1039">hReview</category>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Thu, 08 Mar 2007 22:48:00 +0000</pubDate>
 <dc:creator>Benjamin Melançon</dc:creator>
 <guid isPermaLink="false">3091 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Standard Icons</title>
 <link>http://groups.drupal.org/node/1983</link>
 <description>&lt;p&gt;Be sure to checkout -and where possible use!- the excellent work over at &lt;a href=&quot;http://www.factorycity.net/projects/microformats-icons/&quot;&gt;factorycity&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1983#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1113">icons webstandard microformats</category>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Wed, 06 Dec 2006 10:59:04 +0000</pubDate>
 <dc:creator>bertboerland</dc:creator>
 <guid isPermaLink="false">1983 at http://groups.drupal.org</guid>
</item>
<item>
 <title>MicroID Module</title>
 <link>http://groups.drupal.org/node/1963</link>
 <description>&lt;p&gt;Hey fellow Microformatters,&lt;/p&gt;
&lt;p&gt;I&#039;ve been working on a small side-element to Microformats in Drupal and it will be ready to commit to the CVS at some point tommorow.&lt;/p&gt;
&lt;p&gt;I have created microid.module, which creates a &lt;a href=&quot;http://microid.org/&quot;&gt;MicroID&lt;/a&gt; hash in the user profile.&lt;/p&gt;
&lt;p&gt;At the moment, it&#039;s a little hard coded.  First off all, there is the function that creates the hash:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;function &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;microid_genhash&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$email&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$url&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; return &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sha1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sha1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;mailto:&quot; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;trim&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$email&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)) . &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;sha1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;trim&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$url&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)));&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Now, what I do with this is I get $user-&amp;gt;email to generate the email part of the hash, thats fine.  But for the profile side, I have specified that there &lt;em&gt;must&lt;/em&gt; be a field called profile_homepage.  The reason for this is that the URL you want to create the hash with should be your homepage, thats how you will be identified.&lt;/p&gt;
&lt;p&gt;The second hard coded bit is there is also a field called profile_microid.  This is an invisible (to the user) field in the profile where your MicroID is stored.  At the moment, I have only completed the generation code, tommorow I need to finish off my work on the hook_nodeapi part so it can then be embedded around node content like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt; &amp;lt;div class=&amp;quot;hentry node microid-a9993e364706816aba3e25717850c26c9cd0d89d&amp;quot;&amp;gt;$content&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;This means that this post can now be validated against a MicroID checking service, and validated to have come from yourself.&lt;/p&gt;
&lt;p&gt;If anyone can maybe help solve the problem of removing the hard coding, and letting the user select which field to apply (must be a URL field however, so may make things easier).&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1963#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/776">drupal 5.0</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1040">hcard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/543">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1103">microid</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1037">hCard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1071">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1104">microid</category>
 <group domain="http://groups.drupal.org/profiles-as-nodes">Profiles as nodes</group>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Thu, 30 Nov 2006 18:07:11 +0000</pubDate>
 <dc:creator>Digital Spaghetti</dc:creator>
 <guid isPermaLink="false">1963 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Another target for hCards</title>
 <link>http://groups.drupal.org/node/1948</link>
 <description>&lt;p&gt;A module called &lt;a href=&quot;http://drupal.org/project/nodeauthor&quot;&gt;nodeauthor&lt;/a&gt; has recently been brought to my attention and is another module that could do with Microformat support.&lt;/p&gt;
&lt;p&gt;From &lt;a href=&quot;http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/sandbox/meba/nodeauthor-screenshot.png?rev=1.1&quot;&gt;this screenshot&lt;/a&gt; you can see it add&#039;s a &quot;About Author&quot; at the bottom on a post regarding the node&#039;s author.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1948#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/86">Drupal</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1040">hcard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/543">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/199">node</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1037">hCard</category>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Wed, 29 Nov 2006 10:37:34 +0000</pubDate>
 <dc:creator>Digital Spaghetti</dc:creator>
 <guid isPermaLink="false">1948 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Protecting against Microformat spam</title>
 <link>http://groups.drupal.org/node/1918</link>
 <description>&lt;p&gt;If you look at &lt;a href=&quot;http://digitalspaghetti.me.uk/node/7#comments&quot;&gt;This comment&lt;/a&gt; on my site, it might look like nothing - but check with Tails, and you find a hidden spam hCard.&lt;/p&gt;
&lt;p&gt;It&#039;s very easy to produce one and embed it in to a post or comment, which will then be indexed by sites such as Technorati.&lt;/p&gt;
&lt;p&gt;So what can we do to stop this type of spam before it starts?&lt;/p&gt;
&lt;p&gt;Disucss.&lt;/p&gt;
&lt;p&gt;Infact, its&#039; been posted here too:&lt;/p&gt;
&lt;p class=&quot;vcard&quot;&gt;
 &lt;a class=&quot;url fn n&quot; href=&quot;http://sexspam.org&quot;&gt;&lt;br /&gt;
&lt;p class=&quot;given-name&quot;&gt;Test&lt;/p&gt;
&lt;p class=&quot;additional-name&quot;&gt;Spam&lt;/p&gt;
&lt;p class=&quot;family-name&quot;&gt;Post&lt;/p&gt;
&lt;p&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;org&quot;&gt;Some sex company&lt;/p&gt;
&lt;p class=&quot;adr&quot;&gt;
&lt;p class=&quot;street-address&quot;&gt;selling sexy things&lt;/p&gt;
&lt;p class=&quot;country-name&quot;&gt;20% off all items&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;This &lt;a href=&quot;http://microformats.org/wiki/hcard&quot;&gt;hCard&lt;/a&gt; created with the &lt;a href=&quot;http://microformats.org/code/hcard/creator&quot;&gt;hCard creator&lt;/a&gt;.&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;Unlike my site, it does appear here as style=&quot;display:none&quot; is not supported, however the hCard still exists.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1918#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/86">Drupal</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1040">hcard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/543">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1013">spam</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1037">hCard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1071">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1072">spam</category>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Sat, 25 Nov 2006 11:08:52 +0000</pubDate>
 <dc:creator>Digital Spaghetti</dc:creator>
 <guid isPermaLink="false">1918 at http://groups.drupal.org</guid>
</item>
<item>
 <title>microformat for location.module</title>
 <link>http://groups.drupal.org/node/1899</link>
 <description>&lt;p&gt;I asked myself how we could use Microformats in the &lt;a href=&quot;http://drupal.org/project/location&quot;&gt;location module&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;this is the patch which came out: &lt;a href=&quot;http://drupal.org/node/99191&quot;&gt;Using Microformat for address output&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;comments and suggestions are welcome :)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1899#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/561">geo</category>
 <category domain="http://groups.drupal.org/taxonomy/term/990">geolocation</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1040">hcard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1">location</category>
 <category domain="http://groups.drupal.org/taxonomy/term/543">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/130">xhtml</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1053">geo</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1037">hCard</category>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Wed, 22 Nov 2006 20:08:12 +0000</pubDate>
 <dc:creator>Tobias Maier</dc:creator>
 <guid isPermaLink="false">1899 at http://groups.drupal.org</guid>
</item>
<item>
 <title>How shall we do hCards?</title>
 <link>http://groups.drupal.org/node/1898</link>
 <description>&lt;p&gt;I&#039;ve been thinking about how to do hCards.  I built a small example version which I commited to the CVS.  It builds up the XHTML using JavaScript and works well as an example, but is very bulky and I can see it becoming very limited.&lt;/p&gt;
&lt;p&gt;I&#039;m thinking a better option may be to use the existing Profiles module to build hCards.  With Profiles, you can create custom profile fields, and my idea is to build a custom hCard module that takes these fields and allows you to map them to defined hCard fields (i.e. profile-firstname = given-name, profile-company = org, etc) which this module then outputs in the correct format.&lt;/p&gt;
&lt;p&gt;I think this would save any need to have a seperate database to store the hCard data, instead hCard would just be built from the profile database each time it is needed.  Then there could be an option in node creation to embed a hCard into the post and just creates this from the posters profile.  But the question is do we make the call each time, or does it generate the XHTML and embed it in the post?&lt;/p&gt;
&lt;p&gt;I would also like to have a hcard embed tag that you can attach to any element, and using jQuery and DOM the hCard could be added to the tag (something like class=&quot;embed-hcard&quot;).  So for example, if I was linking to Eric Meyers blog, I would do:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;http://meyerweb.com/&amp;quot; class=&amp;quot;embed-hcard&amp;quot;&amp;gt;Eric Meyer&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;jQuery would then remove the link and replace it with a hCard.&lt;/p&gt;
&lt;p&gt;So what do you think?  Any suggestions, any ideas that could move this along?&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1898#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1040">hcard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/543">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/169">profile</category>
 <category domain="http://groups.drupal.org/taxonomy/term/427">profiles</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1037">hCard</category>
 <group domain="http://groups.drupal.org/profiles-as-nodes">Profiles as nodes</group>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Wed, 22 Nov 2006 17:39:21 +0000</pubDate>
 <dc:creator>Digital Spaghetti</dc:creator>
 <guid isPermaLink="false">1898 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Microformats in Drupal</title>
 <link>http://groups.drupal.org/node/1890</link>
 <description>&lt;p&gt;Recently I&#039;ve really got excited about Microformats and how they can be used to create content that can be aggregated around the internet.&lt;/p&gt;
&lt;p&gt;Drupal really needs to support microformats, and I am currently planning and working on a module set that allows this.  But I would like your input!&lt;/p&gt;
&lt;p&gt;If you read &lt;a href=&quot;http://microformats.org/wiki/Main_Page&quot;&gt;the description of microformats&lt;/a&gt;, you can see they are set pieces of information based on existing formats such as vCard and iCal, but written in semantic XHTML, which can then be styled using CSS class selectors.  You then have the choice to render them to the page, for example with an event.  Or you can embed them in your site, such as linking to someone you have cited on your blog by using the rel tag i.e. XFN.&lt;/p&gt;
&lt;p&gt;I suppose the input I would like is how people would like to see these microformats implemented?  Here are some of my ideas below for what I would like to see:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Allow each user profile to output to a hCard.  This can then be embedded in any node that the user creates for hCard readers to index.&lt;/li&gt;
&lt;li&gt;Be able to create an event in Drupal that will output to a hCalendar-formated node, and also be able to create a hCalendar stream so people can subscribe using an event aggregator&lt;/li&gt;
&lt;li&gt;Allow users to tag an hCard to an hCalendar event so you can build up list of attendees&lt;/li&gt;
&lt;li&gt;Support hResume so someone can put up their CV online, and add their hCard to this as their contact details&lt;/li&gt;
&lt;li&gt;Add XFN to links and hCards to build up social networking structures&lt;/li&gt;
&lt;li&gt;Support hReview for so people can review an item, website, event, etc.  Again, the reviewer can tag their hCard for contact, and other hCards and hCalendar events that tie in with the review&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&#039;d also like to see a microformat parser (such as the one you are suggesting) so people can add external events to their drupal calendar.  A JS &quot;viewer&quot; that shows/hides microformats as well, so for example if I linked to gusaus on my site, rather than it being a link to his website, instead a hCard pops up showing details of this person, plus a link to the website.&lt;/p&gt;
&lt;p&gt;But really this list could be endless.  The other question is how would people like to see them implemented?  Would people like to see a CCK-like toolkit that allows you create microformats from set fields?  For example, if you create your hCard you may want to add your name, URL and photo - but not include your email.  Then you may decide to geotag yourself at a later date, so you can add in this field.&lt;/p&gt;
&lt;p&gt;Feel free to bounce any ideas in this group.&lt;/p&gt;
&lt;p&gt;Check out my Drupal and Microformats work at &lt;a href=&quot;http://digitalspaghetti.me.uk/drupal5&quot; title=&quot;http://digitalspaghetti.me.uk/drupal5&quot;&gt;http://digitalspaghetti.me.uk/drupal5&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1890#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/382">aggregator</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2">gmap</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1041">hcalendar</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1040">hcard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1">location</category>
 <category domain="http://groups.drupal.org/taxonomy/term/543">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/104">themes</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1038">hCalendar</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1037">hCard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1039">hReview</category>
 <group domain="http://groups.drupal.org/eventrelated-drupal-code">Event-related Drupal code</group>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Tue, 21 Nov 2006 11:09:45 +0000</pubDate>
 <dc:creator>Digital Spaghetti</dc:creator>
 <guid isPermaLink="false">1890 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Upcoming.org module and other third party APIs</title>
 <link>http://groups.drupal.org/node/1848</link>
 <description>&lt;p&gt;Here&#039;s the low-down on the upcoming.org integration module:&lt;/p&gt;
&lt;p&gt;Per the &lt;a href=&quot;http://drupal.org/user/24940&quot;&gt;developers&lt;/a&gt; description: &lt;i&gt;The &lt;a href=&quot;http://drupal.org/node/27953&quot;&gt;upcoming.org&lt;/a&gt; module enables you to import events and venues from upcoming.org and display them in a calendar using the event module. Upcoming.org is a website that helps you share and keep track of your events. Synchronizing (using upcoming.org as the master repository) is also supported. Additionally, this module exposes the upcoming.org REST API, making clients written to use it interoperable with Drupal. This makes it possible to build a whole network of websites sharing their events, all using a defined API.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/user/5449&quot; title=&quot;View user profile.&quot;&gt;robertDouglass&lt;/a&gt; &lt;a href=&quot;http://drupal.org/node/29784&quot;&gt;adds&lt;/a&gt;: &lt;i&gt;&amp;quot;What Stephan has done is nothing short of revolutionary; he has made it so that every Drupal site can be capable of doing the same thing as Upcoming. That means, we now have the same API they do, and we can share event information not only with Upcoming.org, but with other Drupal sites. Let your imagination run free.&amp;quot;&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;It also looks like the module &lt;a href=&quot;http://hybernaut.com/upcoming-hcal&quot;&gt;outputs the hCalendar microformat&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.programmableweb.com/&quot;&gt;ProgrammableWeb&lt;/a&gt; shows some great mashups that are being built off the &lt;a href=&quot;http://www.programmableweb.com/api/Upcoming/mashups&quot;&gt;Upcoming&lt;/a&gt;, &lt;a href=&quot;http://www.programmableweb.com/api/EVDB/mashups&quot;&gt;evdb/Eventful&lt;/a&gt;, and other &lt;a href=&quot;http://www.programmableweb.com/tag/events&quot;&gt;event related APIs&lt;/a&gt;.  &lt;/p&gt;
&lt;p&gt;It seems like the great work started with &lt;a href=&quot;http://drupal.org/node/27953&quot;&gt;upcoming.org&lt;/a&gt; module should open up some amazing possibilities to create some useful tools and services on top of Drupal. &lt;/p&gt;
&lt;p&gt;Would love to hear from those more familiar regarding the development of the upcoming.org module and other types of third party API integration. Also wondering how it relates to the &lt;a href=&quot;http://drupal.org/project/calendar&quot;&gt;Calendar&lt;/a&gt; and &lt;a href=&quot;http://drupal.org/project/event&quot;&gt;Event&lt;/a&gt; modules as well as what&amp;#39;s being laid out in &lt;a href=&quot;http://groups.drupal.org/node/1452&quot;&gt;Events 2.0&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1848#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/176">apis</category>
 <category domain="http://groups.drupal.org/taxonomy/term/253">events</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1011">mashups</category>
 <category domain="http://groups.drupal.org/taxonomy/term/543">microformats</category>
 <group domain="http://groups.drupal.org/eventrelated-drupal-code">Event-related Drupal code</group>
 <group domain="http://groups.drupal.org/art-music">Art &amp;amp; Music</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Tue, 14 Nov 2006 21:59:53 +0000</pubDate>
 <dc:creator>gusaus</dc:creator>
 <guid isPermaLink="false">1848 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Structured blogging, microformats, and CCK</title>
 <link>http://groups.drupal.org/node/1807</link>
 <description>&lt;p&gt;Update: Bumping this rather old post up and over to the Drupal Dojo in hope that it can spur some &#039;can drupal do this&#039; learning and workshopping.&lt;/p&gt;
&lt;p&gt;In the context of a music-arts community site, I&amp;#39;m looking to provide an easy way for registered users to create some of the following types of content:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;feature - story/blurb/spotlight on and artist, venue, tastemaker, etc. &lt;/li&gt;
&lt;li&gt;interview - interviews with artists and tastemakers.&lt;/li&gt;
&lt;li&gt;review - reviews of concerts, cds, dvds&lt;/li&gt;
&lt;li&gt;preview - upcoming concert/event&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Most of these content types are available as &lt;a href=&quot;http://microformats.org/&quot;&gt;microformats&lt;/a&gt; and/or &lt;a href=&quot;http://structuredblogging.org/&quot;&gt;structured blogging&lt;/a&gt;, can be easily created on Wordpress and Movable Type, but not Drupal (although Drupal site like &lt;a href=&quot;http://www.goingon.com/&quot;&gt;GoingOn&lt;/a&gt; proves it is possible).&lt;/p&gt;
&lt;p&gt;From what &lt;a href=&quot;http://www.darcynorman.net/tag/structuredblogging/&quot;&gt;I&amp;#39;ve gathered&lt;/a&gt; and &lt;a href=&quot;http://support.bryght.com/node/451&quot;&gt;previous advice&lt;/a&gt;, it seems that CCK is a better, more flexible option, yet I haven&amp;#39;t seen any templates (similar to Structured Blogging) in the wild. Is anyone aware of any related development and/or see any value in this sort of thing being available to the community?&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/microformats-in-drupal&quot;&gt;Microformats in Drupal&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1807#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/108">CCK</category>
 <category domain="http://groups.drupal.org/taxonomy/term/543">microformats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/999">structured blogging</category>
 <group domain="http://groups.drupal.org/art-music">Art &amp;amp; Music</group>
 <group domain="http://groups.drupal.org/drupal-dojo">Drupal Dojo</group>
 <group domain="http://groups.drupal.org/microformats-in-drupal">Microformats in Drupal</group>
 <pubDate>Wed, 08 Nov 2006 22:51:09 +0000</pubDate>
 <dc:creator>gusaus</dc:creator>
 <guid isPermaLink="false">1807 at http://groups.drupal.org</guid>
</item>
</channel>
</rss>
