Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-16 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-16 | blogspam: New plugin, adding spam filtering for page editing / comment ↵ | Joey Hess | |
posting using the BlogSpam.net API. | |||
2009-01-16 | make postcomment() pagespecs work while in checkcontent | Joey Hess | |
2009-01-16 | add new hook to skeleton | Joey Hess | |
2009-01-16 | checkcontent: New hook, can be used to implement arbitrary content filters, ↵ | Joey Hess | |
including spam filters. | |||
2009-01-16 | remove xxx comment | Joey Hess | |
IIRC I analised this and the code is right | |||
2009-01-16 | testing cgi script. | alan | |
2009-01-14 | (no commit message) | http://deliank.myopenid.com/ | |
2009-01-14 | pingback support todo item | Jon Dowland | |
2009-01-12 | remove hardlink settings from auto.setup files | Joey 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-12 | combine two pages | Joey Hess | |
2009-01-12 | formatting, again | Joey Hess | |
2009-01-12 | formatting try again | Joey Hess | |
2009-01-12 | formatting | Joey Hess | |
2009-01-12 | update | Joey Hess | |
2009-01-12 | update | Joey Hess | |
2009-01-12 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-12 | add byhand document, containing the old setup document | Joey Hess | |
2009-01-12 | Add auto-blog.setup | Joey 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-12 | update, formatting | Joey Hess | |
2009-01-12 | export installdir | Joey Hess | |
For use by Setup/Automator | |||
2009-01-12 | update | Joey Hess | |
2009-01-12 | remove meta title | Joey Hess | |
When at toplevel, the default is ok. | |||
2009-01-12 | update path | Joey Hess | |
2009-01-12 | rewrote | Joey Hess | |
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.) | |||
2009-01-12 | Recommend libterm-readline-gnu-perl | Joey Hess | |
since that makes auto.setup behave better. | |||
2009-01-11 | (no commit message) | tobias_verbeke | |
2009-01-11 | update with a bit more info | Joey Hess | |
2009-01-11 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-11 | pinger: Get whole url, don't just head. | Joey Hess | |
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. | |||
2009-01-11 | (no commit message) | http://evacuee.myid.net/ | |
2009-01-10 | Consistently allow use of relative paths in all PageSpecs that take a page ↵ | Joey Hess | |
name parameter. Previously, match_created_before(), match_created_after(), match_sourcepage(), and match_destpage() did not support that, and the docs were not clear. | |||
2009-01-10 | refactor pagespec derelevitisation code | Joey Hess | |
2009-01-10 | comments: Add support for removing comments via web interface. (smcv) | Joey Hess | |
2009-01-10 | Merge commit 'smcv/comments' | Joey Hess | |
2009-01-10 | Request review for my comments branch | Simon McVittie | |
Partially addresses [[todo/comments]] | |||
2009-01-10 | comments: if the remove plugin is enabled, append a "Remove comment" link | Simon McVittie | |
2009-01-10 | comments: only try to insert commentuser etc. into templates if the page ↵ | Simon McVittie | |
contained [[!_comment]] | |||
2009-01-09 | remove questions | Joey Hess | |
ikiwiki has some pretty distinct fingerprints even when it's used in unusual ways on sites that don't make it obvious it's being used: * tova: a) rss and atom feed buttons b) use of toc plugin on some pages c) usual page.tmpl droppings d) (I know the tova guys :) * awesome: a) usual page.tmpl droppings b) ikiwiki/ page and rest of basewiki pages exist * UK software patents: used to use ikiwiki based on similar fingerprints, but not now. Removed | |||
2009-01-09 | remove clutter | Joey Hess | |
2009-01-09 | (no commit message) | testaroo | |
2009-01-09 | (no commit message) | testaroo | |
2009-01-08 | (no commit message) | https://launchpad.net/~gnprice | |
2009-01-08 | (no commit message) | https://launchpad.net/~gnprice | |
2009-01-08 | foobak bak foo | http://foobak.myopenid.com/ | |
2009-01-08 | (no commit message) | http://foobak.myopenid.com/ | |
2009-01-08 | new feature | Joey Hess | |
2009-01-07 | (no commit message) | http://tylerrick.com/ | |
2009-01-07 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-07 | repolist: New plugin to support the rel=vcs-* microformat. | Joey Hess | |
* repolist: New plugin to support the rel=vcs-* microformat. * goodstuff: Include repolist by default. (But it does nothing until configured with the repository locations.) |