How to create a project?

Jeremy Kerr jk at ozlabs.org
Tue Feb 2 08:50:42 EST 2010


Hi Martin,

> It seems working, though documentation is lacking (e.g. how is
> List-ID used? how is List-Mailaddr used?)

The List ID is used to match the List-Id or X-Mailing-List headers of incoming 
mail. The list mailing address isn't used at present, but will be once we 
implement replying via web.

I'll add this to the inline field help.

> and there seems to be absolutely no CSS layout.

You'll need to have configured your web server to handle the static files 
itself. I have the following setup for patchwork.ozlabs.org:

        RewriteEngine On
        RewriteCond %{REQUEST_URI} !^/(images|css|js|media)/.*
        RewriteCond %{REQUEST_URI} !^/robots.txt
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule ^/(.*)$ /patchwork.fcgi/$1 [QSA,L]

Cheers,


Jeremy


More information about the Patchwork mailing list