annotate hgwebdir.config @ 20:bbaab7501c1a

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)
author Marcin Kuzminski
date Sun, 28 Feb 2010 01:52:38 +0100
parents c8265b4f0c2a
children 3142616771cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
1 [hooks]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
2 #to do push with autoupdate
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
3 changegroup = hg update >&2
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
4
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
5 [extensions]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
6 hgext.highlight=
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
7 #hgk=
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
8
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
9 [web]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
10 push_ssl = false
15
c8265b4f0c2a added log4j to development,
Marcin Kuzminski
parents: 12
diff changeset
11 contact = develop@etelko.pl
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
12 allow_archive = gz zip bz2
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
13 allow_push = *
20
bbaab7501c1a Added custom templates, did over check of code to make it work.
Marcin Kuzminski
parents: 15
diff changeset
14 templates=/home/marcink/python_workspace/hg_app/pylons_app/templates/
bbaab7501c1a Added custom templates, did over check of code to make it work.
Marcin Kuzminski
parents: 15
diff changeset
15 style = monoblue_custom
12
5f30a6d558dc Added pylons manage script
Marcin Kuzminski
parents: 0
diff changeset
16 pygments_style = trac
20
bbaab7501c1a Added custom templates, did over check of code to make it work.
Marcin Kuzminski
parents: 15
diff changeset
17 staticurl = /hg_static/
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
18 baseurl = /
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
19
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
20 [paths]
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
21 / = /home/marcink/python_workspace/**