summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-19(no commit message)http://zms.myopenid.com/
2009-01-19(no commit message)http://zms.myopenid.com/
2009-01-19(no commit message)kent
2009-01-18Add meta field "updated", which can alter the <updated> Atom elementSimon McVittie
Some aggregators, like Planet, sort by mtime rather than ctime. This means that posts with modified content come to the top (which seems odd to me, but is presumably what the aggregator's author or operator wants), but it also means that posts with insignificant edits (like adding tags) come to the top too. Atom defines <updated> to be the date of the last *significant* change, so it's fine that ikiwiki defaults to using the mtime, but it would be good to have a way for the author to say "that edit was insignificant, don't use that mtime".
2009-01-18Avoid feeding decoded unicode to Term::ReadLineJoey Hess
That resulted in double encoded display when using perl's stub readline module. Apparently that module unconditionally upgrades text to utf8, in a quite braindead way. (Term::ReadLine::Gnu::Perl worked ok.)
2009-01-18overriding visible modification time (to avoid insignificant edits flooding ↵http://smcv.pseudorandom.co.uk/
planets)
2009-01-18Some more thoughts about a gallery pluginSimon McVittie
2009-01-18Add myself to ikiwikiusersSimon McVittie
2009-01-18Document underlay plugin as includedSimon McVittie
2009-01-18Add underlay pluginSimon McVittie
2009-01-18fix typo, mention git branchhttp://smcv.pseudorandom.co.uk/
2009-01-18underlay plugin, a command-line interface for add_underlay()http://smcv.pseudorandom.co.uk/
2009-01-17I really ought to RTFM before I make todo requests, eh?cfm
2009-01-17Created user page.cfm
2009-01-17(no commit message)cfm
2009-01-17add news item for ikiwiki 3.02Joey Hess
2009-01-17releasing version 3.02Joey Hess
2009-01-17blogspam api now supports homepage linkJoey Hess
2009-01-17load rpc xml lib on the flyJoey Hess
This way, enabling the plugin via websetup is safe, it can't leave ikiwiki in a broken state.
2009-01-17use short names in comittypeJoey Hess
Use mtn for monontone and hg for mercurial. The long names cause ugly formatting in recentchanges, which has CSS that only allows a few characters for the commit type column.
2009-01-17back to apt-getJoey Hess
Using aptitude command lines used to be a good idea, but apt and aptitude share info now, and apt-get has all the important features of aptitude
2009-01-17Typo.PaulePanter
2009-01-17As far as I know, aptitude is recommended by Debian. And who does use ↵PaulePanter
apt-get instead should know to replace aptitude by apt-get.
2009-01-17added monotone wiki, which uses ikiwiki-on-monotonehttp://lapo.it/
2009-01-17(no commit message)http://evacuee.myid.net/
2009-01-16mention depJoey Hess
2009-01-16add link to options listJoey Hess
2009-01-16add blogspam to auto-blogJoey Hess
configure it to only check comment posts for spam
2009-01-16reorderJoey Hess
2009-01-16Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-16blogspam: New plugin, adding spam filtering for page editing / comment ↵Joey Hess
posting using the BlogSpam.net API.
2009-01-16make postcomment() pagespecs work while in checkcontentJoey Hess
2009-01-16add new hook to skeletonJoey Hess
2009-01-16checkcontent: New hook, can be used to implement arbitrary content filters, ↵Joey Hess
including spam filters.
2009-01-16remove xxx commentJoey Hess
IIRC I analised this and the code is right
2009-01-16testing cgi script.alan
2009-01-14(no commit message)http://deliank.myopenid.com/
2009-01-14pingback support todo itemJon Dowland
2009-01-12remove hardlink settings from auto.setup filesJoey Hess
This can cause complications when moving directories around, and is just an optimisation. There's no good reason to force it on here.
2009-01-12combine two pagesJoey Hess
2009-01-12formatting, againJoey Hess
2009-01-12formatting try againJoey Hess
2009-01-12formattingJoey Hess
2009-01-12updateJoey Hess
2009-01-12updateJoey Hess
2009-01-12Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-12add byhand document, containing the old setup documentJoey Hess
2009-01-12Add auto-blog.setupJoey Hess
It will set up an ikiwiki instance tuned for use in blogging. As part of this change, move the example sites into /usr/share/ikiwiki so they are available even if docs are not installed.
2009-01-12update, formattingJoey Hess
2009-01-12export installdirJoey Hess
For use by Setup/Automator