/[pub]/suikawiki/script/misc/plugins/view/robot.wp2
Suika

Contents of /suikawiki/script/misc/plugins/view/robot.wp2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sun Jan 30 12:32:09 2005 UTC (21 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
Error occurred while calculating annotation data.
FILE REMOVED
SuikaWiki09.wp2 (Function:get_xml_tree): Removed my

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 $Date: 2004/06/03 06:38:48 $
17 @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 );

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24