aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* (no commit message)cfm2009-01-17
|
* add news item for ikiwiki 3.02Joey Hess2009-01-17
|
* releasing version 3.02Joey Hess2009-01-17
|
* blogspam api now supports homepage linkJoey Hess2009-01-17
|
* load rpc xml lib on the flyJoey Hess2009-01-17
| | | | | This way, enabling the plugin via websetup is safe, it can't leave ikiwiki in a broken state.
* use short names in comittypeJoey Hess2009-01-17
| | | | | | 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.
* back to apt-getJoey Hess2009-01-17
| | | | | 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
* Typo.PaulePanter2009-01-17
|
* As far as I know, aptitude is recommended by Debian. And who does use ↵PaulePanter2009-01-17
| | | | apt-get instead should know to replace aptitude by apt-get.
* added monotone wiki, which uses ikiwiki-on-monotonehttp://lapo.it/2009-01-17
|
* (no commit message)http://evacuee.myid.net/2009-01-17
|
* mention depJoey Hess2009-01-16
|
* add link to options listJoey Hess2009-01-16
|
* add blogspam to auto-blogJoey Hess2009-01-16
| | | | configure it to only check comment posts for spam
* reorderJoey Hess2009-01-16
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-01-16
|\
| * testing cgi script.alan2009-01-16
| |
* | blogspam: New plugin, adding spam filtering for page editing / comment ↵Joey Hess2009-01-16
| | | | | | | | posting using the BlogSpam.net API.
* | make postcomment() pagespecs work while in checkcontentJoey Hess2009-01-16
| |
* | add new hook to skeletonJoey Hess2009-01-16
| |
* | checkcontent: New hook, can be used to implement arbitrary content filters, ↵Joey Hess2009-01-16
| | | | | | | | including spam filters.
* | remove xxx commentJoey Hess2009-01-16
|/ | | | IIRC I analised this and the code is right
* (no commit message)http://deliank.myopenid.com/2009-01-14
|
* pingback support todo itemJon Dowland2009-01-14
|
* remove hardlink settings from auto.setup filesJoey Hess2009-01-12
| | | | | This can cause complications when moving directories around, and is just an optimisation. There's no good reason to force it on here.
* combine two pagesJoey Hess2009-01-12
|
* formatting, againJoey Hess2009-01-12
|
* formatting try againJoey Hess2009-01-12
|
* formattingJoey Hess2009-01-12
|
* updateJoey Hess2009-01-12
|
* updateJoey Hess2009-01-12
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-01-12
|\
| * (no commit message)tobias_verbeke2009-01-11
| |
* | add byhand document, containing the old setup documentJoey Hess2009-01-12
| |
* | Add auto-blog.setupJoey Hess2009-01-12
| | | | | | | | | | | | | | 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.
* | update, formattingJoey Hess2009-01-12
| |
* | export installdirJoey Hess2009-01-12
| | | | | | | | For use by Setup/Automator
* | updateJoey Hess2009-01-12
| |
* | remove meta titleJoey Hess2009-01-12
| | | | | | | | When at toplevel, the default is ok.
* | update pathJoey Hess2009-01-12
| |
* | rewroteJoey Hess2009-01-12
| | | | | | | | | | | | | | This rewritten setup page starts with auto.setup and explains basic customisation and use after that has set up a wiki. It's much easier to follow than the old method, with less things to learn. (Downside: Less it learned.)
* | Recommend libterm-readline-gnu-perlJoey Hess2009-01-12
| | | | | | | | since that makes auto.setup behave better.
* | update with a bit more infoJoey Hess2009-01-11
|/
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-01-11
|\
| * (no commit message)http://evacuee.myid.net/2009-01-11
| |
* | pinger: Get whole url, don't just head.Joey Hess2009-01-11
|/ | | | | | | Asking for only the head worked in my tests, but I've found a site where it didn't -- apparently ikiwiki didn't get a chance to do or finish the refresh when HEADed. Getting the whole url, waiting for ikiwiki to finish, avoided the update problem.
* Consistently allow use of relative paths in all PageSpecs that take a page ↵Joey Hess2009-01-10
| | | | name parameter. Previously, match_created_before(), match_created_after(), match_sourcepage(), and match_destpage() did not support that, and the docs were not clear.
* refactor pagespec derelevitisation codeJoey Hess2009-01-10
|
* comments: Add support for removing comments via web interface. (smcv)Joey Hess2009-01-10
|
* Merge commit 'smcv/comments'Joey Hess2009-01-10
|\