Archive for the tag 'Blog'

Howto to spam-protect your python-based blog with bayesian filter.

As severall people, I run into issue with some spammer using my comment system to spam, and post backlinks. (Even using some funny stuffs)
I ‘m already using a good email spam filter: SpamBayes, so I decided to test bayesian filtering for the spam on this blog too.
I decided to give Reverend a try:
from reverend.thomas import [...]

admin November 17th, 2006

Alinea 2

Ok let’s go. I’m working on Alinea2 right now. Alinea is the stuff that power this website and others. I’ll hope to get it working quickly.
Beside, this is a big work.. I loose my time with CSS hacking right now ! I guess I should stop this but .. i don’t.
from AlineaLib import motivation
motivation.enable()
Let’s go [...]

admin October 2nd, 2004

A new blog in Webware ?

While loosing some time over python blogs, i just found this blog written in Webware.
This sound amaizing since i have already done several things like this, using ww and Modeling but i found that using a RDBDM for a little blog ( < 1000 post) isn’t a good idea. Need a lot of works for [...]

admin December 10th, 2003

Test Post from PyMT

Using RPC for bloging is funny no ? In fact it”s really usefull to post thought email.. or console tools so
This is my first post w/ XML-RPC mainly using PyMT check out: http://pymt.sf.net for more infos
import PyMT
mt = PyMT.PyMT(”http://larsen-b.com/cgi-bin/mt/mt-xmlrpc.cgi”,”user”,”xxxx”)
p = {’title’:'Test Post from PyMT’,'description’:'This is my first post w/ XML-RPC mainly using PyMT’,'categories’:[] }
mt.newPost(1,p,1)

admin October 21st, 2003

Sending ad-hoc trackbacks with python

http://roughingit.wari.org/python/tutor/sendingtrackback: Sending ad-hoc trackbacks with python

admin August 15th, 2003

Various blog system

After a little search on google, i find this
http://radio.weblogs.com/0100490/2003/04/10.html | What do I need in a blogging tool?

admin August 15th, 2003