Tue, 01 Jul 2008
Simple change to make pyblosxom posts xfolk(Microformat) compliant
If you want all your blogposts generated by pyblosxom to
xfolk(Microformat) compliant then you can make the following changes
marked in Bold to your story.html in the flavors directory.
<div
class="xfolkentry">
<h4><a class="taggedlink" name="$fn" href="$base_url/$file_path_urlencoded.$flavour">$title</a></h4>
<div class="blosxomStory">
$body
<p>
posted at: $ti | category: <a href="$base_url/$absolute_path_urlencoded" title
="path">/$absolute_path</a> | <a href="$base_url/$file_path_urlencoded.$flavour"
>permanent link to this entry</a>
</p>
</div>
</div>
Oh by the way in order to see these changes in action you can use the operator extension for firefox.
All blog posts on this blog are xfolk compliant.
<h4><a class="taggedlink" name="$fn" href="$base_url/$file_path_urlencoded.$flavour">$title</a></h4>
<div class="blosxomStory">
$body
<p>
posted at: $ti | category: <a href="$base_url/$absolute_path_urlencoded" title
="path">/$absolute_path</a> | <a href="$base_url/$file_path_urlencoded.$flavour"
>permanent link to this entry</a>
</p>
</div>
</div>
Oh by the way in order to see these changes in action you can use the operator extension for firefox.
All blog posts on this blog are xfolk compliant.
posted at: 03:10 | category: /cuttingedge | permanent link to this entry


