aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/comments_feed.mdwn
Commit message (Collapse)AuthorAge
* Add [[!meta date]] to news items and tipsSimon McVittie2015-06-09
| | | | | | | The git checkout and build process can leave the checkout date in the tarball release, leading to unstable sorting. I tried to use `git restore-mtime`, but that doesn't work for ikiwiki, because dgit interferes with it.
* moved comments pending moderationJoey Hess2010-05-06
| | | | | | | | | | | * comments: Comments pending moderation are now stored in the srcdir alongside accepted comments, but with a `._comment_pending` extension. * This allows easier byhand moderation, as the "_pending" need only be stripped off and the comment be committed to version control. * The `comment_pending()` pagespec can be used to match such unmoderated comments, which makes it easy to add a feed of them, or a counter indicating how many there are. * Belatedly added a `comment()` pagespec.
* template docu reorgJoey Hess2010-04-23
| | | | | Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir.
* rename comments_display to commentJoey Hess2008-12-19
|
* document how to make a global comments feedJoey Hess2008-12-18