summaryrefslogtreecommitdiff
path: root/ikiwiki.spec
AgeCommit message (Collapse)Author
2010-05-06moved comments pending moderationJoey Hess
* 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.
2010-05-04releasing version 3.20100504Joey Hess
2010-05-01releasing version 3.20100501Joey Hess
2010-04-27releasing version 3.20100427Joey Hess
2010-04-03releasing version 3.20100403Joey Hess
2010-03-26Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar ↵Joey Hess
if necessary for unusual install.
2010-03-12releasing version 3.20100312Joey Hess
2010-03-02releasing version 3.20100302Joey Hess
2010-02-28Add new --clean option; this makes ikiwiki remove all built files in the ↵Joey Hess
destdir, as well as wrappers and the .ikiwiki directory.
2010-02-12releasing version 3.20100212Joey Hess
2010-01-22releasing version 3.20100122Joey Hess
2010-01-02releasing version 3.20100102.3Joey Hess
2009-12-18releasing version 3.20091218Joey Hess
2009-12-02releasing version 3.20091202Joey Hess
2009-11-13releasing version 3.20091113Joey Hess
2009-10-31releasing version 3.20091031Joey Hess
2009-10-29put back SourceJoey Hess
Seems rpmbuild -ta file.tar.gz still wants Source even though it's not used. Go figure.
2009-10-29remove libexecdir patchJoey Hess
This violates the FHS. (Also removed unnecessary chebang removal code.)
2009-10-29remove stuff not needed in spec inside tarballJoey Hess
The changelog is partly Fedora-specific, not something I want to maintain. The Source line is not needed when building from tarball. Overriding BuildRoot
2009-10-29add spec fileJoey Hess
Modify makefile to update spec file version number.