From: Joey Hess Date: Fri, 3 Jun 2011 18:28:47 +0000 (-0400) Subject: response X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/138e12846e1f1b6992074095d3e3daefda465d2b?ds=sidebyside response --- diff --git a/doc/ikiwiki/directive/img/discussion.mdwn b/doc/ikiwiki/directive/img/discussion.mdwn index c2e724428..74b735eae 100644 --- a/doc/ikiwiki/directive/img/discussion.mdwn +++ b/doc/ikiwiki/directive/img/discussion.mdwn @@ -18,4 +18,13 @@ But it doesn't show the image file I already put in that directory. I can access It does show a clickable question mark for ikiwiki.cgi?page=utah-2006-100-180.png&from=roadtrips&do=create --- [[JeremyReed] +-- [[JeremyReed]] + +> The question mark means ikiwiki does not know about your image. +> It sounds as if you may have copied it onto your web server's `public_html` +> type directory manually. For ikiwiki to know about it, you need to put it in +> ikiwiki's srcdir with the rest of the wiki content, or you could upload +> it with the `Edit -> Attachment` web interface. +> +> To display an image that is really legitimately not part of the wiki, +> you can't use a directive, but you can insert `` html if you really want to. --[[Joey]]