#?SuikaWikiConfig/2.0 Plugin: @Name: Image @Description: @@@: Image support @@lang:en @License: %%GPL%% @Author: @@Name: @@@@: Wakaba @@@lang:ja @@@script:Latn @@Mail[list]: w@suika.fam.cx @Date.RCS: $Date: 2004/02/08 08:44:13 $ ViewDefinition: @Mode: image-png @Condition: @@http-method[list]: GET HEAD @Description: @@@: Portable Network Graphics (PNG) format image @@lang: en @template: @@http-status-code: 200 @@media-type: image/png @@expires: %%image%% @@body: @@@is-octet-stream: 1 @@@@: %read (Type => {image/png}, return-type => ToOctetStream, when-no-converter => 406); ViewDefinition: @Mode: image-jpeg @Condition: @@http-method[list]: GET HEAD @Description: @@@: JPEG (JFIF) format image @@lang: en @template: @@http-status-code: 200 @@media-type: image/jpeg @@expires: %%image%% @@body: @@@is-octet-stream: 1 @@@@: %read (Type => {image/jpeg}, return-type => ToOctetStream, when-no-converter => 406); ViewDefinition: @Mode: image-x-icon @Condition: @@http-method[list]: GET HEAD @Description: @@@: Windows icon format image @@lang: en @template: @@http-status-code: 200 @@media-type: image/vnd.microsoft.icon @@expires: %%image%% @@body: @@@is-octet-stream: 1 @@@@: %read (Type => {image/vnd.microsoft.icon}, return-type => ToOctetStream, when-no-converter => 406); Resource: @Mode:image_x_icon: @@@: Windows Icon @@lang: en @Mode:image_jpeg @@@: JPEG image @@lang: en @Mode:image_png: @@@: PNG image @@lang: en