1 |
wakaba |
1.1 |
#?SuikaWikiConfig/2.0 |
2 |
|
|
|
3 |
|
|
Plugin: |
4 |
|
|
@Name: Robot |
5 |
|
|
@Description: |
6 |
|
|
@@@: Special view for robots |
7 |
|
|
@@lang:en |
8 |
|
|
@License: %%Perl%% |
9 |
|
|
@Author: |
10 |
|
|
@@Name: |
11 |
|
|
@@@@: Wakaba |
12 |
|
|
@@@lang:ja |
13 |
|
|
@@@script:Latn |
14 |
|
|
@@Mail[list]: w@suika.fam.cx |
15 |
|
|
@Date.RCS: |
16 |
wakaba |
1.2 |
$Date: 2004/06/03 06:38:48 $ |
17 |
wakaba |
1.1 |
@RequiredPlugin[list]: |
18 |
|
|
WikiFormat |
19 |
|
|
WikiView |
20 |
|
|
WikiStruct |
21 |
|
|
WikiLinking |
22 |
|
|
HTML |
23 |
|
|
@Use: |
24 |
|
|
use Message::Util::Error; |
25 |
|
|
|
26 |
|
|
ViewDefinition: |
27 |
|
|
@Mode: robot--read |
28 |
|
|
@Condition: |
29 |
|
|
@@http-method[list]: |
30 |
|
|
GET |
31 |
|
|
HEAD |
32 |
|
|
@Description: |
33 |
|
|
@@@: Show WikiPage content as whole (for robots) |
34 |
|
|
@@lang: en |
35 |
|
|
@template: |
36 |
|
|
@@http-status-code: 200 |
37 |
|
|
@@media-type: text/html |
38 |
|
|
@@use-media-type-charset: 1 |
39 |
|
|
@@expires: %%view%% |
40 |
|
|
@@body: |
41 |
|
|
%html-document ( |
42 |
|
|
pre-element => { }, |
43 |
|
|
title => {%res (name => {View:WebPageTitle});}p, |
44 |
|
|
link-meta => {%template (name => links);}p, |
45 |
|
|
stylesheets => { }, |
46 |
|
|
content => {%read;}p, |
47 |
|
|
); |