* Tag plugins according to type.
parent
11126bd74e
commit
7f1313c052
|
@ -25,6 +25,7 @@ ikiwiki (1.12) unstable; urgency=low
|
|||
However, to avoid inlining loops etc, don't expand inline directives in
|
||||
inlined pages.
|
||||
* fortune plugin (trivial)
|
||||
* Tag plugins according to type.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 29 Jul 2006 17:12:56 -0400
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ or the equivalent `add_plugins` line in [[ikiwiki.setup]].
|
|||
|
||||
Add all plugins here. Or add ideas to the [[todo|todo/plugin]] page.
|
||||
|
||||
[[inline pages="plugins/* !plugins/write !*/Discussion" archive="yes" rootpage="plugins/contrib" show="60"]]
|
||||
[[inline pages="plugins/* !plugins/type/* !plugins/write !*/Discussion" archive="yes" rootpage="plugins/contrib" show="60"]]
|
||||
|
||||
# Installing third party plugins
|
||||
|
||||
|
|
|
@ -9,3 +9,5 @@ This plugin is included in ikiwiki, but is not enabled by default.
|
|||
If it is turned on, here's a list of broken links on this wiki:
|
||||
|
||||
[[brokenlinks ]]
|
||||
|
||||
[[tag plugins/type/link plugins/type/meta]]
|
||||
|
|
|
@ -5,3 +5,5 @@ to be the name of some other page on the wiki, and so become a link.
|
|||
This plugin is included in ikiwiki, but is not enabled by default.
|
||||
|
||||
If this plugin is enabled, here is a link: SandBox
|
||||
|
||||
[[tag plugins/type/link]]
|
||||
|
|
|
@ -10,3 +10,5 @@ If this plugin is enabled, here's a fortune for you:
|
|||
----
|
||||
|
||||
[[fortune ]]
|
||||
|
||||
[[tag plugins/type/fun]]
|
||||
|
|
|
@ -14,3 +14,5 @@ display be written in haiku.
|
|||
|
||||
You need to have the Coy module installed for this plugin to do anything
|
||||
interesting. That does all the heavy lifting.
|
||||
|
||||
[[tag plugins/type/fun]]
|
||||
|
|
|
@ -6,3 +6,5 @@ sanitised like any other page. You can also use standard [[WikiLink]]s etc
|
|||
in the html pages.
|
||||
|
||||
This plugin is included in ikiwiki, but is not enabled by default.
|
||||
|
||||
[[tag plugins/type/html plugins/type/format]]
|
||||
|
|
|
@ -28,3 +28,5 @@ plugin is active:
|
|||
* <span style="background: url(javascript:window.location='http://example.org/')">test</span>
|
||||
* <span style="any: expression(window.location='http://example.org/')">test</span>
|
||||
* <span style="any: expression(window.location='http://example.org/')">test</span>
|
||||
|
||||
[[tag plugins/type/html plugins/type/core]]
|
||||
|
|
|
@ -3,3 +3,5 @@ emitted by ikiwiki. Besides being nicely formatted, this helps ensure that
|
|||
even if users enter suboptimal html, your wiki generates 100% valid html.
|
||||
|
||||
This plugin is included in ikiwiki, but is not enabled by default.
|
||||
|
||||
[[tag plugins/type/html]]
|
||||
|
|
|
@ -2,3 +2,5 @@ Allows including one wiki page inside another, generating blogs and RSS
|
|||
feeds. See [[blog]] for details.
|
||||
|
||||
This plugin is enabled by default.
|
||||
|
||||
[[tag plugins/type/core]]
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
This plugin, which is enabled by default, lets ikwiki convert files with
|
||||
names ending in ".mdwn" to html. It uses the [[markdown]] minimal markup
|
||||
language.
|
||||
|
||||
[[tag plugins/type/format plugins/type/core]]
|
||||
|
|
|
@ -43,3 +43,5 @@ header.
|
|||
This plugin is included in ikiwiki, but it is not enabled by default. If
|
||||
it is enabled, the title of this page will say it is.
|
||||
[[meta title="meta plugin (enabled)"]]
|
||||
|
||||
[[tag plugins/type/meta]]
|
||||
|
|
|
@ -12,3 +12,5 @@ This plugin is included in ikiwiki, but is not enabled by default.
|
|||
If it is turned on, here's a list of orphaned pages on this wiki:
|
||||
|
||||
[[orphans ]]
|
||||
|
||||
[[tag plugins/type/meta]]
|
||||
|
|
|
@ -9,3 +9,5 @@ This plugin is included in ikiwiki, but is not enabled by default.
|
|||
If it is turned on it can tell us that this wiki includes
|
||||
[[pagecount ]] pages, of which [[pagecount pages="*/Discussion"]] are
|
||||
discussion pages.
|
||||
|
||||
[[tag plugins/type/meta]]
|
||||
|
|
|
@ -11,3 +11,5 @@ And here's how to create a table of all the pages on the wiki:
|
|||
\[[pagestats style="table"]]
|
||||
|
||||
This plugin is included in ikiwiki, but is not enabled by default.
|
||||
|
||||
[[tag plugins/type/meta plugins/type/tags]]
|
||||
|
|
|
@ -24,3 +24,5 @@ Ikiwiki reviews:
|
|||
<li>[[polygen grammar="reviews"]]</li>
|
||||
<li>[[polygen grammar="reviews"]]</li>
|
||||
</ul>
|
||||
|
||||
[[tag plugins/type/fun]]
|
||||
|
|
|
@ -4,3 +4,5 @@ which serves as both configuration for the plugin and a list of available
|
|||
smileys.
|
||||
|
||||
This plugin is included in ikiwiki, but is not enabled by default. :-)
|
||||
|
||||
[[tag plugins/type/format]]
|
||||
|
|
|
@ -16,4 +16,4 @@ This plugin is included in ikiwiki, but is not enabled by default. If it is
|
|||
enabled, you'll see a note below that this page is tagged with the "tags"
|
||||
tag.
|
||||
|
||||
[[tag tags]]
|
||||
[[tag plugins/type/tags plugins/type/link]]
|
||||
|
|
|
@ -20,3 +20,5 @@ space. Any indented text without either marking is code, handled literally.
|
|||
You can nest lists.
|
||||
|
||||
This plugin is included in ikiwiki, but is not enabled by default.
|
||||
|
||||
[[tag plugins/type/format]]
|
||||
|
|
Loading…
Reference in New Issue