format plugin categorization
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Feb 2010 06:10:36 +0000 (01:10 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Feb 2010 06:10:36 +0000 (01:10 -0500)
20 files changed:
IkiWiki/Plugin/creole.pm
IkiWiki/Plugin/highlight.pm
IkiWiki/Plugin/hnb.pm
IkiWiki/Plugin/html.pm
IkiWiki/Plugin/mdwn.pm
IkiWiki/Plugin/otl.pm
IkiWiki/Plugin/po.pm
IkiWiki/Plugin/rawhtml.pm
IkiWiki/Plugin/textile.pm
IkiWiki/Plugin/txt.pm
IkiWiki/Plugin/wikitext.pm
doc/plugins/conditional.mdwn
doc/plugins/format.mdwn
doc/plugins/graphviz.mdwn
doc/plugins/more.mdwn
doc/plugins/shortcut.mdwn
doc/plugins/table.mdwn
doc/plugins/template.mdwn
doc/plugins/typography.mdwn
plugins/rst

index 425e71043f0133f5b855c32932bc114542c83d7d..a1e4b31d326c7d5d9f2480be501a09c1f43e0bbb 100644 (file)
@@ -17,6 +17,7 @@ sub getsetup {
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
+                       section => "format",
                },
 }
 
index 9bdde85ae3bfd725ee83265b923eb445021a15c4..947fb692e5ab8fbe103f29a20d23fd969b47c235 100644 (file)
@@ -23,6 +23,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
+                       section => "format",
                },
                tohighlight => {
                        type => "string",
index bd2177a06a1217de57700c40de641e9794133b5f..32c9cf3ada5b1ed3ed65114177fbcade05d0eaf2 100644 (file)
@@ -23,6 +23,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
+                       section => "format",
                },
 }
 
index a7d5e8ce91af28d9053b9b831564e9b1fc13a7b3..4dbae081bd9476c154728d32efe4c054e1e954f9 100644 (file)
@@ -21,6 +21,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
+                       section => "format",
                },
 }
 
index 4ddf097ba669f8327eef8c635a7cfc353896d083..b892eabee29be50387fa493baafd5dbd6d1024a8 100644 (file)
@@ -16,7 +16,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
-                       section => "core",
+                       section => "format",
                },
                multimarkdown => {
                        type => "boolean",
index 3ab2441bf7be971ab9a11e7f4469b9cba1809193..3801a6ec2417d225f3cf541a505ff79adedec8ef 100644 (file)
@@ -17,6 +17,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
+                       section => "format",
                },
 }
 
index f8801185e2450152f2155fb01ff1da5fdcee607f..2cbfb0a459a91c37469b3429d437cdae5433bbc1 100644 (file)
@@ -85,7 +85,8 @@ sub getsetup () {
        return
                plugin => {
                        safe => 0,
-                       rebuild => 1,
+                       rebuild => 1, # format plugin
+                       section => "format",
                },
                po_master_language => {
                        type => "string",
index ad8a610c1420f73a3ce0eabf30f9300afcdff5a4..0838bcb225a538c5c21cf05d26bad778860d0fdd 100644 (file)
@@ -16,6 +16,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1, # changes file types
+                       section => "format",
                },
 }
 
index 8cc5a7951d3575e67b221ca312993fff158bae20..56bb4bffce83bf9fa47b1ad731f46c8dc8d9f652 100644 (file)
@@ -19,6 +19,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
+                       section => "format",
                },
 }
 
index 8599bdc8ec881429472ef19f760113f27d0a678f..1ed9f0856fe0d8589aede718651110a228e60a4a 100644 (file)
@@ -29,6 +29,7 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => 1, # format plugin
+                       section => "format",
                },
 }
 
index accb03bbef8317cad028d95fe36a68b466d9bd0f..b24630b15bf9c380e2b68af44f59bcffaaf5bb70 100644 (file)
@@ -16,6 +16,7 @@ sub getsetup () {
                plugin => {
                        safe => 0, # format plugin
                        rebuild => undef,
+                       section => "format",
                },
 }
 
index 95ffb2764ebc7f2fcba3ec0cd6ad28d079f7c361..27a99bb7cc0ce0ab77973077c8f05822cfcf7d97 100644 (file)
@@ -1,5 +1,5 @@
 [[!template id=plugin name=conditional core=1 author="[[Joey]]"]]
