First off, thanks for pyblosxom.It is a very good piece of software.
I have made a simple change to the flavour in order to make it xfolk(Microformat) compliant.Microformats
are the next important wave of changes happening to the web and it is natively supported in Firefox 3.0 , so
this thing will be heavily used going forward and with the simple change mentioned below , pyblosxom can
also join the bandwagon
You can read more about Microformats on the website http://microformats.org/wiki/xfolk
Please see the instructions on my blog on how to make pyblosxom , xfolks compliant.If there is enough
interest I can create a flavor and post it though I don't know of any GPL or open source based flavor to use.
Detailed Formatted Instructions
=============================================
http://bhavesh.freeshell.org/blog/cuttingedge/5509.html
I have also copy pasted the instructions below.Though it loses formating where I have defined what change
have to be made.
"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. "
The operator plugin for firefox can be downloaded from
https://addons.mozilla.org/en-US/firefox/addon/4106
Thanks
Bhavesh
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
|