Native

name: Native
author: Nathan Bullock
home page: http://www.nathanbullock.org/nathan/software/pyblosxom.html
download: http://www.nathanbullock.org/nathan/software/pyblosxom.html
license:
category: text
tags:
last edited: Feb 20, 2013 (Wednesday)

This plugin allows you to use a different format for your weblog entries. This format is basically a simple python file, similar to the config.py file. For example:

title="Example Entry"
date="2004-06-30-00-00"
body="""
<p>This is the body of the example entry.</p>
"""