Gitology now has themes.
commit7b89110010cecd5f82269aa664d0cf1175a3a54e
authorAmit Upadhyay <amitu@amitu-laptop.(none)>
Mon, 23 Feb 2009 20:47:36 +0000 (24 02:17 +0530)
committerAmit Upadhyay <amitu@amitu-laptop.(none)>
Mon, 23 Feb 2009 20:47:36 +0000 (24 02:17 +0530)
tree8cdd0e66c0f274867cec806c431cfe2ddd0336a2
parenteb17fce903e590532c52f8489a063e31c7445b4c
Gitology now has themes.

to create gitology themes, create the following folder structures:

    + static
      + theme_name
        + theme files
    + templates
      + theme_name
        + theme related templates.

Default theme is specified in config.rc: in DEFAULTS section with name
THEME.

On a per request basis theme can be selected by passing ?theme=theme_name
query parameter to any URL.
amitucom/settings.py
src/gitology/d/themed_template_loader.py [new file with mode: 0644]
src/gitology/d/utils.py
src/gitology/d/views.py