aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* updatehttp://smcv.pseudorandom.co.uk/2008-11-18
|
* Fix link to htmlbalancehttp://smcv.pseudorandom.co.uk/2008-11-18
|
* updatehttp://smcv.pseudorandom.co.uk/2008-11-18
|
* update for rename of plugins/contrib/postcomment.mdwn to ↵http://smcv.pseudorandom.co.uk/2008-11-18
| | | | plugins/contrib/comments.mdwn
* update for rename of plugins/contrib/postcomment.mdwn to ↵http://smcv.pseudorandom.co.uk/2008-11-18
| | | | plugins/contrib/comments.mdwn
* rename plugins/contrib/postcomment.mdwn to plugins/contrib/comments.mdwnhttp://smcv.pseudorandom.co.uk/2008-11-18
|
* (no commit message)http://technorati.com/people/technorati/drajt2008-11-18
|
* responsehttp://smcv.pseudorandom.co.uk/2008-11-18
|
* stuffhttps://id.launchpad.net/882/bielawski12008-11-17
|
* (no commit message)https://id.launchpad.net/882/bielawski12008-11-17
|
* where can I pull this from?Joey Hess2008-11-17
|
* initial commentsJoey Hess2008-11-17
| | | | Done inline on the page, `scuse.
* responseJoey Hess2008-11-17
|
* use HTML::EntitiesJoey Hess2008-11-17
|
* thoughtsJoey Hess2008-11-17
|
* adding htmlbalance; housekeepingJoey Hess2008-11-17
| | | | | Used the contrib version of the plugin page since it seemed better than the other one.
* Merge commit 'smcv/htmlbalance'Joey Hess2008-11-17
|\
| * htmlbalance: new plugin that balances tags by parsing and re-serializingSimon McVittie2008-11-17
| |
* | Fix tag directivehttp://smcv.pseudorandom.co.uk/2008-11-17
| |
* | Link to postcommenthttp://smcv.pseudorandom.co.uk/2008-11-17
| |
* | Publicise postcommenthttp://smcv.pseudorandom.co.uk/2008-11-17
| |
* | Explicitly say that I'd like to get this into ikiwikihttp://smcv.pseudorandom.co.uk/2008-11-17
| |
* | Link to third-party htmlbalance pluginhttp://smcv.pseudorandom.co.uk/2008-11-17
| |
* | link to stuffhttp://smcv.pseudorandom.co.uk/2008-11-17
|/
* reported my need for a global renamepage hookintrigeri2008-11-13
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* add news item for ikiwiki 2.70Joey Hess2008-11-12
|
* note fix versionsJoey Hess2008-11-12
|
* check for invalid utf-8, and toss it back to avoid crashesJoey Hess2008-11-12
| | | | | | | | | | | | | | | | | | | | | | Since ikiwiki uses open :utf8, perl assumes that files contain valid utf-8. If it turns out to be malformed it may later crash while processing strings read from them, with 'Malformed UTF-8 character (fatal)'. As at least a quick fix, use utf8::valid as soon as data is read, and if it's not valid, call encode_utf8 on the string, thus clearing the utf-8 flag. This may cause follow-on encoding problems, but will avoid this crash, and the input file was broken anyway, so GIGO is a reasonable response. (I looked at calling decode_utf8 after, but it seemed to cause more trouble than it was worth. BTW, use open ':encoding(utf8)' avaoids this problem, but the corrupted data later causes Storable to crash when writing the index.) This is a quick fix, clearly imperfect: - It might be better to explicitly call decode_utf8 when reading files, rather than using the IO layer. - Data read other than by readfile() can still sneak in bad utf-8. While ikiwiki does very little file input not using it, stdin for the CGI would be one way.
* add news item for ikiwiki 2.69Joey Hess2008-11-11
|
* document other files in .ikiwikiJoey Hess2008-11-11
|
* pagetitle vs meta: announcing a working prototypeintrigeri2008-11-12
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* responseJoey Hess2008-11-11
|
* lockwiki changesJoey Hess2008-11-11
| | | | | | * Stop busy-waiting in lockwiki, as this could delay ikiwiki from waking up for up to one second. The bailout code is no longer needed. * Remove support for unused optional wait parameter from lockwiki.
* bzr: Fix dates for recentchanges.Joey Hess2008-11-11
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-11-11
|\
| * po: answered Joey's "create a new translation" questionintrigeri2008-11-11
| | | | | | | | | | | | ... that I previously completely missed. Signed-off-by: intrigeri <intrigeri@boum.org>
| * add item to watch listhttp://edward.myopenid.com/2008-11-11
| |
| * (no commit message)bcdugga2008-11-11
| |
* | let's stop sucking :-)Joey Hess2008-11-11
|/
* po: help requestintrigeri2008-11-11
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* replyJon Dowland2008-11-10
|
* Merge branch 'master' of git://git.ikiwiki.infoJon Dowland2008-11-10
|\
| * responseJoey Hess2008-11-10
| |
| * specifying the user in recentchanges for anon git pusheshttp://alcopop.org/me/openid/2008-11-10
| |
* | add discussion on this tipJon Dowland2008-11-10
|/
* update my userpage (and try out git pushes)Jon Dowland2008-11-10
|
* add a robots.txtJoey Hess2008-11-10
| | | | | | Yahoo! has been pounding on ikiwiki.cgi again. While I'd prefer ikiwiki to generate sites that avoided robots hitting it in other ways, I'm adding a robots.txt, at least temporarily.
* reorg to avoid broken link in basewikiJoey Hess2008-11-10
| | | | | | | ikiwiki/markdown is a basewiki page and shouldn't link to pages in tips. Instead, make the tips link to it, so backlinks will point back to them. While I'm at it, move the info about the emacs mode to a tip.
* responseJoey Hess2008-11-10
|
* reorganize vim syntax highlighting infoJoey Hess2008-11-10
| | | | There was already a tip about it; move the plasticboy version to there.