add section information

master
Joey Hess 2010-02-12 04:22:15 -05:00
parent a7eb434afd
commit 20ba12802b
25 changed files with 27 additions and 1 deletions

View File

@ -21,6 +21,7 @@ sub getsetup () {
# server admin action too
safe => 0,
rebuild => 0,
section => "web",
}
}

View File

@ -43,6 +43,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => undef,
section => "special-purpose",
},
aggregateinternal => {
type => "boolean",

View File

@ -45,6 +45,7 @@ sub getsetup () {
plugin => {
safe => 0,
rebuild => 0,
section => "special-purpose",
},
amazon_s3_key_id => {
type => "string",

View File

@ -19,6 +19,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 0,
section => "web",
},
allowed_attachments => {
type => "pagespec",

View File

@ -16,6 +16,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 0,
section => "special-purpose",
},
}

View File

@ -38,6 +38,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 1,
section => "web",
},
comments_pagespec => {
type => 'pagespec',

View File

@ -19,6 +19,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 0,
section => "web",
},
}

View File

@ -23,6 +23,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => undef,
section => "web",
},
}

View File

@ -17,6 +17,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 1,
section => "web",
},
getsource_mimetype => {
type => "string",

View File

@ -17,6 +17,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 1,
section => "web",
},
}

View File

@ -14,6 +14,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 0,
section => "web",
}
}

View File

@ -15,6 +15,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 1,
section => "web",
},
mirrorlist => {
type => "string",

View File

@ -25,6 +25,7 @@ sub getsetup () {
plugin => {
safe => 0, # rcs plugin
rebuild => 0,
section => "rcs",
},
}

View File

@ -15,6 +15,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => undef,
section => "special-purpose",
},
}

View File

@ -21,6 +21,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 0,
section => "special-purpose",
},
pinger_timeout => {
type => "integer",

View File

@ -18,6 +18,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 0,
section => "web",
},
}

View File

@ -18,6 +18,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 0,
section => "web",
},
}

View File

@ -15,6 +15,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => undef,
section => "web",
},
repositories => {
type => "string",

View File

@ -16,6 +16,7 @@ sub getsetup () {
plugin => {
safe => 0,
rebuild => 0,
section => "special-purpose",
},
rsync_command => {
type => "string",

View File

@ -20,6 +20,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 1,
section => "web",
},
omega_cgi => {
type => "string",

View File

@ -15,6 +15,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => undef,
section => "special-purpose",
},
}

View File

@ -18,6 +18,7 @@ sub getsetup () {
plugin => {
safe => 0,
rebuild => undef,
section => "special-purpose",
},
add_underlays => {
type => "string",

View File

@ -18,6 +18,7 @@ sub getsetup () {
plugin => {
safe => 1,
rebuild => 0,
section => "web",
},
websetup_force_plugins => {
type => "string",

View File

@ -17,6 +17,8 @@ sub getsetup () {
return
plugin => {
safe => 1,
rebuild => 0,
section => "web",
},
}

View File

@ -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
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