templates/raw/map
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 06 Apr 2009 15:09:54 +0200
changeset 8218 e61cb2813d2a
parent 7166 fb3df69aa785
child 8429 4bf90ee588b9
permissions -rw-r--r--
templater: separate template management and actual string processing

mimetype = 'text/plain; charset={encoding}'
header = ''
footer = ''
changeset = changeset.tmpl
difflineplus = '#line#'
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
changesetparent = '# Parent  #node#'
changesetchild = '# Child   #node#'
filenodelink = ''
fileline = '#line#'
diffblock = '#lines#'
filediff = filediff.tmpl
fileannotate = fileannotate.tmpl
annotateline = '{author|user}@{rev}: {line}'
manifest = manifest.tmpl
direntry = 'drwxr-xr-x {basename}\n'
fileentry = '{permissions|permissions} {size} {basename}\n'
index = index.tmpl
notfound = notfound.tmpl
error = error.tmpl
indexentry = '#url#\n'