Package: chronicle Version: 3.4-1 Severity: normal Tags: patch I modified the copyrighteous theme to make it XHTML valid. There is only a little visual difference because of the removed <p> tag which isn't possible at that position...
It would be nice if you could integrate the patch into the package. Best regards, Andreas Juch -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (700, 'testing'), (650, 'unstable'), (600, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28 (SMP w/2 CPU cores) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages chronicle depends on: ii libhtml-template-perl 2.9-1 HTML::Template : A module for usin ii libtimedate-perl 1.1600-9 Time and date functions for Perl ii perl 5.10.0-18 Larry Wall's Practical Extraction ii perl-modules 5.10.0-18 Core Perl modules chronicle recommends no packages. Versions of packages chronicle suggests: pn libtext-markdown-perl <none> (no description available) pn libtext-textile-perl <none> (no description available) pn memcached <none> (no description available) -- no debconf information
diff -crB /usr/share/chronicle/themes/copyrighteous/entry.template ./entry.template *** /usr/share/chronicle/themes/copyrighteous/entry.template 2008-12-10 21:45:57.000000000 +0100 --- ./entry.template 2009-01-06 21:59:36.613962115 +0100 *************** *** 1,8 **** <?xml version="1.0" encoding="utf-8"?> ! <html> <head> <title>copyrighteous: <!-- tmpl_var name='title' --></title> ! <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css"> </head> <body> --- 1,10 ---- <?xml version="1.0" encoding="utf-8"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>copyrighteous: <!-- tmpl_var name='title' --></title> ! <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css" /> </head> <body> *************** *** 24,33 **** <div class="blosxomFirstDayDiv"> <span class="blosxomDate"><!-- tmpl_var name='date' --></span> <div class="storybox"> - <p> <span class="blosxomTitle"><!-- tmpl_var name='title' --></span> ! <div id="story"> <!-- tmpl_var name='body' --> </div> <!-- tmpl_if name='comment_count' --> --- 26,34 ---- <div class="blosxomFirstDayDiv"> <span class="blosxomDate"><!-- tmpl_var name='date' --></span> <div class="storybox"> <span class="blosxomTitle"><!-- tmpl_var name='title' --></span> ! <div class="story"> <!-- tmpl_var name='body' --> </div> <!-- tmpl_if name='comment_count' --> diff -crB /usr/share/chronicle/themes/copyrighteous/index.template ./index.template *** /usr/share/chronicle/themes/copyrighteous/index.template 2008-12-10 21:45:57.000000000 +0100 --- ./index.template 2009-01-06 22:00:32.447706303 +0100 *************** *** 1,9 **** <?xml version="1.0" encoding="utf-8"?> ! <html> <head> <title>copyrighteous: <!-- tmpl_var name='blog_title' --></title> ! <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css"> ! <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='top' -->index.rss" type="application/rss+xml"> </head> <body> --- 1,11 ---- <?xml version="1.0" encoding="utf-8"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>copyrighteous: <!-- tmpl_var name='blog_title' --></title> ! <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css" /> ! <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='top' -->index.rss" type="application/rss+xml" /> </head> <body> *************** *** 28,37 **** <div class="blosxomFirstDayDiv"> <span class="blosxomDate"><!-- tmpl_var name='date' --></span> <div class="storybox"> - <p> <span class="blosxomTitle"><!-- tmpl_var name='title' --></span> ! <div id="story"> <!-- tmpl_var name='body' --> </div> <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->">Permalink</a> --- 30,38 ---- <div class="blosxomFirstDayDiv"> <span class="blosxomDate"><!-- tmpl_var name='date' --></span> <div class="storybox"> <span class="blosxomTitle"><!-- tmpl_var name='title' --></span> ! <div class="story"> <!-- tmpl_var name='body' --> </div> <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->">Permalink</a> diff -crB /usr/share/chronicle/themes/copyrighteous/month.template ./month.template *** /usr/share/chronicle/themes/copyrighteous/month.template 2008-12-10 21:45:57.000000000 +0100 --- ./month.template 2009-01-06 22:01:05.027286566 +0100 *************** *** 1,9 **** <?xml version="1.0" encoding="utf-8"?> ! <html> <head> <title>copyrighteous: Items from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title> ! <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css"> ! <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='month' escape='html' -->.rss" type="application/rss+xml"> </head> <body> --- 1,11 ---- <?xml version="1.0" encoding="utf-8"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>copyrighteous: Items from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title> ! <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css" /> ! <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='month' escape='html' -->.rss" type="application/rss+xml" /> </head> <body> *************** *** 28,37 **** <div class="blosxomFirstDayDiv"> <span class="blosxomDate"><!-- tmpl_var name='date' --></span> <div class="storybox"> - <p> <span class="blosxomTitle"><!-- tmpl_var name='title' --></span> ! <div id="story"> <!-- tmpl_var name='body' --> </div> <!-- tmpl_if name='comment_count' --> --- 30,38 ---- <div class="blosxomFirstDayDiv"> <span class="blosxomDate"><!-- tmpl_var name='date' --></span> <div class="storybox"> <span class="blosxomTitle"><!-- tmpl_var name='title' --></span> ! <div class="story"> <!-- tmpl_var name='body' --> </div> <!-- tmpl_if name='comment_count' --> diff -crB /usr/share/chronicle/themes/copyrighteous/tags.template ./tags.template *** /usr/share/chronicle/themes/copyrighteous/tags.template 2008-12-10 21:45:57.000000000 +0100 --- ./tags.template 2009-01-06 22:01:19.763951298 +0100 *************** *** 1,9 **** <?xml version="1.0" encoding="utf-8"?> ! <html> <head> <title>copyrighteous: Items tagged <!-- tmpl_var name='tagname' --></title> ! <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css"> ! <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml"> </head> <body> --- 1,11 ---- <?xml version="1.0" encoding="utf-8"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>copyrighteous: Items tagged <!-- tmpl_var name='tagname' --></title> ! <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css" /> ! <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml" /> </head> <body> *************** *** 28,37 **** <div class="blosxomFirstDayDiv"> <span class="blosxomDate"><!-- tmpl_var name='date' --></span> <div class="storybox"> - <p> <span class="blosxomTitle"><!-- tmpl_var name='title' --></span> ! <div id="story"> <!-- tmpl_var name='body' --> </div> <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->">Permalink</a> --- 30,38 ---- <div class="blosxomFirstDayDiv"> <span class="blosxomDate"><!-- tmpl_var name='date' --></span> <div class="storybox"> <span class="blosxomTitle"><!-- tmpl_var name='title' --></span> ! <div class="story"> <!-- tmpl_var name='body' --> </div> <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->">Permalink</a>