format plugin categorization
parent
0ea2f0936b
commit
9cee2962e0
|
@ -17,6 +17,7 @@ sub getsetup {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1, # format plugin
|
rebuild => 1, # format plugin
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1, # format plugin
|
rebuild => 1, # format plugin
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
tohighlight => {
|
tohighlight => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -23,6 +23,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1, # format plugin
|
rebuild => 1, # format plugin
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1, # format plugin
|
rebuild => 1, # format plugin
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1, # format plugin
|
rebuild => 1, # format plugin
|
||||||
section => "core",
|
section => "format",
|
||||||
},
|
},
|
||||||
multimarkdown => {
|
multimarkdown => {
|
||||||
type => "boolean",
|
type => "boolean",
|
||||||
|
|
|
@ -17,6 +17,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1, # format plugin
|
rebuild => 1, # format plugin
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,8 @@ sub getsetup () {
|
||||||
return
|
return
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 0,
|
safe => 0,
|
||||||
rebuild => 1,
|
rebuild => 1, # format plugin
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
po_master_language => {
|
po_master_language => {
|
||||||
type => "string",
|
type => "string",
|
||||||
|
|
|
@ -16,6 +16,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1, # changes file types
|
rebuild => 1, # changes file types
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1, # format plugin
|
rebuild => 1, # format plugin
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 1,
|
safe => 1,
|
||||||
rebuild => 1, # format plugin
|
rebuild => 1, # format plugin
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ sub getsetup () {
|
||||||
plugin => {
|
plugin => {
|
||||||
safe => 0, # format plugin
|
safe => 0, # format plugin
|
||||||
rebuild => undef,
|
rebuild => undef,
|
||||||
|
section => "format",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[!template id=plugin name=conditional core=1 author="[[Joey]]"]]
|
[[!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]].
|
This plugin provides the [[ikiwiki/directive/if]] [[ikiwiki/directive]].
|
||||||
With this directive, you can make text be conditionally displayed on a page.
|
With this directive, you can make text be conditionally displayed on a page.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[!template id=plugin name=format core=0 author="[[Joey]]"]]
|
[[!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
|
This plugin allows mixing different page formats together, by embedding
|
||||||
text formatted one way inside a page formatted another way. This is done
|
text formatted one way inside a page formatted another way. This is done
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[!template id=plugin name=graphviz author="[[JoshTriplett]]"]]
|
[[!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 plugin provides the [[ikiwiki/directive/graph]] [[ikiwiki/directive]].
|
||||||
This directive allows embedding [graphviz](http://www.graphviz.org/) graphs in a
|
This directive allows embedding [graphviz](http://www.graphviz.org/) graphs in a
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[!template id=plugin name=more author="Ben"]]
|
[[!template id=plugin name=more author="Ben"]]
|
||||||
[[!tag type/format]]
|
[[!tag type/chrome]]
|
||||||
|
|
||||||
This plugin provides the [[ikiwiki/directive/more]] [[ikiwiki/directive]],
|
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
|
which is a way to have a "more" link on a post in a blog, that leads to the
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[!template id=plugin name=shortcut author="[[Joey]]"]]
|
[[!template id=plugin name=shortcut author="[[Joey]]"]]
|
||||||
[[!tag type/format]]
|
[[!tag type/useful]]
|
||||||
|
|
||||||
This plugin provides the [[ikiwiki/directive/shortcut]] [[ikiwiki/directive]].
|
This plugin provides the [[ikiwiki/directive/shortcut]] [[ikiwiki/directive]].
|
||||||
It allows external links to commonly linked to sites to be made
|
It allows external links to commonly linked to sites to be made
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[!template id=plugin name=table author="[[VictorMoral]]"]]
|
[[!template id=plugin name=table author="[[VictorMoral]]"]]
|
||||||
[[!tag type/format]]
|
[[!tag type/useful]]
|
||||||
|
|
||||||
This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
|
This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
|
||||||
It can build HTML tables from data in CSV (comma-separated values)
|
It can build HTML tables from data in CSV (comma-separated values)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[!template id=plugin name=template author="[[Joey]]"]]
|
[[!template id=plugin name=template author="[[Joey]]"]]
|
||||||
[[!tag type/format]]
|
[[!tag type/useful]]
|
||||||
|
|
||||||
This plugin provides the [[ikiwiki/directive/template]] [[ikiwiki/directive]].
|
This plugin provides the [[ikiwiki/directive/template]] [[ikiwiki/directive]].
|
||||||
With this plugin, you can set up templates, and cause them to be filled out
|
With this plugin, you can set up templates, and cause them to be filled out
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[!template id=plugin name=typography author="[[Roktas]]"]]
|
[[!template id=plugin name=typography author="[[Roktas]]"]]
|
||||||
[[!tag type/format]]
|
[[!tag type/chrome]]
|
||||||
|
|
||||||
This plugin, also known as
|
This plugin, also known as
|
||||||
[SmartyPants](http://daringfireball.net/projects/smartypants/), translates
|
[SmartyPants](http://daringfireball.net/projects/smartypants/), translates
|
||||||
|
|
|
@ -33,7 +33,7 @@ def _to_dict(args):
|
||||||
return dict((k, v) for k, v in zip(*[iter(args)]*2))
|
return dict((k, v) for k, v in zip(*[iter(args)]*2))
|
||||||
|
|
||||||
def getsetup(proxy, *kwargs):
|
def getsetup(proxy, *kwargs):
|
||||||
return 'plugin', { 'safe' : 1, 'rebuild' : 1 }
|
return 'plugin', { 'safe' : 1, 'rebuild' : 1, 'section' : 'format' }
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
def debug(s):
|
def debug(s):
|
||||||
|
|
Loading…
Reference in New Issue