]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'tova'
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 24 Jul 2008 16:37:17 +0000 (12:37 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 24 Jul 2008 16:37:17 +0000 (12:37 -0400)
doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn
doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn [new file with mode: 0644]
doc/download.mdwn
doc/todo/Bestdir_along_with_bestlink_in_IkiWiki.pm/discussion.mdwn [new file with mode: 0644]
doc/users/ptecza.mdwn

index d7d101700481305062fcf0baf5781bb97c3a4f0b..4ce4ac5ee9231159ffae21fd4c3162afac8f5b04 100644 (file)
@@ -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 (file)
index 0000000..875de48
--- /dev/null
@@ -0,0 +1,29 @@
+compare:
+
+    * <jon+markdownbug@example.org>
+    * <jon.markdownbug@example.org>
+
+* <jon+markdownbug@example.org>
+* <jon.markdownbug@example.org>
+
+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 '<a+b@c.org>' | markdown
+>     <p><a+b@c.org></p>
+>
+> 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
+
+<tt>
+
+- 
+>
index e35cc0a455ccee0be7f7dd32c09926f7c269282a..98defb38211f0b261b2ce6439954ae0784f7cfd9 100644 (file)
@@ -24,8 +24,8 @@ Or download the deb from <http://packages.debian.org/unstable/web/ikiwiki>.
 There is a backport of a recent version of ikiwiki for Debian 4.0 at
 <http://packages.debian.org/etch-backports/ikiwiki>.
 
-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 (file)
index 0000000..bad1185
--- /dev/null
@@ -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]]
index 97d63ab942666e6e2e6f119e11f704f91420e513..3f6fd39e8c13e8eb99e280edc8335e760898b15e 100644 (file)
@@ -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 ;)