aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/add_chatterbox_to_blog.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-19 15:19:43 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-19 15:19:43 -0400
commit4e935d300ed0bda37a44e1da85aff797f0aeda8f (patch)
treef7dac87094cec5f4026645a155d2b4624cd00bb0 /doc/tips/add_chatterbox_to_blog.mdwn
parent48e369366e597edc1791cbd8cde92920cbe00eb7 (diff)
downloadikiwiki-4e935d300ed0bda37a44e1da85aff797f0aeda8f.tar
ikiwiki-4e935d300ed0bda37a44e1da85aff797f0aeda8f.tar.gz
clarification, response
Diffstat (limited to 'doc/tips/add_chatterbox_to_blog.mdwn')
-rw-r--r--doc/tips/add_chatterbox_to_blog.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/tips/add_chatterbox_to_blog.mdwn b/doc/tips/add_chatterbox_to_blog.mdwn
index 3497da9ff..aa35b9331 100644
--- a/doc/tips/add_chatterbox_to_blog.mdwn
+++ b/doc/tips/add_chatterbox_to_blog.mdwn
@@ -6,12 +6,15 @@ from there, like I have on [my blog](http://kitenet.net/~joey/blog/)
* Enable the [[plugins/aggregate]] plugin, and set up a cron
job for it.
* At the top of your blog's page, add something like the following.
- You'll want to change the urls of course.
+ You'll want to change the urls of course. Be sure to also change
+ the inline directive's [[PageSpec]] to link to the location the
+ feed is aggregated to, which will be a subpage of the page
+ you put this on (blog in this example):
\[[!template id=note text="""
\[[!aggregate expirecount=5 name="dents" url="http://identi.ca/joeyh"
feedurl="http://identi.ca/api/statuses/user_timeline/joeyh.atom"]]
- \[[!inline pages="internal(dents/*)" template=microblog
+ \[[!inline pages="internal(./blog/dents/*)" template=microblog
show=5 feeds=no]]
"""]]