I've been adding a few custom tweaks to Blosxom to get things working the way I like. I hate having fragments of HTML in my text files, so I've been working with some Wiki-style hacks. New lines are converted into either paragraphs, or line breaks as appropriate. And I have new lists working (and validating) as of today.
My hacks are as follows:
**
* Convert lists which are formatted as ** to start the list * for individual bullet points and ** to end the list.
* Convert triple new lines into paragraphs, and double new lines into line breaks.
* And finally add some new lines breaks back into the lists so that the view source is still legible.
**
Of course the hacks aren't quite sophisticated enough that I can copy and paste them into this file. When I get the new xtrinsic.net set up I'll be adding to my code/config section and will include a copy of my hacked up blosxom.




