#?SuikaWikiConfig/2.0 Plugin: @Name: Robot @Description: @@@: Special view for robots @@lang:en @License: %%Perl%% @Author: @@Name: @@@@: Wakaba @@@lang:ja @@@script:Latn @@Mail[list]: w@suika.fam.cx @Date.RCS: $Date: 2004/06/03 06:38:48 $ @RequiredPlugin[list]: WikiFormat WikiView WikiStruct WikiLinking HTML @Use: use Message::Util::Error; ViewDefinition: @Mode: robot--read @Condition: @@http-method[list]: GET HEAD @Description: @@@: Show WikiPage content as whole (for robots) @@lang: en @template: @@http-status-code: 200 @@media-type: text/html @@use-media-type-charset: 1 @@expires: %%view%% @@body: %html-document ( pre-element => { }, title => {%res (name => {View:WebPageTitle});}p, link-meta => {%template (name => links);}p, stylesheets => { }, content => {%read;}p, );