Since I have some time on my hands, I've been doing a little work on Postmarkup - my BBCode module. I've made some significant improvements to the design which fixes a few issues and makes it easier to create new tags. To test it, I hacked together a simple web-app using CherryPy, which allows you to edit bbcode in the browser and see the resulting html update live -- with a little Ajax magic.

Postmarkup test server

Please give it a try, and let me know if you can break it.

In building this, I've created a very rudimentary web service. I'm wondering if there is any practical use for such a thing...

This blog post was posted to It's All Geek to Me on Monday June 23rd, 2008 at 5:29PM
 

Leave a Comment

You can use bbcode in the comment: e.g. [b]This is bold[/b], [url]http://www.willmcgugan.com[/url], [code python]import this[/code]
Preview Posting...
Previewing comment, please wait a moment...
Will McGugan

My name is Will McGugan. I am an unabashed geek, an author, a hacker and a Python expert – amongst other things!

You are reading my tech blog. See the homepage for my other blogs.

Search for Posts
Possibly related posts
Tags
Popular Tags
 
Archives
2009
 
Recent Comments
I've just recently read the book, got it from the university library actually. I didn't bother with any of the ...
- Gregory on A bad review
Hi Will, I brought your book from Amazon. I think its a great book. It has given me everything i ...
- P K on A bad review
@ Anatoliy But this is, hopefully, what you're looking for. His library is extensive enough that it provide the features ...
Thanks for this. I started writing my own and was starting to get a little frustrated when a friend pointed ...
- Ahlywog on BBCode Python Module
A little bit faster version: def flatten(l): if isinstance(l, basestring): return l # raise TypeError if not iterable iter(l) rs ...
 
© 2008 Will McGugan.

A technoblog blog, design by Will McGugan