add section information
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Feb 2010 09:22:15 +0000 (04:22 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Feb 2010 09:22:15 +0000 (04:22 -0500)
25 files changed:
IkiWiki/Plugin/404.pm
IkiWiki/Plugin/aggregate.pm
IkiWiki/Plugin/amazon_s3.pm
IkiWiki/Plugin/attachment.pm
IkiWiki/Plugin/autoindex.pm
IkiWiki/Plugin/comments.pm
IkiWiki/Plugin/editdiff.pm
IkiWiki/Plugin/edittemplate.pm
IkiWiki/Plugin/getsource.pm
IkiWiki/Plugin/google.pm
IkiWiki/Plugin/goto.pm
IkiWiki/Plugin/mirrorlist.pm
IkiWiki/Plugin/norcs.pm
IkiWiki/Plugin/pingee.pm
IkiWiki/Plugin/pinger.pm
IkiWiki/Plugin/remove.pm
IkiWiki/Plugin/rename.pm
IkiWiki/Plugin/repolist.pm
IkiWiki/Plugin/rsync.pm
IkiWiki/Plugin/search.pm
IkiWiki/Plugin/testpagespec.pm
IkiWiki/Plugin/underlay.pm
IkiWiki/Plugin/websetup.pm
IkiWiki/Plugin/wmd.pm
doc/plugins/write.mdwn

index 85486e559b0cdfa907d3000ed8f64a3a281d2d69..8adfd5dd99668c526168b09ba4f0fc334873d578 100644 (file)
@@ -21,6 +21,7 @@ sub getsetup () {
                        # server admin action too
                        safe => 0,
                        rebuild => 0,
+                       section => "web",
                }
 }
 
index 5a9eb433de8311e0a9d77909aa45343c609bdea5..c18d413e6c353806191804c2fffea3086abca28c 100644 (file)
@@ -43,6 +43,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => undef,
+                       section => "special-purpose",
                },
                aggregateinternal => {
                        type => "boolean",
index cfd8cd3477f81dd0758564994f35979419e330a0..f2f4dbcf20f88572469ecaafbe2dd1e43ba974b1 100644 (file)
@@ -45,6 +45,7 @@ sub getsetup () {
                plugin => {
                        safe => 0,
                        rebuild => 0,
+                       section => "special-purpose",
                },
                amazon_s3_key_id => {
                        type => "string",
index cbe6efc216c07de84ff547c7edbc296a76c1d146..ad1dd9bcaabdd24dbe111093b57face731ab3bbf 100644 (file)
@@ -19,6 +19,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 0,
+                       section => "web",
                },
                allowed_attachments => {
                        type => "pagespec",
index 555856b1189fe4508ac25997cad15669fb28ceea..e50464dca1191f20add84df54e96584d7ed67e6f 100644 (file)
@@ -16,6 +16,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 0,
+                       section => "special-purpose",
                },
 }
 
index caed0d58c5e05fedc70a7a480a5247e728c83b69..1e71749a4316d8e9cab0c3b63b2dd91151714a69 100644 (file)
@@ -38,6 +38,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1,
+                       section => "web",
                },
                comments_pagespec => {
                        type => 'pagespec',
index 7df6a9ffb42f53960f4881b43b34b86f49f6e798..d8f53a42ee6031b072dab134ec6c6740c156be3c 100644 (file)
@@ -19,6 +19,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 0,
+                       section => "web",
                },
 }
 
index a163b0d84c3b28cee03ab3eecd24744ee5a2fc65..5f0551d9272972d34d685df5ecc57e3802ca054f 100644 (file)
@@ -23,6 +23,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => undef,
+                       section => "web",
                },
 }
 
index d1555430e82d83bbe61064d04b335cdf48a85317..b362de7264175d9468c4207dcacf9153ade356a5 100644 (file)
@@ -17,6 +17,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1,
+                       section => "web",
                },
                getsource_mimetype => {
                        type => "string",
index 483fa1707dca4dd60be7d8b3328f1a343b1fe026..48ad4c8cea058f9a024bfdf99c01f5fcca8f4ca8 100644 (file)
@@ -17,6 +17,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1,
+                       section => "web",
                },
 }
 
