# HG changeset patch # User jake@edge2.net # Date 1116976089 25200 # Node ID 1d5f799ebe1e5e7defd09b8a373caff009d058a4 # Parent e8a360cd5a9ffab0f5b7f76a6e6a460c68edc914 fixed problem with head/body tags, added dtd, fixed table attributes add quotes around all attributes (w3c recommendation) pages pass w3c validator diff --git a/templates/changelogentry.tmpl b/templates/changelogentry.tmpl --- a/templates/changelogentry.tmpl +++ b/templates/changelogentry.tmpl @@ -1,24 +1,24 @@ -
- +
+
- + - + #parent1# #parent2# - + - + - + - +
#age# ago: #age# ago:  #shortdesc#
revision: revision:  #rev#:#node#
manifest: manifest:  #rev#:#manifest#
author: author:  #author#
date: date:  #date#
files: files:  #files#
diff --git a/templates/changeset.tmpl b/templates/changeset.tmpl --- a/templates/changeset.tmpl +++ b/templates/changeset.tmpl @@ -3,7 +3,7 @@ -
+
changelog manifest
@@ -12,28 +12,28 @@ - + #parent1# #parent2# - + - + - + - + - +
revision:revision: #rev#:#node#
manifest:manifest: #rev#:#manifest#
author:author: #author#
date:date: #date#
files:files: #files#
description:description: #desc#
-
+
 #diff#
 
diff --git a/templates/fileannotate.tmpl b/templates/fileannotate.tmpl --- a/templates/fileannotate.tmpl +++ b/templates/fileannotate.tmpl @@ -3,7 +3,7 @@ -
+
changelog changeset manifest @@ -15,24 +15,24 @@ - + #parent1# #parent2# - + - + - +
changeset:changeset: #rev#:#node#
manifest:manifest: #rev#:#manifest#
author:author: #author#
date:date: #date#

- +
#annotate#
diff --git a/templates/filediff.tmpl b/templates/filediff.tmpl --- a/templates/filediff.tmpl +++ b/templates/filediff.tmpl @@ -3,7 +3,7 @@ -
+
changelog changeset file @@ -15,14 +15,14 @@ - + - +
revision:revision: #rev#:#node#
parent:parent: #p1rev#:#p1#
-
+
 #diff#
 
diff --git a/templates/filelog.tmpl b/templates/filelog.tmpl --- a/templates/filelog.tmpl +++ b/templates/filelog.tmpl @@ -3,7 +3,7 @@ -
+
changelog file annotate diff --git a/templates/filelogentry.tmpl b/templates/filelogentry.tmpl --- a/templates/filelogentry.tmpl +++ b/templates/filelogentry.tmpl @@ -1,18 +1,18 @@ - +
- + - + - + - +
#age# ago: #age# ago:  #shortdesc#
revision: revision:  #filerev#:#filenode# (diff) (annotate)
author: author:  #author#
date: date:  #date#
diff --git a/templates/filerevision.tmpl b/templates/filerevision.tmpl --- a/templates/filerevision.tmpl +++ b/templates/filerevision.tmpl @@ -3,7 +3,7 @@ -
+
changelog changeset manifest @@ -15,18 +15,18 @@ - + #parent1# #parent2# - + - + - +
changeset:changeset: #rev#:#node#
manifest:manifest: #rev#:#manifest#
author:author: #author#
date:date: #date#
diff --git a/templates/header.tmpl b/templates/header.tmpl --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -1,8 +1,8 @@ Content-type: text/html + - - - - diff --git a/templates/manifest.tmpl b/templates/manifest.tmpl --- a/templates/manifest.tmpl +++ b/templates/manifest.tmpl @@ -3,14 +3,14 @@ -
+

manifest: #path#

- + #entries# #footer# diff --git a/templates/map b/templates/map --- a/templates/map +++ b/templates/map @@ -8,20 +8,20 @@ fileellipses = "..." changelogentry = changelogentry.tmpl changeset = changeset.tmpl manifest = manifest.tmpl -manifestdirentry = "" -manifestfileentry = "" +manifestdirentry = "" +manifestfileentry = "" filerevision = filerevision.tmpl fileannotate = fileannotate.tmpl filediff = filediff.tmpl filelog = filelog.tmpl -fileline = "
#linenumber# #line#
" +fileline = "
#linenumber# #line#
" filelogentry = filelogentry.tmpl -annotateline = "#author#@#rev#
#line#
" -difflineplus = "#line#" -difflineminus = "#line#" -difflineat = "#line#" +annotateline = "#author#@#rev#
#line#
" +difflineplus = "#line#" +difflineminus = "#line#" +difflineat = "#line#" diffline = "#line#" -changelogparent = "parent: #rev#:#node#" -changesetparent = "parent:#rev#:#node#" -filerevparent = "parent:#rev#:#node#" -fileannotateparent = "parent:#rev#:#node#" +changelogparent = "parent: #rev#:#node#" +changesetparent = "parent:#rev#:#node#" +filerevparent = "parent:#rev#:#node#" +fileannotateparent = "parent:#rev#:#node#"