]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/forum/tags_acting_strangely:_not_picking_up_all_pages__44___not_populating_feeds.mdwn
Revert spam.
[ikiwiki.git] / doc / forum / tags_acting_strangely:_not_picking_up_all_pages__44___not_populating_feeds.mdwn
index 3db631bcec4f54fada25c87ed0635cf31e4ff4dc..f52486341ae35c9142baa477a17f2daf351f346f 100644 (file)
@@ -1,3 +1,28 @@
-Ok, I'm confused.  See http://lovesgoodfood.com/jason/tags/napowrimo/ and http://lovesgoodfood.com/jason/tags/NaPoWriMo/ for two examples of not picking up pages quite right.  I didn't realize that tags are randomly case-sensitive while still capitalized in the output title?  See the list of backlinks on each.  Also, the only pages actually being ''listed'' are from a year ago, but the backlinks include current pages.  The posts ''are'' being included on http://lovesgoodfood.com/jason/tags/poetry/ .  The feeds are populated on my host, but not on my laptop (Debian unstable-ish, as opposed to a git pull on my host).
+Ok, I'm confused.  See http://lovesgoodfood.com/jason/tags/napowrimo/ and
+http://lovesgoodfood.com/jason/tags/NaPoWriMo/ for two examples of not
+picking up pages quite right.  I didn't realize that tags are randomly
+case-sensitive while still capitalized in the output title?  See the list
+of backlinks on each.  Also, the only pages actually being ''listed'' are
+from a year ago, but the backlinks include current pages.  The posts
+''are'' being included on http://lovesgoodfood.com/jason/tags/poetry/ .
+The feeds are populated on my host, but not on my laptop (Debian
+unstable-ish, as opposed to a git pull on my host).
 
-Halp?  I've blown away the old (including .ikiwiki) and rebuilt to no effect.  The tag pages are meant to be transients (loaded by default, according to the docs?), but they're still being created.  Nothing seems quite correct.
+Halp?  I've blown away the old (including .ikiwiki) and rebuilt to no
+effect.  The tag pages are meant to be transients (loaded by default,
+according to the docs?), but they're still being created.  Nothing seems
+quite correct.
+
+-- JasonRiedy
+
+> What's going on with the case sensativity is that ikiwiki is
+> case-insensative, but in the edge case where there are somehow two pages
+> that vary only in case, it makes at least a token (partial, probably
+> incomplete and buggy) gesture at having the case of links to them
+> influence which one is linked to.
+> 
+> Possibly this is interacting badly with tag page autocreation when
+> different cases are used for a tag?
+> 
+> I don't know why new posts are not showing up in the tags. Can I download
+> the source from somewhere? --[[Joey]]