* Tag plugins according to type.

master
joey 2006-07-29 22:15:45 +00:00
parent 11126bd74e
commit 7f1313c052
19 changed files with 35 additions and 2 deletions

1
debian/changelog vendored
View File

@ -25,6 +25,7 @@ ikiwiki (1.12) unstable; urgency=low
However, to avoid inlining loops etc, don't expand inline directives in However, to avoid inlining loops etc, don't expand inline directives in
inlined pages. inlined pages.
* fortune plugin (trivial) * fortune plugin (trivial)
* Tag plugins according to type.
-- Joey Hess <joeyh@debian.org> Sat, 29 Jul 2006 17:12:56 -0400 -- Joey Hess <joeyh@debian.org> Sat, 29 Jul 2006 17:12:56 -0400

View File

@ -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. 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 # Installing third party plugins

View File

@ -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: If it is turned on, here's a list of broken links on this wiki:
[[brokenlinks ]] [[brokenlinks ]]
[[tag plugins/type/link plugins/type/meta]]

View File

@ -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. This plugin is included in ikiwiki, but is not enabled by default.
If this plugin is enabled, here is a link: SandBox If this plugin is enabled, here is a link: SandBox
[[tag plugins/type/link]]

View File

@ -10,3 +10,5 @@ If this plugin is enabled, here's a fortune for you:
---- ----
[[fortune ]] [[fortune ]]
[[tag plugins/type/fun]]

View File

@ -14,3 +14,5 @@ display be written in haiku.
You need to have the Coy module installed for this plugin to do anything You need to have the Coy module installed for this plugin to do anything
interesting. That does all the heavy lifting. interesting. That does all the heavy lifting.
[[tag plugins/type/fun]]

View File

@ -6,3 +6,5 @@ sanitised like any other page. You can also use standard [[WikiLink]]s etc
in the html pages. in the html pages.
This plugin is included in ikiwiki, but is not enabled by default. This plugin is included in ikiwiki, but is not enabled by default.
[[tag plugins/type/html plugins/type/format]]

View File

@ -28,3 +28,5 @@ plugin is active:
* <span style="background: url(javascript:window.location='http://example.org/')">test</span> * <span style="background: url(javascript:window.location='http://example.org/')">test</span>
* <span style="&#x61;&#x6e;&#x79;&#x3a;&#x20;&#x65;&#x78;&#x70;&#x72;&#x65;&#x73;&#x73;&#x69;&#x6f;&#x6e;&#x28;&#x77;&#x69;&#x6e;&#x64;&#x6f;&#x77;&#x2e;&#x6c;&#x6f;&#x63;&#x61;&#x74;&#x69;&#x6f;&#x6e;&#x3d;&#x27;&#x68;&#x74;&#x74;&#x70;&#x3a;&#x2f;&#x2f;&#x65;&#x78;&#x61;&#x6d;&#x70;&#x6c;&#x65;&#x2e;&#x6f;&#x72;&#x67;&#x2f;&#x27;&#x29;">test</span> * <span style="&#x61;&#x6e;&#x79;&#x3a;&#x20;&#x65;&#x78;&#x70;&#x72;&#x65;&#x73;&#x73;&#x69;&#x6f;&#x6e;&#x28;&#x77;&#x69;&#x6e;&#x64;&#x6f;&#x77;&#x2e;&#x6c;&#x6f;&#x63;&#x61;&#x74;&#x69;&#x6f;&#x6e;&#x3d;&#x27;&#x68;&#x74;&#x74;&#x70;&#x3a;&#x2f;&#x2f;&#x65;&#x78;&#x61;&#x6d;&#x70;&#x6c;&#x65;&#x2e;&#x6f;&#x72;&#x67;&#x2f;&#x27;&#x29;">test</span>
* <span style="&#97;&#110;&#121;&#58;&#32;&#101;&#120;&#112;&#114;&#101;&#115;&#115;&#105;&#111;&#110;&#40;&#119;&#105;&#110;&#100;&#111;&#119;&#46;&#108;&#111;&#99;&#97;&#116;&#105;&#111;&#110;&#61;&#39;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#111;&#114;&#103;&#47;&#39;&#41;">test</span> * <span style="&#97;&#110;&#121;&#58;&#32;&#101;&#120;&#112;&#114;&#101;&#115;&#115;&#105;&#111;&#110;&#40;&#119;&#105;&#110;&#100;&#111;&#119;&#46;&#108;&#111;&#99;&#97;&#116;&#105;&#111;&#110;&#61;&#39;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#111;&#114;&#103;&#47;&#39;&#41;">test</span>
[[tag plugins/type/html plugins/type/core]]

