From: Joey Hess Date: Wed, 9 Jun 2010 18:04:42 +0000 (-0400) Subject: remove example blog tag pages X-Git-Tag: 3.20100610~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba9b808c898a556541057ac9f524db2de2a33d77;p=ikiwiki.git remove example blog tag pages Autotag will create them as needed. Avoids some complexity. --- diff --git a/debian/changelog b/debian/changelog index 9a10332ea..a0ea9c156 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ ikiwiki (3.20100518.3) UNRELEASED; urgency=low * creation_day() etc use local time, not gmtime. To match calendars, which use local time. * img: Fill in missing height or width when scaling image. + * Remove example blog tag pages; allow autotag creation to create them + when used. -- Joey Hess Mon, 31 May 2010 20:44:17 -0400 diff --git a/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn b/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn index 55669e5c8..9a55c0673 100644 --- a/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn +++ b/doc/bugs/pagespec:_tagged__40____41____44___globbing.mdwn @@ -27,3 +27,6 @@ I did not yet do any testing to figure out when this broke. >> autotags pages. >> --[[tschwinge]] + +>>> Only way I can reproduce something like this is if tagbase is not set. +>>> --[[Joey]] diff --git a/doc/examples/blog/tags/life.mdwn b/doc/examples/blog/tags/life.mdwn deleted file mode 100644 index e1614dbdc..000000000 --- a/doc/examples/blog/tags/life.mdwn +++ /dev/null @@ -1,4 +0,0 @@ -[[!meta title="tag life"]] - -[[!inline pages="tagged(tags/life)" actions="no" archive="yes" -feedshow=10]] diff --git a/doc/examples/blog/tags/tech.mdwn b/doc/examples/blog/tags/tech.mdwn deleted file mode 100644 index 398146cdb..000000000 --- a/doc/examples/blog/tags/tech.mdwn +++ /dev/null @@ -1,4 +0,0 @@ -[[!meta title="tag tech"]] - -[[!inline pages="tagged(tags/tech)" actions="no" archive="yes" -feedshow=10]]