<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VddDf5</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VddDf5"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/VddDf5"/>
	<updated>2026-05-15T14:10:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=blog-post-formats&amp;diff=18226</id>
		<title>blog-post-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=blog-post-formats&amp;diff=18226"/>
		<updated>2007-07-08T15:43:59Z</updated>

		<summary type="html">&lt;p&gt;VddDf5: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Current Blog Formats =&lt;br /&gt;
&lt;br /&gt;
There is a need for developing standard classes for blog posts (i.e. a microformat!). &lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of individual blog post schemas, formats, and efforts as background for the design of a simple blog post MicroFormat.&lt;br /&gt;
&lt;br /&gt;
== Discussion Participants ==&lt;br /&gt;
&lt;br /&gt;
=== Editor ===&lt;br /&gt;
* [http://blog.factoryjoe.com/ Chris Messina], [http://flock.com Flock, Inc.]&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://tantek.com/log/ Tantek Çelik], [http://technorati.com/ Technorati]&lt;br /&gt;
* [http://blog.factoryjoe.com/ Chris Messina], [http://flock.com Flock, Inc.]&lt;br /&gt;
* [http://blogmatrix.blogmatrix.com/ David Janes], [http://www.blogmatrix BlogMatrix, Inc.]&lt;br /&gt;
* [http://www.geof.net/ Geof Glass]&lt;br /&gt;
&lt;br /&gt;
=== Interested Folks ===&lt;br /&gt;
* [http://theryanking.com/blog/ Ryan King], [http://technorati.com/ Technorati]&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Blogger ===&lt;br /&gt;
* http://www.blogger.com/home&lt;br /&gt;
&lt;br /&gt;
Blogger is one the earliest, best known and probably most widely used blogging platform. Blogger was bought by [http://www.google.com Google] in February of 2003. Blogger allows users to create and edit their own templates and also provides a large number of (more or less) attractive templates from which the user can select. Unfortunately, you must log into a blogger account to see the template selection.&lt;br /&gt;
&lt;br /&gt;
Here are several Blogger templates, randomly selected from the presets. More recent templates seem to be converging on a vocabulary for identifying parts of posts. This may because they share an evolutionary history from a common template. I've included three examples here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;main&amp;quot;&amp;gt;&lt;br /&gt;
   ENTRIES&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 class=&amp;quot;date-header&amp;quot;&amp;gt;POST DATE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;post&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a name=&amp;quot;POST #&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;h3 class=&amp;quot;post-title&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;POST URI&amp;quot; title=&amp;quot;external link&amp;quot;&amp;gt;POST TITLE&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/h3&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;POST CONTENT&amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;p class=&amp;quot;post-footer&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;em&amp;gt;posted by AUTHOR @ &amp;lt;a href=&amp;quot;POST URI&amp;quot; title=&amp;quot;permanent link&amp;quot;&amp;gt;POST DATETIME&amp;lt;/a&amp;gt;&amp;lt;/em&amp;gt;&lt;br /&gt;
 &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;main&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;main2&amp;quot;&amp;gt;&lt;br /&gt;
   ENTRIES&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;post&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a name=&amp;quot;POST #&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;h3 class=&amp;quot;post-title&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;sample_post.html&amp;quot; title=&amp;quot;permanent link&amp;quot;&amp;gt;POST TITLE&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/h3&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;post-body&amp;quot;&amp;gt;&lt;br /&gt;
   POST CONTENT&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p class=&amp;quot;post-footer&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;em&amp;gt;posted by AUTHOR @ &amp;lt;a href=&amp;quot;POST URI&amp;quot; title=&amp;quot;permanent link&amp;quot;&amp;gt;POST TIME&amp;lt;/a&amp;gt;&amp;lt;/em&amp;gt;&lt;br /&gt;
 &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;leftcontent&amp;quot;&amp;gt;&lt;br /&gt;
 ENTRIES&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
&amp;lt;div class=&amp;quot;Post&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a name=&amp;quot;POST #&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
 POST CONTENT&lt;br /&gt;
 &amp;lt;span class=&amp;quot;PostFooter&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;POST URI&amp;quot;&amp;gt;POST TIME&amp;lt;/a&amp;gt; &lt;br /&gt;
 &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Key Class Names ====&lt;br /&gt;
* newer templates seem to use &amp;quot;main&amp;quot; to identify a enclosure for all entries&lt;br /&gt;
* newer templates use &amp;quot;post&amp;quot; to identify a weblog entry&lt;br /&gt;
* newer templates use &amp;quot;post-title&amp;quot; to identify the entry's title&lt;br /&gt;
* beyond this there is little standardization&lt;br /&gt;
&lt;br /&gt;
==== Template Concepts ====&lt;br /&gt;
* all posts&lt;br /&gt;
* an individual post&lt;br /&gt;
* post title&lt;br /&gt;
* post author&lt;br /&gt;
* post posting time&lt;br /&gt;
* post content&lt;br /&gt;
* post URI (permalink)&lt;br /&gt;
&lt;br /&gt;
=== Blosxom===&lt;br /&gt;
* http://www.blosxom.com/&lt;br /&gt;
* http://pyblosxom.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
=== Drupal ===&lt;br /&gt;
* http://drupal.org&lt;br /&gt;
* varies per theme&lt;br /&gt;
&lt;br /&gt;
=== LiveJournal ===&lt;br /&gt;
* http://www.livejournal.com/&lt;br /&gt;
&lt;br /&gt;
=== MovableType ===&lt;br /&gt;
* http://www.sixapart.com/movabletype/&lt;br /&gt;
&lt;br /&gt;
MovableType is a perl-based blogging platform. Note that the MT is old and widely deployed and there are very many different variants on the templates in the wild.&lt;br /&gt;
&lt;br /&gt;
The standard template for the weblog's main page (the &amp;quot;[http://www.sixapart.com/movabletype/default_templates#main_index main index]&amp;quot;) has the following structure:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;h2&amp;gt;DATE HEADER&amp;lt;/h2&amp;gt;&lt;br /&gt;
 &amp;lt;h3 id=&amp;quot;a####&amp;quot;&amp;gt;POST TITLE&amp;lt;/h3&amp;gt;&lt;br /&gt;
 POST CONTENT&lt;br /&gt;
 [ OPTIONAL LINK TO MORE POST CONTENT ]&lt;br /&gt;
 &amp;lt;p class=&amp;quot;posted&amp;quot;&amp;gt;Posted by AUTHOR at &amp;lt;a href=&amp;quot;POST URI&amp;quot;&amp;gt;POST DATE&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;p align=&amp;quot;right&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h2&amp;gt;POST DATE&amp;lt;/h2&amp;gt;&lt;br /&gt;
 &amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;h3&amp;gt;POST TITLE&amp;lt;/h3&amp;gt;&lt;br /&gt;
 POST CONTENT&lt;br /&gt;
 &amp;lt;div id=&amp;quot;more&amp;quot;&amp;gt;&lt;br /&gt;
  MORE POST CONTENT (optional)&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p class=&amp;quot;posted&amp;quot;&amp;gt;Posted by AUTHOR at DATE&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Key Class Names ====&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;content&amp;quot; can enclose an individual entry or all entries, depending on the context&lt;br /&gt;
* &amp;quot;h2&amp;quot; encloses the post date (literally: the time is not included)&lt;br /&gt;
* &amp;quot;h3&amp;quot; encloses the title&lt;br /&gt;
* there is no standard enclosure for all the content&lt;br /&gt;
* there is no clear identification of &amp;quot;here's all the entries&amp;quot;&lt;br /&gt;
* there is no clear identification of the post's author&lt;br /&gt;
* the permalink is not necessarily on the page anywhere&lt;br /&gt;
&lt;br /&gt;
==== Template Concepts ====&lt;br /&gt;
* all posts&lt;br /&gt;
* an individual post&lt;br /&gt;
* post title&lt;br /&gt;
* post author&lt;br /&gt;
* post posting time&lt;br /&gt;
* post content, which includes the next two&lt;br /&gt;
* post content (first part)&lt;br /&gt;
* post content (expended part)&lt;br /&gt;
* post URI (permalink)&lt;br /&gt;
&lt;br /&gt;
=== TypePad ===&lt;br /&gt;
* http://www.sixapart.com/typepad/&lt;br /&gt;
&lt;br /&gt;
Typepad is a MovableType hosting service. It provides a list of [http://help.typepad.com/tags/default_templates.html default templates] and [ &amp;quot;template modules&amp;quot;] from which users can construct or modify their own templates. Looking at several Typepad blogs, most or all of them following the nomenclature and struct defined by these templates.&lt;br /&gt;
&lt;br /&gt;
The standard structure is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;body class=&amp;quot;layout-two-column-right&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;container-inner&amp;quot; class=&amp;quot;pkg&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div id=&amp;quot;pagebody&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div id=&amp;quot;pagebody-inner&amp;quot; class=&amp;quot;pkg&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;div id=&amp;quot;alpha&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div id=&amp;quot;alpha-inner&amp;quot; class=&amp;quot;pkg&amp;quot;&amp;gt;&lt;br /&gt;
        INDIVIDUAL ENTRY&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry&amp;quot; id=&amp;quot;entry-#####&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;entry-header&amp;quot;&amp;gt;POST TITLE&amp;lt;/h3&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;entry-content&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;entry-body&amp;quot;&amp;gt;&lt;br /&gt;
    POST CONTENT&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
   &amp;lt;a id=&amp;quot;more&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;entry-more&amp;quot;&amp;gt;&lt;br /&gt;
     MORE POST CONTENT&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;p class=&amp;quot;entry-footer&amp;quot;&amp;gt;&lt;br /&gt;
   POST FOOTER&lt;br /&gt;
 &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I cannot seem to track down in the templates where the POST FOOTER is defined. However, we can see the results from a [http://www.bluedogbob.com/ sample blog]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;post-footers&amp;quot;&amp;gt;Posted by AUTHOR_NAME in CATEGORY&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;separator&amp;quot;&amp;gt;|&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;a class=&amp;quot;permalink&amp;quot; href=&amp;quot;ENTRY_URI&amp;quot;&amp;gt;Permalink&amp;lt;/a&amp;gt;&lt;br /&gt;
| &amp;lt;a href=&amp;quot;COMMENT_URI&amp;quot;&amp;gt;Comments (2)&amp;lt;/a&amp;gt;&lt;br /&gt;
| &amp;lt;a href=&amp;quot;TRACKBACKS_URI&amp;quot;&amp;gt;TrackBack (0)&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Key Class Names ====&lt;br /&gt;
* &amp;quot;entry&amp;quot; encloses all elements within an entry&lt;br /&gt;
* &amp;quot;entry-content&amp;quot; contains all the entry text, plus additional text saying &amp;quot;here's more&amp;quot;&lt;br /&gt;
* &amp;quot;entry-header&amp;quot; contains the title of the post&lt;br /&gt;
* &amp;quot;permalink&amp;quot; contains the post's URI&lt;br /&gt;
* there is no clear identification of &amp;quot;here's all the entries&amp;quot;&lt;br /&gt;
* there is no clear identification of the post's author&lt;br /&gt;
&lt;br /&gt;
==== Template Concepts ====&lt;br /&gt;
* all posts&lt;br /&gt;
* an individual post&lt;br /&gt;
* post title&lt;br /&gt;
* post author&lt;br /&gt;
* post posting time&lt;br /&gt;
* post content, which includes the next two&lt;br /&gt;
* post content (first part)&lt;br /&gt;
* post content (expended part)&lt;br /&gt;
* post URI (permalink)&lt;br /&gt;
&lt;br /&gt;
=== WordPress ===&lt;br /&gt;
* http://wordpress.org&lt;br /&gt;
&lt;br /&gt;
WordPress is a popular GPLed blogging system based on PHP and MySQL. WordPress calls their templates &amp;quot;themes&amp;quot; -- [http://wordpress.org/extend/themes/ more information]. Wordpress does not have a standardized set of class names for identifying parts of the weblog content. I've included a number of examples of what is seen in the wild (move to [[http://microformats.org/wiki/blog-post-examples examples]]?)&lt;br /&gt;
&lt;br /&gt;
Example 1: [http://nokrev.com/older/ Fresh Bananas] (Ed: dead link)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;body id=&amp;quot;blog&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;wrap&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;content&amp;quot; class=&amp;quot;two_column&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
    ENTRIES&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;POST TITLE&amp;lt;/h2&amp;gt;&lt;br /&gt;
POST CONTENT (PARTIAL)&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;POST URRI&amp;quot; title=&amp;quot;Contiue reading this post&amp;quot;&amp;gt;Continue reading&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example 2: [http://www.vanillamist.com/blog/ VanillaMist]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
 &amp;lt;div id=&amp;quot;main&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
   ENTRIES&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;post&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;p class=&amp;quot;post-date&amp;quot;&amp;gt;Wed 6 Jul 2005&lt;br /&gt;
 &amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;post-info&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h2 class=&amp;quot;post-title&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;a href=&amp;quot;http://vanillamist.com/blog/?p=89&amp;quot; rel=&amp;quot;bookmark&amp;quot; title=&amp;quot;Permanent Link: Podcasts and a new version of Connections soon&amp;quot;&amp;gt;Podcasts and a new version of Connections soon&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/h2&amp;gt;&lt;br /&gt;
  Posted by AUTHOR under &amp;lt;a href=&amp;quot;POST URI&amp;quot; title=&amp;quot;View all posts in Blogs and Blogging&amp;quot; rel=&amp;quot;category tag&amp;quot;&amp;gt;CATEGORY&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;post-content&amp;quot;&amp;gt;&lt;br /&gt;
   POST CONTENT&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;div class=&amp;quot;post-footer&amp;quot;&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>VddDf5</name></author>
	</entry>
</feed>