aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/errors_with_ampersand_in_filename.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-17 13:49:03 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-17 13:49:03 -0400
commitfa4f735ad77417bf521b140fb872b8eb1f16552a (patch)
treed5f9758ec287cf8e59c1fef564d68724807a2281 /doc/bugs/errors_with_ampersand_in_filename.mdwn
parent8c6d363eb649a7bb136799b3a0070e332eadfaea (diff)
downloadikiwiki-fa4f735ad77417bf521b140fb872b8eb1f16552a.tar
ikiwiki-fa4f735ad77417bf521b140fb872b8eb1f16552a.tar.gz
response
Diffstat (limited to 'doc/bugs/errors_with_ampersand_in_filename.mdwn')
-rw-r--r--doc/bugs/errors_with_ampersand_in_filename.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/errors_with_ampersand_in_filename.mdwn b/doc/bugs/errors_with_ampersand_in_filename.mdwn
index 966060a9f..01c1d91d0 100644
--- a/doc/bugs/errors_with_ampersand_in_filename.mdwn
+++ b/doc/bugs/errors_with_ampersand_in_filename.mdwn
@@ -2,6 +2,9 @@ I created an image and a mdwn with an ampersand in the filename.
This gaves me some error messages.
I renamed the files and committed.
+> Ikiwiki does not allow files containing ampersands or most other non-alphanumeric characters.
+> It will display a "skipping bad filename" warning if you have such files. --[[Joey]]
+
Even now, I still get the following error messages:
Use of uninitialized value in substitution (s///) at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 764.
@@ -10,3 +13,7 @@ Even now, I still get the following error messages:
Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773.
Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773.
Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773.
+
+> To help with this I'd need to know, at a minimum, what version of ikiwiki you're using,
+> and I'd really also probably need a copy of the source of the wiki you are trying to
+> build with it. (If you'd like to email me a tarball, send it to joey@kitenet.net) --[[Joey]]