• Home
  • History
  • Annotate
  • only in /external/clearsilver/imd/
NameDateSize

..13-Aug-20124 KiB

0.gif13-Aug-201250

1.gif13-Aug-201250

2.gif13-Aug-201250

3.gif13-Aug-201250

4.gif13-Aug-20121.2 KiB

5.gif13-Aug-201250

6.gif13-Aug-20121.1 KiB

7.gif13-Aug-2012640

example.imd13-Aug-2012615

imd.c13-Aug-201227.9 KiB

imd.cs13-Aug-20128.9 KiB

imdm.py13-Aug-20126.1 KiB

Makefile13-Aug-2012469

README13-Aug-2012539

test.in13-Aug-201270

README

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