Differences between revisions 17 and 18
Revision 17 as of 2013-03-17 18:24:57
Size: 2245
Comment:
Revision 18 as of 2013-03-18 13:43:40
Size: 2255
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
|| [[http://packages.qa.debian.org/t/trac-bzr.html|trac-bzr]] || 1.0.0.3 || [[http://anonscm.debian.org/gitweb/?p=users/matthias-guest/pkg-trac-mercurial.git | pkg-trac-mercurial.git (git.debian.org)]]|| ||
|| [[http://packages.qa.debian.org/t/trac-mercurial.html|trac-mercurial]] || || || ||
|| [[http://packages.qa.debian.org/t/trac-mercurial.html|trac-mercurial]] || <#79ff79> 1.0.0.3 || [[http://anonscm.debian.org/gitweb/?p=users/matthias-guest/pkg-trac-mercurial.git | pkg-trac-mercurial.git (git.debian.org)]]|| ||
|| [[http://packages.qa.debian.org/t/trac-bzr.html|trac-bzr]] || || || ||

This is the link dump for all activity regarding the packaging of trac version 1.0.x and some plugins.

Package

version

temporary scm

comment

trac

1.0.1

pgk-trac.git (git.debian.org)

trac-spamfilter

0.7.3

pkg-trac-spamfilter (Github)

trac-mercurial

<#79ff79> 1.0.0.3

pkg-trac-mercurial.git (git.debian.org)

trac-bzr

Spamfilter method

comment

Expression Captcha

(./)

Image Captcha

(./) (with this patch)

Regular Expressions

(./)

Regular Expressions for IP

(./)

Akismet

(./) (tested with Spam response example)

Possible improvements:

fontconfig for font filename lookup: package python-fontconfig and use something like this code:

fonts = fontconfig.query(family='DejaVu', lang='en')
fonts = [font.file for font in fonts]

fontconfig-aware rendering: use pango instead of PIL for text rendering, there are some examples here.

Hi Paul, after reading around i'am not sure if using fontconfig brings an improvement. The path in the source code image.py )is only the default to write in the trac.ini (captcha_image_fonts = ....). When the trac admin adds more font files in the "Spam Filtering: Captcha handling" admin page this value in trac.ini will be overwritten. Best wishes, Matthias (Should we disscuss via e-mail or is it ok to use this wiki page?)