author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
Fri, 19 Dec 2008 08:20:19 +0100 | |
changeset 7535 | 9a962209dc28 |
parent 7166 | fb3df69aa785 |
child 8429 | 4bf90ee588b9 |
permissions | -rw-r--r-- |
5928
3340aa5a64f7
hgweb: move HTTP content types out of header templates
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5890
diff
changeset
|
1 |
mimetype = 'text/plain; charset={encoding}' |
3340aa5a64f7
hgweb: move HTTP content types out of header templates
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5890
diff
changeset
|
2 |
header = '' |
1901
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1694
diff
changeset
|
3 |
footer = '' |
3277
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3236
diff
changeset
|
4 |
changeset = changeset.tmpl |
1901
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1694
diff
changeset
|
5 |
difflineplus = '#line#' |
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1694
diff
changeset
|
6 |
difflineminus = '#line#' |
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1694
diff
changeset
|
7 |
difflineat = '#line#' |
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1694
diff
changeset
|
8 |
diffline = '#line#' |
7166
fb3df69aa785
hgweb: nodeids should be aligned in raw changesets
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
6967
diff
changeset
|
9 |
changesetparent = '# Parent #node#' |
fb3df69aa785
hgweb: nodeids should be aligned in raw changesets
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
6967
diff
changeset
|
10 |
changesetchild = '# Child #node#' |
1901
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1694
diff
changeset
|
11 |
filenodelink = '' |
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1694
diff
changeset
|
12 |
fileline = '#line#' |
c64bef3d7043
use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
1694
diff
changeset
|
13 |
diffblock = '#lines#' |
3277
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3236
diff
changeset
|
14 |
filediff = filediff.tmpl |
105253b30239
Moved hgweb map-* files into their style directories and adjusted them.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3236
diff
changeset
|
15 |
fileannotate = fileannotate.tmpl |
6967
a04d8cadb6af
web: fix annotate raw template, forgotten in ccc2481e3954
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
6177
diff
changeset
|
16 |
annotateline = '{author|user}@{rev}: {line}' |
3941
472d9670e6e9
hgweb: add raw manifest template
Brendan Cully <brendan@kublai.com>
parents:
3277
diff
changeset
|
17 |
manifest = manifest.tmpl |
6177
673d8a6bc709
Renamed "manifest" to "files" in web templates.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
5928
diff
changeset
|
18 |
direntry = 'drwxr-xr-x {basename}\n' |
673d8a6bc709
Renamed "manifest" to "files" in web templates.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
5928
diff
changeset
|
19 |
fileentry = '{permissions|permissions} {size} {basename}\n' |
4024
de081fbb27fe
hgweb: add raw template to hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
3941
diff
changeset
|
20 |
index = index.tmpl |
5559
4fca1b181dd9
hgweb: flesh out raw templates
Bryan O'Sullivan <bos@serpentine.com>
parents:
4024
diff
changeset
|
21 |
notfound = notfound.tmpl |
4fca1b181dd9
hgweb: flesh out raw templates
Bryan O'Sullivan <bos@serpentine.com>
parents:
4024
diff
changeset
|
22 |
error = error.tmpl |
4024
de081fbb27fe
hgweb: add raw template to hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
3941
diff
changeset
|
23 |
indexentry = '#url#\n' |