summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-17 18:13:09 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-17 18:13:09 -0400
commit18d086dde871210c7cc9ca754b9ee3297306a676 (patch)
treec812b7a8d01d2f21ae173a7337c9f46486db13c3 /doc
parent89953e3e19d3e5fb0f5c9d47e3905fde27ab08cb (diff)
parent39fc9a37dad196ecc2e36a64d17dbbd79c1224f2 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/aggregate/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/aggregate/discussion.mdwn b/doc/plugins/aggregate/discussion.mdwn
index 2ecdea2e3..c023862d4 100644
--- a/doc/plugins/aggregate/discussion.mdwn
+++ b/doc/plugins/aggregate/discussion.mdwn
@@ -44,3 +44,5 @@ Two things aren't working as I'd expect:
>>> Nathan's feed contains only summary elements, with no content elements.
>>> This is legal according to the Atom spec, so I've fixed ikiwiki to use
>>> the summary if no content is available. --[[Joey]]
+
+>>>> After applying your diffs, blowing away my cached aggregated stuff, and running the aggregate cron job by hand, the resulting planet still doesn't have Nathan's summaries... and the two posts from each feed that aren't being expired aren't the two newest ones (not sure what the pattern is there). Have I done something wrong? --[[schmonz]]