-[[!tag type/format]]
+[[!tag type/special-purpose]]
 
 This plugin provides the [[ikiwiki/directive/if]] [[ikiwiki/directive]].
 With this directive, you can make text be conditionally displayed on a page.
index 91e707fcf286c2d59da227f89b48fe0a6e162ee2..5ec0842ae0a01ff7ed46962332bbe0cb015074ac 100644 (file)
@@ -1,5 +1,5 @@
 [[!template id=plugin name=format core=0 author="[[Joey]]"]]
-[[!tag type/format]]
+[[!tag type/useful]]
 
 This plugin allows mixing different page formats together, by embedding
 text formatted one way inside a page formatted another way. This is done
index b89f16b59512092fb9512462bd5bd2e1c09d1a6e..8237ae9dc66deab1a7496a905c62502070a2e219 100644 (file)
@@ -1,5 +1,5 @@
 [[!template id=plugin name=graphviz author="[[JoshTriplett]]"]]
-[[!tag type/chrome type/format]]
+[[!tag type/chrome]]
 
 This plugin provides the [[ikiwiki/directive/graph]] [[ikiwiki/directive]].
 This directive allows embedding [graphviz](http://www.graphviz.org/) graphs in a
index e9a971289b0a0bdf39a0f885f59cd6e3c5e8d3c6..81a9e67e8dcc3a73a3bcefac8bb8684811030b6d 100644 (file)
@@ -1,5 +1,5 @@
 [[!template id=plugin name=more author="Ben"]]
-[[!tag type/format]]
+[[!tag type/chrome]]
 
 This plugin provides the [[ikiwiki/directive/more]] [[ikiwiki/directive]],
 which is a way to have a "more" link on a post in a blog, that leads to the
index cca1f4bdd18d4875074a058b061945971c549020..68896f4d3eaf25136feff55bcdda4d93ee4f543e 100644 (file)
@@ -1,5 +1,5 @@
 [[!template id=plugin name=shortcut author="[[Joey]]"]]
-[[!tag type/format]]
+[[!tag type/useful]]
 
 This plugin provides the [[ikiwiki/directive/shortcut]] [[ikiwiki/directive]].
 It allows external links to commonly linked to sites to be made
index 10a85bb2cd03a89f17aa06138a2777af58225da0..fb830044fc4a593e3fd9f3a898a0a54962c17a75 100644 (file)
@@ -1,5 +1,5 @@
 [[!template id=plugin name=table author="[[VictorMoral]]"]]
-[[!tag type/format]]
+[[!tag type/useful]]
 
 This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
 It can build HTML tables from data in CSV (comma-separated values)
index 3485fe64ce51953438ec661ec3276ee56572d267..6675207b260d41d5892a2c8a19a73ac06f741931 100644 (file)
@@ -1,5 +1,5 @@
 [[!template id=plugin name=template author="[[Joey]]"]]
-[[!tag type/format]]
+[[!tag type/useful]]
 
 This plugin provides the [[ikiwiki/directive/template]] [[ikiwiki/directive]].
 With this plugin, you can set up templates, and cause them to be filled out
index 030ef80526d2110e14a067fb7930457a89e5a6d5..9ff6c4ffdcb87ccbc74c81a30f5bd6438b041bc4 100644 (file)
@@ -1,5 +1,5 @@
 [[!template id=plugin name=typography author="[[Roktas]]"]]
-[[!tag type/format]]
+[[!tag type/chrome]]
 
 This plugin, also known as
 [SmartyPants](http://daringfireball.net/projects/smartypants/), translates
index 9f64b33a0aa3224fd371224ec54f6f28ffb2e355..8386675079bf6de787ad18731addf532cc142435 100755 (executable)
@@ -33,7 +33,7 @@ def _to_dict(args):
     return dict((k, v) for k, v in zip(*[iter(args)]*2))
 
 def getsetup(proxy, *kwargs):
-    return 'plugin', { 'safe' : 1, 'rebuild' : 1 }
+    return 'plugin', { 'safe' : 1, 'rebuild' : 1, 'section' : 'format' }
 
 import sys
 def debug(s):