diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-12 02:44:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-12 02:44:47 +0000 |
commit | 479c7a1ea62d8fce3ef54f9deae89230d0b52a5d (patch) | |
tree | f8932f522aa856e9cf35d7db3420d491dd05518e /doc/plugins/contrib | |
parent | fe62c0ff209bbf01a3e5eb4a7b9f3b3d99acebca (diff) |
* Allow plugins to add new types of tests that can be used in PageSpecs.
* Add a "conditional" plugin, which allows displaying text if a condition
is true. It is enabled by default so conditional can be used in the
basewiki.
* Use conditionals in the template for plugins, so that plugin pages
say if they're currently enabled or not, and in various other places
in the wiki.
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r-- | doc/plugins/contrib/googlemaps.mdwn | 1 | ||||
-rw-r--r-- | doc/plugins/contrib/img.mdwn | 1 | ||||
-rw-r--r-- | doc/plugins/contrib/linguas.mdwn | 1 | ||||
-rw-r--r-- | doc/plugins/contrib/navbar.mdwn | 4 | ||||
-rw-r--r-- | doc/plugins/contrib/syntax.mdwn | 2 | ||||
-rw-r--r-- | doc/plugins/contrib/table.mdwn | 3 |
6 files changed, 3 insertions, 9 deletions
diff --git a/doc/plugins/contrib/googlemaps.mdwn b/doc/plugins/contrib/googlemaps.mdwn index 30f630a2c..9174ebe75 100644 --- a/doc/plugins/contrib/googlemaps.mdwn +++ b/doc/plugins/contrib/googlemaps.mdwn @@ -1,6 +1,5 @@ [[template id=plugin name=googlemaps author="Christian Mock"]] [[tag type/special-purpose]] -[[meta title="googlemaps (third-party plugin)"]] `googlemaps` is a plugin that allows using the [Google Maps API][2] from ikiwiki. diff --git a/doc/plugins/contrib/img.mdwn b/doc/plugins/contrib/img.mdwn index 43c502525..c55338bf5 100644 --- a/doc/plugins/contrib/img.mdwn +++ b/doc/plugins/contrib/img.mdwn @@ -1,6 +1,5 @@ [[template id=plugin name=img author="Christian Mock"]] [[tag type/chrome]] -[[meta title="img (third-party plugin)"]] `img` is an enhanced image handling plugin. diff --git a/doc/plugins/contrib/linguas.mdwn b/doc/plugins/contrib/linguas.mdwn index 7778bf461..cf7a458c7 100644 --- a/doc/plugins/contrib/linguas.mdwn +++ b/doc/plugins/contrib/linguas.mdwn @@ -1,5 +1,4 @@ [[template id=plugin name=linguas author="Jordà Polo"]] -[[meta title="linguas (third-party plugin)"]] Linguas ======= diff --git a/doc/plugins/contrib/navbar.mdwn b/doc/plugins/contrib/navbar.mdwn index 8c473d631..8f15e83f7 100644 --- a/doc/plugins/contrib/navbar.mdwn +++ b/doc/plugins/contrib/navbar.mdwn @@ -1,6 +1,4 @@ [[template id=plugin name=navbar author="[[TobiOetiker]]"]] -[[meta title="navbar (third-party plugin)"]] - The Navbar Plugin renders a Navigation Bar into your page. It is based on code from the sidebar plug in see <http://ikiwiki.kitenet.net/plugins/sidebar.html> @@ -35,4 +33,4 @@ ikiwiki look good anyway, I won't go into details here ... Tobi Oetiker 2006.12.30 -If you are interested in this, drop me a line tobi at oetiker dot ch
\ No newline at end of file +If you are interested in this, drop me a line tobi at oetiker dot ch diff --git a/doc/plugins/contrib/syntax.mdwn b/doc/plugins/contrib/syntax.mdwn index 3aed3d425..57c614a9d 100644 --- a/doc/plugins/contrib/syntax.mdwn +++ b/doc/plugins/contrib/syntax.mdwn @@ -1,7 +1,5 @@ [[template id=plugin name=syntax author="[[VictorMoral]]"]] [[tag type/chrome type/slow]] -[[meta title="syntax (third-party plugin)"]] - `syntax` is a plugin that add support to ikiwiki for syntax highlighting through the *vim* editor and its perl interface [[cpan Text::VimColor]], so it depends on a vim functional installation. diff --git a/doc/plugins/contrib/table.mdwn b/doc/plugins/contrib/table.mdwn index def5041ce..46f7b09a7 100644 --- a/doc/plugins/contrib/table.mdwn +++ b/doc/plugins/contrib/table.mdwn @@ -1,4 +1,5 @@ -[[meta title="table (third-party plugin)"]] +[[template id=plugin name=table author="[[VictorMoral]]"]] +[[tag type/format]] This plugin supplies a `table` [[PreprocessorDirective]] to build html tables from data in CSV (comma-separated values) or DSV (delimiter-separated values) format. |