Issue24

Title Deliverance: multiple themes support
Priority feature Status testing
Superseder Nosy List wichert
Assigned To Topics

Created on 2008-02-13.09:45:02 by wichert, last changed 2008-03-04.10:03:22 by tseaver.

Messages
msg81 (view) Author: tseaver Date: 2008-03-04.10:03:22
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ian Bicking wrote:
> Ian Bicking <ianb@colorstudy.com> added the comment:
> 
> Tres Seaver wrote:
>> http://codespeak.net/svn/z3/deliverance/branches/urienv/
>>
>> I expect to get Ian to merge that branch to the trunk before he
>> releases Deliverance 0.2.
> 
> Did you want me to merge this?  I thought you were going to merge it.

I can't remember how I said it:  I'm fine to merge it, if your are fine
with the patch. ;)  I will merge Reinout's "always external" patch, as well.

Tres.
- --
===================================================================
Tres Seaver          +1 540-429-0999         tseaver@agendaless.com
Agendaless Consulting                         http://agendaless.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHzWS3FXKVXuSL+CMRAuyOAJ0ZXX/sym5nB+WYeJaPNj+uwDI3AgCfe/yV
4I1dxfknwkDWrB58N2PLp08=
=8MsT
-----END PGP SIGNATURE-----
msg79 (view) Author: ianb Date: 2008-03-04.01:01:02
Tres Seaver wrote:
> http://codespeak.net/svn/z3/deliverance/branches/urienv/
> 
> I expect to get Ian to merge that branch to the trunk before he
> releases Deliverance 0.2.

Did you want me to merge this?  I thought you were going to merge it.
msg62 (view) Author: tseaver Date: 2008-03-03.21:13:37
I have a branch in the Deliverance SVN which makes the theme URI, the rule URI,
and the serializer
component all overridable by setting keys in the WSGI environ (via API functions
I have added):

  http://codespeak.net/svn/z3/deliverance/branches/urienv/

I expect to get Ian to merge that branch to the trunk before he releases
Deliverance 0.2.  Please
check it out and see if it would work for you (you will need to write a bit of
"ingress" middleware
which uses the API to override the theme URI).
msg48 (view) Author: wichert Date: 2008-02-13.09:45:02
It would be nice to be able to use multiple themes. Selection can be done a
regexp on the content URL or via a HTTP-header send by the backend server. This
may  mean the theme specification has to move into the rules file.
History
Date User Action Args
2008-03-04 10:03:22 tseaver set messages: + msg81
2008-03-04 01:01:02 ianb set messages: + msg79
2008-03-03 21:13:37 tseaver set status: unread -> testing
messages: + msg62
2008-02-13 09:45:02 wichert create