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 [...]
Tags: bayesian, Blog, Python, spam
admin November 17th, 2006
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 [...]
Tags: Blog, Python
admin October 2nd, 2004
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 [...]
Tags: Blog, Python, Webware
admin December 10th, 2003
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)
Tags: Blog, Python, xmlrpc
admin October 21st, 2003
http://roughingit.wari.org/python/tutor/sendingtrackback: Sending ad-hoc trackbacks with python
Tags: Blog, Python
admin August 15th, 2003
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?
Tags: Blog
admin August 15th, 2003