index 439552f62f9d5b3fe97c33d8397a559118e25b71..03bd682b3fed5114d6d43a52d603feb6c3e11348 100644 (file)
@@ -14,6 +14,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 0,
+                       section => "web",
                }
 }
 
index d0a6107efe8baa6cadd540eb710f5f8f422c6778..92be7913efaf871929d8c3e0746191888aa1f513 100644 (file)
@@ -15,6 +15,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1,
+                       section => "web",
                },
                mirrorlist => {
                        type => "string",
index bfe84c0e1ebc15961986ce57a59be9fc26c53290..e6a05a3c5d855d89691414001996070c5f8f9c2c 100644 (file)
@@ -25,6 +25,7 @@ sub getsetup () {
                plugin => {
                        safe => 0, # rcs plugin
                        rebuild => 0,
+                       section => "rcs",
                },
 }
 
index f5386d0cae4ccb638913c9d6a7ac9a8e2a3d94af..aafce9e70dd03ec2a051f4a69b8264e397b66ce3 100644 (file)
@@ -15,6 +15,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => undef,
+                       section => "special-purpose",
                },
 }
 
index c20ecb5d4ef3a663f5496135f56ddb5369c5dd87..a797fc7bd99de99edbe6cc46ebffd63bd83958b1 100644 (file)
@@ -21,6 +21,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 0,
+                       section => "special-purpose",
                },
                pinger_timeout => {
                        type => "integer",
index 3c1e0c713c85b0b679b1d00c0ed19e56ea685006..f59d0269e4cc747da68db81b56afd82cdc304cee 100644 (file)
@@ -18,6 +18,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 0,
+                       section => "web",
                },
 }
 
index 8213d21f60c902985f06ae644d0d1633d7a58ce7..3908443cabd720bdd644d37c1ebbc8731b1b1035 100644 (file)
@@ -18,6 +18,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 0,
+                       section => "web",
                },
 }
 
index f69ec398880d4b2955e6e298ddc1d37cfd9141c3..ba7c5f0aa0e895087d9d1cba08d031cd29bc8764 100644 (file)
@@ -15,6 +15,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => undef,
+                       section => "web",
                },
                repositories => {
                        type => "string",
index e38801e4a110b0b9e4790935de65f08bce30441e..8dd983be783d85343f61afa18a1c179d655cb637 100644 (file)
@@ -16,6 +16,7 @@ sub getsetup () {
                plugin => {
                        safe => 0,
                        rebuild => 0,
+                       section => "special-purpose",
                },
                rsync_command => {
                        type => "string",
index 393c17e0fe8cf6b9ec137ba7cfc8ac64e008cd4b..fb68396a11ce54bcc3d4bb46eca7c43a025054a6 100644 (file)
@@ -20,6 +20,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1,
+                       section => "web",
                },
                omega_cgi => {
                        type => "string",
index 440fca33be02cc6cf91ff9072c725d936571b334..17a77cb6920f919de94666855c26ca8b8bf8d7f6 100644 (file)
@@ -15,6 +15,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => undef,
+                       section => "special-purpose",
                },
 }
 
index 116fe7324e5d3b4a770acd6876067eb020cf4ae8..ab74fc37e77bf82ae6f14ddff78ba34e1f7c392a 100644 (file)
@@ -18,6 +18,7 @@ sub getsetup () {
                plugin => {
                        safe => 0,
                        rebuild => undef,
+                       section => "special-purpose",
                },
                add_underlays => {
                        type => "string",
index 445552e4044c0e62e073b20188198a884a5f745b..5c19c9b63dad88e54cd2deca80ee3e3d08a73f3c 100644 (file)
@@ -18,6 +18,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 0,
+                       section => "web",
                },
                websetup_force_plugins => {
                        type => "string",
index 9ddd237abf7e992f0e0d2dfdfa3daf3ed1c59baa..5361d2914c078e1b25c275df75239a531298c97b 100644 (file)
@@ -17,6 +17,8 @@ sub getsetup () {
        return
                plugin => {
                        safe => 1,
+                       rebuild => 0,
+                       section => "web",
                },
 }
 
index 68454d56c70ffd75970f4b70fb2942a389008cc0..fbaabb6a0cb64ef587cd052c3b878a2ff34b68b8 100644 (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