Home | History | Annotate | only in /external/clearsilver/imd
Up to higher level directory
NameDateSize
0.gif19-Dec-201050
1.gif19-Dec-201050
2.gif19-Dec-201050
3.gif19-Dec-201050
4.gif19-Dec-20101.2K
5.gif19-Dec-201050
6.gif19-Dec-20101.1K
7.gif19-Dec-2010640
example.imd19-Dec-2010615
imd.c19-Dec-201027.9K
imd.cs19-Dec-20108.9K
imdm.py19-Dec-20106.1K
Makefile19-Dec-2010469
README19-Dec-2010539
test.in19-Dec-201070

README

      1 
      2 To set up imd, you need to add the following directives to an apache
      3 conf file.  If you have sufficient permissions, you can add these to the
      4 .htaccess files for an image directory:
      5 
      6 AddHandler cgi-script .cgi
      7 AddHandler imd-handler .imd
      8 Action imd-handler /url/path/to/imd.cgi
      9 
     10 Then, copy example.imd to somewhere in your URL space, and modify the
     11 settings in there.  You will probably need to modify Template to point
     12 to the installed location of the imd.cs file.  You can personalize the
     13 imd.cs file to personalize your image server.
     14 
     15