<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.1">
</HEAD>
<BODY>
Am Montag, den 08.02.2010, 17:55 +0000 schrieb Chris G:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Is it possible for moinmoin to display 'local' images, i.e. images
which are already on the system where moinmoin is running?

I'm running version 1.9.1 on xubuntu 9.10.  All I want to do is
display images which are already on the system as .JPG files.  I don't
want to upload them into moinmoin as it will be a waste of space and
if I edit the original image (in my main photo album) the moinmoin
copy won't get changed.

</PRE>
</BLOCKQUOTE>
<BR>
embending images is easy, just read here:<BR>
<A HREF="http://moinmo.in/HelpOnImages">http://moinmo.in/HelpOnImages</A><BR>
<BR>
now the bit complicated part... your images on your  filesystem. I would try to do something like this<BR>
<BR>
1. install some apache and <BR>
<BR>
2. configure the webserver in that way that your image directories are accessible over localhost or your local domain like >> http://yourhostname/images/s000023.jpg  <<   (but you have be careful about your apache security configuration, because if your apache server is also from the Internet  available,  others can also read  directly your images, too)<BR>
<BR>
3. then you can write in your moinmoin someting like {{<A HREF="http://yourhostname/images/s000023.jpg">http://yourhostname/images/s000023.jpg</A>}}<BR>
<BR>
bye<BR>
Marcel<BR>
<BR>
<BR>
<BR>
 <BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>