add section information
parent
a7eb434afd
commit
20ba12802b
|
@ -21,6 +21,7 @@ sub getsetup () {
|
||||||
# server admin action too
|
# server admin action too
|
||||||
safe => 0,
|
safe => 0,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "web",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => undef,
|
rebuild => undef,
|
||||||
|
section => "special-purpose",
|
||||||
},
|
},
|
||||||
aggregateinternal => {
|
aggregateinternal => {
|
||||||
type => "boolean",
|
type => "boolean",
|
||||||
|
|
|
@ -45,6 +45,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 0,
|
safe => 0,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "special-purpose",
|
||||||
},
|
},
|
||||||
amazon_s3_key_id => {
|
amazon_s3_key_id => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -19,6 +19,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
allowed_attachments => {
|
allowed_attachments => {
|
||||||
type => "pagespec",
|
type => "pagespec",
|
||||||
|
|
|
@ -16,6 +16,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "special-purpose",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1,
|
rebuild => 1,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
comments_pagespec => {
|
comments_pagespec => {
|
||||||
type => 'pagespec',
|
type => 'pagespec',
|
||||||
|
|
|
@ -19,6 +19,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => undef,
|
rebuild => undef,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1,
|
rebuild => 1,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
getsource_mimetype => {
|
getsource_mimetype => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -17,6 +17,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1,
|
rebuild => 1,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "web",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1,
|
rebuild => 1,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
mirrorlist => {
|
mirrorlist => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -25,6 +25,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 0, # rcs plugin
|
safe => 0, # rcs plugin
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "rcs",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => undef,
|
rebuild => undef,
|
||||||
|
section => "special-purpose",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "special-purpose",
|
||||||
},
|
},
|
||||||
pinger_timeout => {
|
pinger_timeout => {
|
||||||
type => "integer",
|
type => "integer",
|
||||||
|
|
|
@ -18,6 +18,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => undef,
|
rebuild => undef,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
repositories => {
|
repositories => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -16,6 +16,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 0,
|
safe => 0,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "special-purpose",
|
||||||
},
|
},
|
||||||
rsync_command => {
|
rsync_command => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -20,6 +20,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1,
|
rebuild => 1,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
omega_cgi => {
|
omega_cgi => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -15,6 +15,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => undef,
|
rebuild => undef,
|
||||||
|
section => "special-purpose",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 0,
|
safe => 0,
|
||||||
rebuild => undef,
|
rebuild => undef,
|
||||||
|
section => "special-purpose",
|
||||||
},
|
},
|
||||||
add_underlays => {
|
add_underlays => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -18,6 +18,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 0,
|
rebuild => 0,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
websetup_force_plugins => {
|
websetup_force_plugins => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -17,6 +17,8 @@ sub getsetup () {
|
||||||
return
|
return
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
|
rebuild => 0,
|
||||||
|
section => "web",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -498,7 +498,8 @@ describes the plugin as a whole. For example:
|
||||||
and undef if a rebuild could be needed in some circumstances, but is not
|
and undef if a rebuild could be needed in some circumstances, but is not
|
||||||
strictly required.
|
strictly required.
|
||||||
* `section` can optionally specify which section in the config file
|
* `section` can optionally specify which section in the config file
|
||||||
the plugin fits in.
|
the plugin fits in. The convention is to name the sections the
|
||||||
|
same as the tags used for [[plugins|plugin]] on this wiki.
|
||||||
|
|
||||||
### genwrapper
|
### genwrapper
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue