# HG changeset patch # User Brendan Cully # Date 1214423637 25200 # Node ID 8b09b08647813fefd5967112fdf87a86ca439677 # Parent 41edbc2e0b0be3262ab270c23752db1a0d060d99 Remove RSS/atom links from coal/paper index diff -r 41edbc2e0b0b -r 8b09b0864781 templates/coal/map --- a/templates/coal/map Wed Jun 25 12:52:40 2008 -0700 +++ b/templates/coal/map Wed Jun 25 12:53:57 2008 -0700 @@ -61,7 +61,7 @@ filelogparent = 'parent {rev}:{node|short}' filediffchild = 'child {rev}:{node|short}' filelogchild = 'child {rev}:{node|short}' -indexentry = '{name|escape}{description}{contact|obfuscate}{lastchange|age} agoRSS Atom {archives%indexarchiveentry}\n' +indexentry = '{name|escape}{description}{contact|obfuscate}{lastchange|age} ago{archives%indexarchiveentry}\n' indexarchiveentry = ' ↓{type|escape}' index = index.tmpl archiveentry = '
  • {type|escape}
  • ' diff -r 41edbc2e0b0b -r 8b09b0864781 templates/paper/map --- a/templates/paper/map Wed Jun 25 12:52:40 2008 -0700 +++ b/templates/paper/map Wed Jun 25 12:53:57 2008 -0700 @@ -62,7 +62,7 @@ filelogparent = 'parent {rev}:{node|short}' filediffchild = 'child {rev}:{node|short}' filelogchild = 'child {rev}:{node|short}' -indexentry = '{name|escape}{description}{contact|obfuscate}{lastchange|age} agoRSS Atom {archives%indexarchiveentry}\n' +indexentry = '{name|escape}{description}{contact|obfuscate}{lastchange|age} ago{archives%indexarchiveentry}\n' indexarchiveentry = ' ↓{type|escape}' index = ../coal/index.tmpl archiveentry = '
  • {type|escape}
  • '