| 1 |
#?SuikaWikiConfig/2.0 |
| 2 |
|
| 3 |
Plugin: |
| 4 |
@Name: Image |
| 5 |
@Description: |
| 6 |
@@@: Image support |
| 7 |
@@lang:en |
| 8 |
@License: %%GPL%% |
| 9 |
@Author: |
| 10 |
@@Name: |
| 11 |
@@@@: Wakaba |
| 12 |
@@@lang:ja |
| 13 |
@@@script:Latn |
| 14 |
@@Mail[list]: [email protected] |
| 15 |
@Date.RCS: |
| 16 |
$Date: 2004/01/16 07:54:22 $ |
| 17 |
|
| 18 |
ViewDefinition: |
| 19 |
@Mode: image-png |
| 20 |
@Condition: |
| 21 |
@@http-method[list]: |
| 22 |
GET |
| 23 |
HEAD |
| 24 |
@Description: |
| 25 |
@@@: Portable Network Graphics (PNG) format image |
| 26 |
@@lang: en |
| 27 |
@template: |
| 28 |
@@http-status-code: 200 |
| 29 |
@@media-type: image/png |
| 30 |
@@expires: %%image%% |
| 31 |
@@body: |
| 32 |
@@@is-octet-stream: 1 |
| 33 |
@@@@: |
| 34 |
%read (Type => {image/png}, return-type => ToOctetStream, |
| 35 |
when-no-converter => 406); |
| 36 |
|
| 37 |
ViewDefinition: |
| 38 |
@Mode: image-jpeg |
| 39 |
@Condition: |
| 40 |
@@http-method[list]: |
| 41 |
GET |
| 42 |
HEAD |
| 43 |
@Description: |
| 44 |
@@@: JPEG (JFIF) format image |
| 45 |
@@lang: en |
| 46 |
@template: |
| 47 |
@@http-status-code: 200 |
| 48 |
@@media-type: image/jpeg |
| 49 |
@@expires: %%image%% |
| 50 |
@@body: |
| 51 |
@@@is-octet-stream: 1 |
| 52 |
@@@@: |
| 53 |
%read (Type => {image/jpeg}, return-type => ToOctetStream, |
| 54 |
when-no-converter => 406); |
| 55 |
|
| 56 |
ViewDefinition: |
| 57 |
@Mode: image-x-icon |
| 58 |
@Condition: |
| 59 |
@@http-method[list]: |
| 60 |
GET |
| 61 |
HEAD |
| 62 |
@Description: |
| 63 |
@@@: Windows icon format image |
| 64 |
@@lang: en |
| 65 |
@template: |
| 66 |
@@http-status-code: 200 |
| 67 |
@@media-type: image/vnd.microsoft.icon |
| 68 |
@@expires: %%image%% |
| 69 |
@@body: |
| 70 |
@@@is-octet-stream: 1 |
| 71 |
@@@@: |
| 72 |
%read (Type => {image/vnd.microsoft.icon}, return-type => ToOctetStream, |
| 73 |
when-no-converter => 406); |
| 74 |
|
| 75 |
Resource: |
| 76 |
@Mode:image_x_icon: |
| 77 |
@@@: Windows Icon |
| 78 |
@@lang: en |
| 79 |
@Mode:image_jpeg |
| 80 |
@@@: JPEG image |
| 81 |
@@lang: en |
| 82 |
@Mode:image_png: |
| 83 |
@@@: PNG image |
| 84 |
@@lang: en |