Started rewrite of whelkboard. Notes:
MySQL:
UPDATE USER
SET PASSWD = PASSWORD('password')
WHERE USER='username'
just didn't seem to assign a properly encrypted password.
Eventually discovered (when logged in as the root user)
SET PASSWORD FOR username = PASSWORD('password');
db.fetchall()returns a tuple containing a tuple for each row. e.g.
((1L, 'fudge'))
Next step is to build in simple user support and then to hook that into cookies. Would like to run all the python CGI in the same runtime so that I can keep a resident shared object but have no idea how to go about it at this stage.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!