aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2009-01-08 16:43:02 +0000
committerdakkar <dakkar@luxion>2009-01-08 16:43:02 +0000
commit44c87e84c5385aa9998c7f0936f840260cf7c7ea (patch)
treef1113d7327a742a95d2151bfc0781d14463ea962
parentaggirato il problema dei titoli che in alcune lingue non esistono (diff)
downloadWebCoso-44c87e84c5385aa9998c7f0936f840260cf7c7ea.tar.gz
WebCoso-44c87e84c5385aa9998c7f0936f840260cf7c7ea.tar.bz2
WebCoso-44c87e84c5385aa9998c7f0936f840260cf7c7ea.zip
ristretto %WebCoso::Common::docfiles, altrimenti file di backup e altre spocizie incasinavano metà dei conti
git-svn-id: svn://luxion/repos/WebCoso/trunk@408 fcb26f47-9200-0410-b104-b98ab5b095f3
-rw-r--r--lib/WebCoso/Common.pm2
-rw-r--r--t/test-site-output/bar/baz/document.en.html2
-rw-r--r--t/test-site-output/bar/baz/document.it.html2
-rw-r--r--t/test-site-output/bar/document.en.html2
-rw-r--r--t/test-site-output/bar/document.it.html2
-rw-r--r--t/test-site-output/document.en.html2
-rw-r--r--t/test-site-output/document.it.html2
-rw-r--r--t/test-site-output/en-only/document.en.html2
-rw-r--r--t/test-site-output/feed.it.xml2
-rw-r--r--t/test-site-output/foo/document.en.html2
-rw-r--r--t/test-site-output/foo/document.it.html2
-rw-r--r--t/test-site-output/tags/one/document.en.html2
-rw-r--r--t/test-site-output/tags/one/document.it.html2
-rw-r--r--t/test-site-output/tags/one/feed.en.xml2
-rw-r--r--t/test-site-output/tags/one/feed.it.xml2
-rw-r--r--t/test-site-output/tags/three/bis/document.en.html2
-rw-r--r--t/test-site-output/tags/three/bis/document.it.html2
-rw-r--r--t/test-site-output/tags/three/document.en.html2
-rw-r--r--t/test-site-output/tags/three/document.it.html2
-rw-r--r--t/test-site-output/tags/two/document.en.html2
-rw-r--r--t/test-site-output/tags/two/document.it.html2
-rw-r--r--t/test-site-output/tags/two/feed.en.xml4
-rw-r--r--t/test-site-output/tags/two/feed.it.xml2
23 files changed, 24 insertions, 24 deletions
diff --git a/lib/WebCoso/Common.pm b/lib/WebCoso/Common.pm
index f01e739..bfd5e88 100644
--- a/lib/WebCoso/Common.pm
+++ b/lib/WebCoso/Common.pm
@@ -273,7 +273,7 @@ sub keepEarliest {
}
our %docfiles=(
- files=>sub{m{^document\.}},
+ files=>sub{m{^document\.(?:[^.]+\.)+(?:tt|rest\.txt|xml)$}},
dirs=>sub{!m{^(tags$|_|\.)}});
our %feedfiles=(
files=>sub{m{^feed\.(?:[^.]+\.)+tt$}},
diff --git a/t/test-site-output/bar/baz/document.en.html b/t/test-site-output/bar/baz/document.en.html
index 93628a2..ae0aa6f 100644
--- a/t/test-site-output/bar/baz/document.en.html
+++ b/t/test-site-output/bar/baz/document.en.html
@@ -26,4 +26,4 @@
(<a href="/bar/it">it</a> | en)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:24:24</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:12</div></body></html>
diff --git a/t/test-site-output/bar/baz/document.it.html b/t/test-site-output/bar/baz/document.it.html
index 9c95c18..23d8ddc 100644
--- a/t/test-site-output/bar/baz/document.it.html
+++ b/t/test-site-output/bar/baz/document.it.html
@@ -24,4 +24,4 @@
(it | <a href="/bar/en">en</a>)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:24:24</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:12</div></body></html>
diff --git a/t/test-site-output/bar/document.en.html b/t/test-site-output/bar/document.en.html
index 05956e1..011ec36 100644
--- a/t/test-site-output/bar/document.en.html
+++ b/t/test-site-output/bar/document.en.html
@@ -29,4 +29,4 @@
(<a href="/bar/it">it</a> | en)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:24:24</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:12</div></body></html>
diff --git a/t/test-site-output/bar/document.it.html b/t/test-site-output/bar/document.it.html
index 88418dd..4d90b58 100644
--- a/t/test-site-output/bar/document.it.html
+++ b/t/test-site-output/bar/document.it.html
@@ -27,4 +27,4 @@
(it | <a href="/bar/en">en</a>)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:24:24</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:12</div></body></html>
diff --git a/t/test-site-output/document.en.html b/t/test-site-output/document.en.html
index 1725e9e..f7754d8 100644
--- a/t/test-site-output/document.en.html
+++ b/t/test-site-output/document.en.html
@@ -26,4 +26,4 @@
(<a href="/bar/it">it</a> | en)
</li></ul></dd></dl></div><div>
Creato: 2008-03-01 10:04:00
- Ultima modifica: 2009-01-08 16:24:24</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:12</div></body></html>
diff --git a/t/test-site-output/document.it.html b/t/test-site-output/document.it.html
index cdb014b..1ab3037 100644
--- a/t/test-site-output/document.it.html
+++ b/t/test-site-output/document.it.html
@@ -23,4 +23,4 @@
(it | <a href="/bar/en">en</a>)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:24:24</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:12</div></body></html>
diff --git a/t/test-site-output/en-only/document.en.html b/t/test-site-output/en-only/document.en.html
index ac7f65d..57424a8 100644
--- a/t/test-site-output/en-only/document.en.html
+++ b/t/test-site-output/en-only/document.en.html
@@ -26,4 +26,4 @@
(<a href="/bar/it">it</a> | en)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:27:30</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:12</div></body></html>
diff --git a/t/test-site-output/feed.it.xml b/t/test-site-output/feed.it.xml
index f8958ba..f25dad1 100644
--- a/t/test-site-output/feed.it.xml
+++ b/t/test-site-output/feed.it.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE a:feed PUBLIC "" "">
-<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:27:01+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T11:18:59+0000</a:updated><a:link rel="alternate" type="text/html" href="/bar/baz/"/><a:title type="xhtml"><div xml:base="/bar/baz/">bar-baz italiano
+<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:34:23+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T11:18:59+0000</a:updated><a:link rel="alternate" type="text/html" href="/bar/baz/"/><a:title type="xhtml"><div xml:base="/bar/baz/">bar-baz italiano
</div></a:title><a:content type="xhtml"><div xml:base="/bar/baz/"><p>sticaz
</p></div></a:content><a:category term="one" label="Categoria 'uno'"/><a:category term="three/bis" label="Categoria 'three/bis'"/></a:entry><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T12:01:07+0000</a:updated><a:link rel="alternate" type="text/html" href="/bar/"/><a:title type="xhtml"><div xml:base="/bar/">bar (generato)
</div></a:title><a:content type="xhtml"><div xml:base="/bar/"><ul><li>line 1
diff --git a/t/test-site-output/foo/document.en.html b/t/test-site-output/foo/document.en.html
index 7ac8437..034312c 100644
--- a/t/test-site-output/foo/document.en.html
+++ b/t/test-site-output/foo/document.en.html
@@ -26,4 +26,4 @@
(<a href="/bar/it">it</a> | en)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:24:24</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:12</div></body></html>
diff --git a/t/test-site-output/foo/document.it.html b/t/test-site-output/foo/document.it.html
index f2720d3..89addc4 100644
--- a/t/test-site-output/foo/document.it.html
+++ b/t/test-site-output/foo/document.it.html
@@ -22,4 +22,4 @@
(it | <a href="/bar/en">en</a>)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:24:24</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:12</div></body></html>
diff --git a/t/test-site-output/tags/one/document.en.html b/t/test-site-output/tags/one/document.en.html
index 0214576..e5b67cf 100644
--- a/t/test-site-output/tags/one/document.en.html
+++ b/t/test-site-output/tags/one/document.en.html
@@ -27,4 +27,4 @@
(<a href="/bar/it">it</a> | en)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:30:06</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:13</div></body></html>
diff --git a/t/test-site-output/tags/one/document.it.html b/t/test-site-output/tags/one/document.it.html
index 046559b..04638d9 100644
--- a/t/test-site-output/tags/one/document.it.html
+++ b/t/test-site-output/tags/one/document.it.html
@@ -24,4 +24,4 @@
(it | <a href="/bar/en">en</a>)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:30:06</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:13</div></body></html>
diff --git a/t/test-site-output/tags/one/feed.en.xml b/t/test-site-output/tags/one/feed.en.xml
index a33bebc..f15a29a 100644
--- a/t/test-site-output/tags/one/feed.en.xml
+++ b/t/test-site-output/tags/one/feed.en.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE a:feed PUBLIC "" "">
-<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/tags/one/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:27:01+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T11:18:59+0000</a:updated><a:link rel="alternate" type="text/html" href="/foo/"/><a:title type="xhtml"><div xml:base="/foo/">foo page
+<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/tags/one/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:34:23+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T11:18:59+0000</a:updated><a:link rel="alternate" type="text/html" href="/foo/"/><a:title type="xhtml"><div xml:base="/foo/">foo page
</div></a:title><a:content type="xhtml"><div xml:base="/foo/"><p>foo
</p></div></a:content><a:category term="one" label="Category 'one'"/><a:category term="two" label="Category 'two'"/></a:entry><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T11:18:59+0000</a:updated><a:link rel="alternate" type="text/html" href="/bar/baz/"/><a:title type="xhtml"><div xml:base="/bar/baz/">bar-baz english
</div></a:title><a:content type="xhtml"><div xml:base="/bar/baz/"><p>sticaz
diff --git a/t/test-site-output/tags/one/feed.it.xml b/t/test-site-output/tags/one/feed.it.xml
index d0be744..b6e7b51 100644
--- a/t/test-site-output/tags/one/feed.it.xml
+++ b/t/test-site-output/tags/one/feed.it.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE a:feed PUBLIC "" "">
-<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/tags/one/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:27:01+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T11:18:59+0000</a:updated><a:link rel="alternate" type="text/html" href="/bar/baz/"/><a:title type="xhtml"><div xml:base="/bar/baz/">bar-baz italiano
+<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/tags/one/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:34:23+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T11:18:59+0000</a:updated><a:link rel="alternate" type="text/html" href="/bar/baz/"/><a:title type="xhtml"><div xml:base="/bar/baz/">bar-baz italiano
</div></a:title><a:content type="xhtml"><div xml:base="/bar/baz/"><p>sticaz
</p></div></a:content><a:category term="one" label="Categoria 'uno'"/><a:category term="three/bis" label="Categoria 'three/bis'"/></a:entry><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2008-01-02T13:55:03+0000</a:updated><a:link rel="alternate" type="text/html" href="/foo/"/><a:title type="xhtml"><div xml:base="/foo/">Pagina <em>foo</em></div></a:title><a:content type="xhtml"><div xml:base="/foo/"><p>foo
</p></div></a:content><a:category term="one" label="Categoria 'uno'"/><a:category term="two" label="Categoria 'two'"/></a:entry></a:feed>
diff --git a/t/test-site-output/tags/three/bis/document.en.html b/t/test-site-output/tags/three/bis/document.en.html
index 214641f..3c5d929 100644
--- a/t/test-site-output/tags/three/bis/document.en.html
+++ b/t/test-site-output/tags/three/bis/document.en.html
@@ -26,4 +26,4 @@
(<a href="/bar/it">it</a> | en)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:30:06</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:13</div></body></html>
diff --git a/t/test-site-output/tags/three/bis/document.it.html b/t/test-site-output/tags/three/bis/document.it.html
index 89f256c..dbcb95b 100644
--- a/t/test-site-output/tags/three/bis/document.it.html
+++ b/t/test-site-output/tags/three/bis/document.it.html
@@ -24,4 +24,4 @@
(it | <a href="/bar/en">en</a>)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:30:06</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:13</div></body></html>
diff --git a/t/test-site-output/tags/three/document.en.html b/t/test-site-output/tags/three/document.en.html
index 3286505..9f41824 100644
--- a/t/test-site-output/tags/three/document.en.html
+++ b/t/test-site-output/tags/three/document.en.html
@@ -25,4 +25,4 @@
(<a href="/bar/it">it</a> | en)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:30:06</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:13</div></body></html>
diff --git a/t/test-site-output/tags/three/document.it.html b/t/test-site-output/tags/three/document.it.html
index f3fbbbc..32b8d28 100644
--- a/t/test-site-output/tags/three/document.it.html
+++ b/t/test-site-output/tags/three/document.it.html
@@ -23,4 +23,4 @@
(it | <a href="/bar/en">en</a>)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:30:06</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:13</div></body></html>
diff --git a/t/test-site-output/tags/two/document.en.html b/t/test-site-output/tags/two/document.en.html
index 4fb702b..4bdcbe8 100644
--- a/t/test-site-output/tags/two/document.en.html
+++ b/t/test-site-output/tags/two/document.en.html
@@ -28,4 +28,4 @@
(<a href="/bar/it">it</a> | en)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:30:06</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:13</div></body></html>
diff --git a/t/test-site-output/tags/two/document.it.html b/t/test-site-output/tags/two/document.it.html
index cbdc35b..3b38758 100644
--- a/t/test-site-output/tags/two/document.it.html
+++ b/t/test-site-output/tags/two/document.it.html
@@ -24,4 +24,4 @@
(it | <a href="/bar/en">en</a>)
</li></ul></dd></dl></div><div>
Creato: 1970-01-01 00:00:00
- Ultima modifica: 2009-01-08 16:30:06</div></body></html>
+ Ultima modifica: 2009-01-08 16:41:13</div></body></html>
diff --git a/t/test-site-output/tags/two/feed.en.xml b/t/test-site-output/tags/two/feed.en.xml
index 129e4c3..93e2f40 100644
--- a/t/test-site-output/tags/two/feed.en.xml
+++ b/t/test-site-output/tags/two/feed.en.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE a:feed PUBLIC "" "">
-<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/tags/two/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:27:01+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T11:18:59+0000</a:updated><a:link rel="alternate" type="text/html" href="/foo/"/><a:title type="xhtml"><div xml:base="/foo/">foo page
+<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/tags/two/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:34:23+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T11:18:59+0000</a:updated><a:link rel="alternate" type="text/html" href="/foo/"/><a:title type="xhtml"><div xml:base="/foo/">foo page
</div></a:title><a:content type="xhtml"><div xml:base="/foo/"><p>foo
</p></div></a:content><a:category term="one" label="Category 'one'"/><a:category term="two" label="Category 'two'"/></a:entry><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T12:01:07+0000</a:updated><a:link rel="alternate" type="text/html" href="/bar/"/><a:title type="xhtml"><div xml:base="/bar/">bar (from template)
</div></a:title><a:content type="xhtml"><div xml:base="/bar/"><ul><li>line 1
</li><li>line 2
</li><li>line 3
</li></ul><p>link: <a href="baz/">bar-baz english
-</a></p></div></a:content><a:category term="two" label="Category 'two'"/></a:entry><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2009-01-08T16:27:01+0000</a:updated><a:link rel="alternate" type="text/html" href="/en-only/"/><a:title type="xhtml"><div xml:base="/en-only/">document in English
+</a></p></div></a:content><a:category term="two" label="Category 'two'"/></a:entry><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2009-01-08T16:34:23+0000</a:updated><a:link rel="alternate" type="text/html" href="/en-only/"/><a:title type="xhtml"><div xml:base="/en-only/">document in English
</div></a:title><a:content type="xhtml"><div xml:base="/en-only/"><p>only in English!
</p></div></a:content><a:category term="two" label="Category 'two'"/></a:entry></a:feed>
diff --git a/t/test-site-output/tags/two/feed.it.xml b/t/test-site-output/tags/two/feed.it.xml
index cdf3789..61513b2 100644
--- a/t/test-site-output/tags/two/feed.it.xml
+++ b/t/test-site-output/tags/two/feed.it.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE a:feed PUBLIC "" "">
-<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/tags/two/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:27:01+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T12:01:07+0000</a:updated><a:link rel="alternate" type="text/html" href="/bar/"/><a:title type="xhtml"><div xml:base="/bar/">bar (generato)
+<a:feed xmlns:a="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" xml:base="http://www.thenautilus.net/"><a:author><a:name>Gianni Ceccarelli</a:name><a:email>dakkar@thenautilus.net</a:email></a:author><a:id>http://www.thenautilus.net/</a:id><a:link rel="alternate" type="text/html" href="http://www.thenautilus.net/tags/two/"/><a:title type="text">thenautilus.net</a:title><a:updated>2009-01-08T16:34:23+0000</a:updated><a:entry><a:id>tag:thenautilus.net,</a:id><a:updated>2007-09-09T12:01:07+0000</a:updated><a:link rel="alternate" type="text/html" href="/bar/"/><a:title type="xhtml"><div xml:base="/bar/">bar (generato)
</div></a:title><a:content type="xhtml"><div xml:base="/bar/"><ul><li>line 1
</li><li>line 2
</li><li>line 3