View File

@ -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. even if users enter suboptimal html, your wiki generates 100% valid html.
This plugin is included in ikiwiki, but is not enabled by default. This plugin is included in ikiwiki, but is not enabled by default.
[[tag plugins/type/html]]

View File

@ -2,3 +2,5 @@ Allows including one wiki page inside another, generating blogs and RSS
feeds. See [[blog]] for details. feeds. See [[blog]] for details.
This plugin is enabled by default. This plugin is enabled by default.
[[tag plugins/type/core]]

View File

@ -1,3 +1,5 @@
This plugin, which is enabled by default, lets ikwiki convert files with This plugin, which is enabled by default, lets ikwiki convert files with
names ending in ".mdwn" to html. It uses the [[markdown]] minimal markup names ending in ".mdwn" to html. It uses the [[markdown]] minimal markup
language. language.
[[tag plugins/type/format plugins/type/core]]

View File

@ -43,3 +43,5 @@ header.
This plugin is included in ikiwiki, but it is not enabled by default. If 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. it is enabled, the title of this page will say it is.
[[meta title="meta plugin (enabled)"]] [[meta title="meta plugin (enabled)"]]
[[tag plugins/type/meta]]

View File

@ -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: If it is turned on, here's a list of orphaned pages on this wiki:
[[orphans ]] [[orphans ]]
[[tag plugins/type/meta]]

View File

@ -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 If it is turned on it can tell us that this wiki includes
[[pagecount ]] pages, of which [[pagecount pages="*/Discussion"]] are [[pagecount ]] pages, of which [[pagecount pages="*/Discussion"]] are
discussion pages. discussion pages.
[[tag plugins/type/meta]]

View File

@ -11,3 +11,5 @@ And here's how to create a table of all the pages on the wiki:
\[[pagestats style="table"]] \[[pagestats style="table"]]
This plugin is included in ikiwiki, but is not enabled by default. This plugin is included in ikiwiki, but is not enabled by default.
[[tag plugins/type/meta plugins/type/tags]]

View File

@ -24,3 +24,5 @@ Ikiwiki reviews:
<li>[[polygen grammar="reviews"]]</li> <li>[[polygen grammar="reviews"]]</li>
<li>[[polygen grammar="reviews"]]</li> <li>[[polygen grammar="reviews"]]</li>
</ul> </ul>
[[tag plugins/type/fun]]

View File

@ -4,3 +4,5 @@ which serves as both configuration for the plugin and a list of available
smileys. smileys.
This plugin is included in ikiwiki, but is not enabled by default. :-) This plugin is included in ikiwiki, but is not enabled by default. :-)
[[tag plugins/type/format]]

View File

@ -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" enabled, you'll see a note below that this page is tagged with the "tags"
tag. tag.
[[tag tags]] [[tag plugins/type/tags plugins/type/link]]

View File

@ -20,3 +20,5 @@ space. Any indented text without either marking is code, handled literally.
You can nest lists. You can nest lists.
This plugin is included in ikiwiki, but is not enabled by default. This plugin is included in ikiwiki, but is not enabled by default.
[[tag plugins/type/format]]