]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/add_chatterbox_to_blog.mdwn
initial
[git.ikiwiki.info.git] / doc / tips / add_chatterbox_to_blog.mdwn
index aa35b933177d135691509b30a110c5cd92d7768e..0414d1804c4947cfefeba9041251fbcf4af1c078 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2009-04-10 17:47:39 -0400"]]
+
 If you use twitter or identi.ca, here's how to make a box
 on the side of your blog that holds your recent status updates
 from there, like I have on [my blog](http://kitenet.net/~joey/blog/)
@@ -18,4 +20,7 @@ from there, like I have on [my blog](http://kitenet.net/~joey/blog/)
        show=5 feeds=no]]
        """]]
 
+* To filter out `@-replies`, append "and !*@*" to the [[ikiwiki/PageSpec]].
+  The same technique can be used for other filtering.
+
 Note: Works best with ikiwiki 3.10 or better.