From: Joey Hess Date: Thu, 24 Jul 2008 16:37:17 +0000 (-0400) Subject: Merge branch 'tova' X-Git-Tag: 2.55~42 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/cf597d71665d11815640569eda017825ca0c20bc?hp=c2f621cb1c2eb8bb898acfbfac059c5ee2d9568e Merge branch 'tova' --- diff --git a/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn b/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn index d7d101700..4ce4ac5ee 100644 --- a/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn +++ b/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn @@ -17,3 +17,6 @@ Is it a bug or security feature? --[[Paweł|ptecza]] >> (`myisam__95__vs__95__ndb` instead of `myisam_vs_ndb`). --[[Paweł|ptecza]] > [[done]], uses `linkpage` now. + +>> It's seems that now Ikiwiki doesn't escape the filenames with underscore(s). +>> Thank you very much for the fast fix! --[[Paweł|ptecza]] diff --git a/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn b/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn new file mode 100644 index 000000000..875de48c8 --- /dev/null +++ b/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn @@ -0,0 +1,29 @@ +compare: + + * + * + +* +* + +It seems putting a '+' in there throws it. Maybe it's a markdown bug, or maybe the obfuscation markdown applies to email-links is being caught by the HTML sanitizer. + + -- [[JonDowland]] + +> It's a markdown bug. For some reason, markdown doesn't recognize the email with a '+' as an email: +> +> $ echo '' | markdown +>

+> +> htmlscrubber then (rightly) removes this unknown tag. +> +> But I've noticed some other Text::Markdown bugs that, even with htmlscrubber, produce +> [ill-formed (X)HTML](http://validator.w3.org/check?uri=http%3A%2F%2Fikiwiki.info%2Fbugs%2Fmarkdown_bug%3A_email_escaping_and_plus_addresses%2F). +> (View the markdown source of this page.) +> +> --Gabriel + + + +- +> diff --git a/doc/download.mdwn b/doc/download.mdwn index e35cc0a45..98defb382 100644 --- a/doc/download.mdwn +++ b/doc/download.mdwn @@ -24,8 +24,8 @@ Or download the deb from . There is a backport of a recent version of ikiwiki for Debian 4.0 at . -There is also an unofficial backport of ikiwiki for Ubuntu Gutsy -and Ubuntu Hardy, provided by Paweł Tęcza, +There is also an unofficial backport of ikiwiki for Ubuntu Hardy, provided by +[[Paweł_Tęcza|users/ptecza]], at [http://gpa.net.icm.edu.pl/ubuntu/](http://gpa.net.icm.edu.pl/ubuntu/index-en.html). FreeBSD has ikiwiki in its diff --git a/doc/todo/Bestdir_along_with_bestlink_in_IkiWiki.pm/discussion.mdwn b/doc/todo/Bestdir_along_with_bestlink_in_IkiWiki.pm/discussion.mdwn new file mode 100644 index 000000000..bad118570 --- /dev/null +++ b/doc/todo/Bestdir_along_with_bestlink_in_IkiWiki.pm/discussion.mdwn @@ -0,0 +1,2 @@ +- Is there some implicit license for patches posted on the wiki? + I would like to maybe use this in [[todo/mbox]] --[[DavidBremner]] diff --git a/doc/users/ptecza.mdwn b/doc/users/ptecza.mdwn index 97d63ab94..3f6fd39e8 100644 --- a/doc/users/ptecza.mdwn +++ b/doc/users/ptecza.mdwn @@ -13,6 +13,9 @@ but now I rather prefer Ubuntu, because it has faster release cycle than Debian and I don't want to wait more then 1 year for new stable release. -I'm also author of ikiwiki backports for Debian 'sarge'. You can find -this and another my backports at -[public GPA's Debian packages archive](http://gpa.net.icm.edu.pl/debian/). +I'm also author of unofficial ikiwiki backports. In the past I was +rebuilding ikiwiki source package for Debian Sarge and Ubuntu Gutsy. +Now I do the same for Ubuntu Hardy. You can find this and another +my backports at [public GPA's Ubuntu packages archive](http://gpa.net.icm.edu.pl/ubuntu/). + +I love using Ikiwiki and bug reporting ;)