view templates/map-raw @ 3244:f045b049a704

Fix static file serving over HTTP on Windows. Files to be served should be opened in binary mode.
author Wojciech Milkowski <wmilkowski@interia.pl>
date Wed, 04 Oct 2006 18:06:03 +0200
parents a63be0dfa42e
children
line wrap: on
line source

header = raw/header.tmpl
footer = ''
changeset = raw/changeset.tmpl
difflineplus = '#line#'
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
changesetparent = '# Parent #node#'
changesetchild = '# Child #node#'
filenodelink = ''
filerevision = '#rawfileheader##raw#'
fileline = '#line#'
diffblock = '#lines#'
filediff = raw/filediff.tmpl
fileannotate = raw/fileannotate.tmpl
annotateline = '#author#@#rev#: #line#'