Get Firefox!

Home Free Software Faq Blog GNU/Linux Faq Free Media Faq's NRI Faq Immigration Faq Plea for Action Notes My P2P Search Portal About me..

<<  Page 1 of 1

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.

posted at: 03:10 | category: /cuttingedge | permanent link to this entry

<<  Page 1 of 1