Files @ bbaab7501c1a
Branch filter:

Location: kallithea/hgwebdir.config - annotation

Marcin Kuzminski
Added custom templates, did over check of code to make it work.
Added templating for add repository, and styling. App globals now handles our custom static files. (logo etc can be changed)
[hooks]
#to do push with autoupdate
changegroup = hg update >&2

[extensions]
hgext.highlight=
#hgk=

[web]
push_ssl = false
contact = develop@etelko.pl
allow_archive = gz zip bz2
allow_push = *
templates=/home/marcink/python_workspace/hg_app/pylons_app/templates/
style = monoblue_custom
pygments_style = trac
staticurl = /hg_static/
baseurl = /

[paths]
/ = /home/marcink/python_workspace/**