# server admin action too
safe => 0,
rebuild => 0,
+ section => "web",
}
}
plugin => {
safe => 1,
rebuild => undef,
+ section => "special-purpose",
},
aggregateinternal => {
type => "boolean",
plugin => {
safe => 0,
rebuild => 0,
+ section => "special-purpose",
},
amazon_s3_key_id => {
type => "string",
plugin => {
safe => 1,
rebuild => 0,
+ section => "web",
},
allowed_attachments => {
type => "pagespec",
plugin => {
safe => 1,
rebuild => 0,
+ section => "special-purpose",
},
}
plugin => {
safe => 1,
rebuild => 1,
+ section => "web",
},
comments_pagespec => {
type => 'pagespec',
plugin => {
safe => 1,
rebuild => 0,
+ section => "web",
},
}
plugin => {
safe => 1,
rebuild => undef,
+ section => "web",
},
}
plugin => {
safe => 1,
rebuild => 1,
+ section => "web",
},
getsource_mimetype => {
type => "string",
plugin => {
safe => 1,
rebuild => 1,
+ section => "web",
},
}
plugin => {
safe => 1,
rebuild => 0,
+ section => "web",
}
}
plugin => {
safe => 1,
rebuild => 1,
+ section => "web",
},
mirrorlist => {
type => "string",
plugin => {
safe => 0, # rcs plugin
rebuild => 0,
+ section => "rcs",
},
}
plugin => {
safe => 1,
rebuild => undef,
+ section => "special-purpose",
},
}
plugin => {
safe => 1,
rebuild => 0,
+ section => "special-purpose",
},
pinger_timeout => {
type => "integer",
plugin => {
safe => 1,
rebuild => 0,
+ section => "web",
},
}
plugin => {
safe => 1,
rebuild => 0,
+ section => "web",
},
}
plugin => {
safe => 1,
rebuild => undef,
+ section => "web",
},
repositories => {
type => "string",
plugin => {
safe => 0,
rebuild => 0,
+ section => "special-purpose",
},
rsync_command => {
type => "string",
plugin => {
safe => 1,
rebuild => 1,
+ section => "web",
},
omega_cgi => {
type => "string",
plugin => {
safe => 1,
rebuild => undef,
+ section => "special-purpose",
},
}
plugin => {
safe => 0,
rebuild => undef,
+ section => "special-purpose",
},
add_underlays => {
type => "string",
plugin => {
safe => 1,
rebuild => 0,
+ section => "web",
},
websetup_force_plugins => {
type => "string",
return
plugin => {
safe => 1,
+ rebuild => 0,
+ section => "web",
},
}
and undef if a rebuild could be needed in some circumstances, but is not
strictly required.
* `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