fix link text on links to plugins

master
Joey Hess 2008-09-11 19:17:31 -04:00
parent d7b389b820
commit 5fa5b137fd
36 changed files with 41 additions and 41 deletions

View File

@ -1,4 +1,4 @@
The `aggregate` directive is supplied by the [[!iki plugins/aggregate]] plugin. The `aggregate` directive is supplied by the [[!iki plugins/aggregate desc=aggregate]] plugin.
This plugin requires extra setup, specifically, a cron job. See the This plugin requires extra setup, specifically, a cron job. See the
plugin's documentation for details. plugin's documentation for details.

View File

@ -1,4 +1,4 @@
The `brokenlinks` directive is supplied by the [[!iki plugins/brokenlinks]] plugin. The `brokenlinks` directive is supplied by the [[!iki plugins/brokenlinks desc=brokenlinks]] plugin.
This directive generates a list of broken links on pages in the wiki. This is This directive generates a list of broken links on pages in the wiki. This is
a useful way to find pages that still need to be written, or links that a useful way to find pages that still need to be written, or links that

View File

@ -1,4 +1,4 @@
The `calendar` directive is supplied by the [[!iki plugins/calendar]] plugin. The `calendar` directive is supplied by the [[!iki plugins/calendar desc=calendar]] plugin.
This plugin requires extra setup. See the plugin documentation for details. This plugin requires extra setup. See the plugin documentation for details.
This directive displays a calendar, similar to the typical calendars shown on This directive displays a calendar, similar to the typical calendars shown on

View File

@ -1,4 +1,4 @@
The `color` directive is supplied by the [[!iki plugins/color]] plugin. The `color` directive is supplied by the [[!iki plugins/color desc=color]] plugin.
This directive can be used to color a piece of text on a page. This directive can be used to color a piece of text on a page.
It can be used to set the foreground and/or background color of the text. It can be used to set the foreground and/or background color of the text.

View File

@ -1,5 +1,5 @@
The `copy`, `cut` and `paste` directives are supplied by the The `copy`, `cut` and `paste` directives are supplied by the
[[!iki plugins/cutpaste]] plugin. [[!iki plugins/cutpaste desc=cutpaste]] plugin.
With these directives you can store and recall pieces of text in a page: With these directives you can store and recall pieces of text in a page:

View File

@ -1,4 +1,4 @@
The `edittemplate` directive is supplied by the [[!iki plugins/edittemplate]] plugin. The `edittemplate` directive is supplied by the [[!iki plugins/edittemplate desc=edittemplate]] plugin.
This directive allows registering template pages, that provide default This directive allows registering template pages, that provide default
content for new pages created using the web frontend. To register a content for new pages created using the web frontend. To register a

View File

@ -1,4 +1,4 @@
The `fortune` directive is supplied by the [[!iki plugins/fortune]] plugin. The `fortune` directive is supplied by the [[!iki plugins/fortune desc=fortune]] plugin.
This just uses the `fortune` program to insert a fortune cookie into the page. This just uses the `fortune` program to insert a fortune cookie into the page.
Usage: Usage:

View File

@ -1,4 +1,4 @@
The `graph` directive is supplied by the [[!iki plugins/graphviz]] plugin. The `graph` directive is supplied by the [[!iki plugins/graphviz desc=graphviz]] plugin.
This directive allows embedding [graphviz](http://www.graphviz.org/) graphs in a This directive allows embedding [graphviz](http://www.graphviz.org/) graphs in a
page. Example usage: page. Example usage:

View File

@ -1,4 +1,4 @@
The `haiku` directive is supplied by the [[!iki plugins/haiku]] plugin. The `haiku` directive is supplied by the [[!iki plugins/haiku desc=haiku]] plugin.
This directive allows inserting a randomly generated haiku into a wiki page. This directive allows inserting a randomly generated haiku into a wiki page.
Just type: Just type:

View File

@ -1,4 +1,4 @@
The `if` directive is supplied by the [[!iki plugins/conditional]] plugin. The `if` directive is supplied by the [[!iki plugins/conditional desc=conditional]] plugin.
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.
For example: For example:

View File

@ -1,4 +1,4 @@
The `img` directive is supplied by the [[!iki plugins/img]] plugin. The `img` directive is supplied by the [[!iki plugins/img desc=img]] plugin.
This is an image handling directive. While ikiwiki supports inlining full-size This is an image handling directive. While ikiwiki supports inlining full-size
images by making a [[ikiwiki/WikiLink]] that points to the image, using images by making a [[ikiwiki/WikiLink]] that points to the image, using

View File

@ -1,4 +1,4 @@
The `inline` directive is supplied by the [[!iki plugins/inline]] plugin. The `inline` directive is supplied by the [[!iki plugins/inline desc=inline]] plugin.
This is a [[ikiwiki/directive]] that allows including one wiki page This is a [[ikiwiki/directive]] that allows including one wiki page
inside another. For example: inside another. For example:

View File

@ -1,4 +1,4 @@
The `linkmap` directive is supplied by the [[!iki plugins/linkmap]] plugin. The `linkmap` directive is supplied by the [[!iki plugins/linkmap desc=linkmap]] plugin.
This directive uses [graphviz](http://www.graphviz.org/) to generate a This directive uses [graphviz](http://www.graphviz.org/) to generate a
graph showing the links between a set of pages in the wiki. Example usage: graph showing the links between a set of pages in the wiki. Example usage:

View File

@ -1,4 +1,4 @@
The `listdirectives` directive is supplied by the [[!iki plugins/listdirectives]] plugin. The `listdirectives` directive is supplied by the [[!iki plugins/listdirectives desc=listdirectives]] plugin.
This directive generates a list of available This directive generates a list of available
[[directives|ikiwiki/directive]]. [[directives|ikiwiki/directive]].

View File

@ -1,4 +1,4 @@
The `map` directive is supplied by the [[!iki plugins/map]] plugin. The `map` directive is supplied by the [[!iki plugins/map desc=map]] plugin.
This directive generates a hierarchical page map for the wiki. Example usage: This directive generates a hierarchical page map for the wiki. Example usage:

View File

@ -1,4 +1,4 @@
The `meta` directive is supplied by the [[!iki plugins/meta]] plugin. The `meta` directive is supplied by the [[!iki plugins/meta desc=meta]] plugin.
This directive allows inserting arbitrary metadata into the source of a page. This directive allows inserting arbitrary metadata into the source of a page.
Enter the metadata as follows: Enter the metadata as follows:
@ -91,7 +91,7 @@ Supported fields:
\[[!meta link="http://joeyh.myopenid.com/" rel="openid.delegate"]] \[[!meta link="http://joeyh.myopenid.com/" rel="openid.delegate"]]
However, this latter syntax won't be allowed if the However, this latter syntax won't be allowed if the
[[!iki plugins/htmlscrubber]] plugin is enabled, since it can be used to [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled, since it can be used to
insert unsafe content. insert unsafe content.
* redir * redir
@ -108,7 +108,7 @@ Supported fields:
\[[!meta redir="http://example.com/"]] \[[!meta redir="http://example.com/"]]
However, this latter syntax won't be allowed if the However, this latter syntax won't be allowed if the
[[!iki plugins/htmlscrubber]] plugin is enabled, since it can be used to [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled, since it can be used to
insert unsafe content. insert unsafe content.
For both cases, an anchor to jump to inside the destination page may also be For both cases, an anchor to jump to inside the destination page may also be
@ -141,7 +141,7 @@ Supported fields:
If the field is not one of the above predefined fields, the metadata will be If the field is not one of the above predefined fields, the metadata will be
written to the generated html page as a <meta> header. However, this written to the generated html page as a <meta> header. However, this
won't be allowed if the [[!iki plugins/htmlscrubber]] plugin is enabled, won't be allowed if the [[!iki plugins/htmlscrubber desc=htmlscrubber]] plugin is enabled,
since it can be used to insert unsafe content. since it can be used to insert unsafe content.
[[!meta robots="noindex, follow"]] [[!meta robots="noindex, follow"]]

View File

@ -1,4 +1,4 @@
The `more` directive is supplied by the [[!iki plugins/more]] plugin. The `more` directive is supplied by the [[!iki plugins/more desc=more]] plugin.
This directive provides a way to have a "more" link on a post in a blog, that This directive provides a way to have a "more" link on a post in a blog, that
leads to the full version of the page. Use it like this: leads to the full version of the page. Use it like this:

View File

@ -1,4 +1,4 @@
The `orphans` directive is supplied by the [[!iki plugins/orphans]] plugin. The `orphans` directive is supplied by the [[!iki plugins/orphans desc=orphans]] plugin.
This directive generates a list of possibly orphaned pages -- pages that no This directive generates a list of possibly orphaned pages -- pages that no
other page links to. Example: other page links to. Example:

View File

@ -1,4 +1,4 @@
The `pagecount` directive is supplied by the [[!iki plugins/pagecount]] plugin. The `pagecount` directive is supplied by the [[!iki plugins/pagecount desc=pagecount]] plugin.
This directive counts pages currently in the wiki. Example: This directive counts pages currently in the wiki. Example:

View File

@ -1,4 +1,4 @@
The `pagestats` directive is supplied by the [[!iki plugins/pagestats]] plugin. The `pagestats` directive is supplied by the [[!iki plugins/pagestats desc=pagestats]] plugin.
This directive can generate stats about how pages link to each other. It can This directive can generate stats about how pages link to each other. It can
produce either a tag cloud, or a table counting the number of links to each produce either a tag cloud, or a table counting the number of links to each

View File

@ -1,4 +1,4 @@
The `pagetemplate` directive is supplied by the [[!iki plugins/pagetemplate]] plugin. The `pagetemplate` directive is supplied by the [[!iki plugins/pagetemplate desc=pagetemplate]] plugin.
This directive allows a page to be created using a different wikitemplates. This directive allows a page to be created using a different wikitemplates.
The page text is inserted into the template, so the template controls the The page text is inserted into the template, so the template controls the

View File

@ -1,7 +1,7 @@
The `ping` directive is supplied by the [[!iki plugins/pinger]] plugin. The `ping` directive is supplied by the [[!iki plugins/pinger desc=pinger]] plugin.
This directive allows ikiwiki to be configured to hit a URL each time it This directive allows ikiwiki to be configured to hit a URL each time it
updates the wiki. One way to use this is in conjunction with the [[!iki plugins/pingee]] updates the wiki. One way to use this is in conjunction with the [[!iki plugins/pingee desc=pingee]]
plugin to set up a loosely coupled mirror network, or a branched version of plugin to set up a loosely coupled mirror network, or a branched version of
a wiki. By pinging the mirror or branch each time the main wiki changes, it a wiki. By pinging the mirror or branch each time the main wiki changes, it
can be kept up-to-date. can be kept up-to-date.

View File

@ -1,4 +1,4 @@
The `poll` directive is supplied by the [[!iki plugins/poll]] plugin. The `poll` directive is supplied by the [[!iki plugins/poll desc=poll]] plugin.
This directive allows you to create online polls in the wiki. Here's an This directive allows you to create online polls in the wiki. Here's an
example use: example use:

View File

@ -1,4 +1,4 @@
The `polygen` directive is supplied by the [[!iki plugins/polygen]] plugin. The `polygen` directive is supplied by the [[!iki plugins/polygen desc=polygen]] plugin.
This directive allows inserting text generated by polygen into a wiki page. This directive allows inserting text generated by polygen into a wiki page.
For example: For example:

View File

@ -1,6 +1,6 @@
The `postsparkline` directive is supplied by the [[!iki plugins/postsparkline]] plugin. The `postsparkline` directive is supplied by the [[!iki plugins/postsparkline desc=postsparkline]] plugin.
This directive uses the [[!iki plugins/sparkline]] plugin to create a This directive uses the [[!iki plugins/sparkline desc=sparkline]] plugin to create a
[[sparkline]] of statistics about a set of pages, such as posts to a blog. [[sparkline]] of statistics about a set of pages, such as posts to a blog.
# examples # examples

View File

@ -1,4 +1,4 @@
The `progress` directive is supplied by the [[!iki plugins/progress]] plugin. The `progress` directive is supplied by the [[!iki plugins/progress desc=progress]] plugin.
This directive generates a progress bar. This directive generates a progress bar.

View File

@ -1,4 +1,4 @@
The `shortcut` directive is supplied by the [[!iki plugins/shortcut]] plugin. The `shortcut` directive is supplied by the [[!iki plugins/shortcut desc=shortcut]] plugin.
This directive allows external links to commonly linked to sites to be made This directive allows external links to commonly linked to sites to be made
more easily using shortcuts. more easily using shortcuts.

View File

@ -1,4 +1,4 @@
The `sparkline` directive is supplied by the [[!iki plugins/sparkline]] plugin. The `sparkline` directive is supplied by the [[!iki plugins/sparkline desc=sparkline]] plugin.
This directive allows for embedding sparklines into wiki pages. A This directive allows for embedding sparklines into wiki pages. A
sparkline is a small word-size graphic chart, that is designed to be sparkline is a small word-size graphic chart, that is designed to be

View File

@ -1,4 +1,4 @@
The `table` directive is supplied by the [[!iki plugins/table]] plugin. The `table` directive is supplied by the [[!iki plugins/table desc=table]] plugin.
This directive can build HTML tables from data in CSV (comma-separated values) This directive can build HTML tables from data in CSV (comma-separated values)
or DSV (delimiter-separated values) format. or DSV (delimiter-separated values) format.

View File

@ -1,4 +1,4 @@
The `tag` and `taglink` directives are supplied by the [[!iki plugins/tag]] plugin. The `tag` and `taglink` directives are supplied by the [[!iki plugins/tag desc=tag]] plugin.
These directives allow tagging pages. List tags as follows: These directives allow tagging pages. List tags as follows:

View File

@ -1,4 +1,4 @@
The `template` directive is supplied by the [[!iki plugins/template]] plugin. The `template` directive is supplied by the [[!iki plugins/template desc=template]] plugin.
[[Templates]] are files that can be filled out and inserted into pages in the [[Templates]] are files that can be filled out and inserted into pages in the
wiki, by using the template directive. The directive has an `id` parameter wiki, by using the template directive. The directive has an `id` parameter

View File

@ -1,4 +1,4 @@
The `testpagespec` directive is supplied by the [[!iki plugins/testpagespec]] plugin. The `testpagespec` directive is supplied by the [[!iki plugins/testpagespec desc=testpagespec]] plugin.
This directive allows testing a [[ikiwiki/PageSpec]] to see if it matches a This directive allows testing a [[ikiwiki/PageSpec]] to see if it matches a
page, and to see the part that matches, or causes the match to fail. page, and to see the part that matches, or causes the match to fail.

View File

@ -1,4 +1,4 @@
The `teximg` directive is supplied by the [[!iki plugins/teximg]] plugin. The `teximg` directive is supplied by the [[!iki plugins/teximg desc=teximg]] plugin.
This directive renders LaTeX formulas into images. This directive renders LaTeX formulas into images.

View File

@ -1,4 +1,4 @@
The `toc` directive is supplied by the [[!iki plugins/toc]] plugin. The `toc` directive is supplied by the [[!iki plugins/toc desc=toc]] plugin.
Add a table of contents to a page: Add a table of contents to a page:

View File

@ -1,4 +1,4 @@
The `toggle` and `toggleable` directives are supplied by the [[!iki plugins/toggle]] plugin. The `toggle` and `toggleable` directives are supplied by the [[!iki plugins/toggle desc=toggle]] plugin.
With these directives you can create links on pages that, when clicked, toggle With these directives you can create links on pages that, when clicked, toggle
display of other parts of the page. display of other parts of the page.

View File

@ -1,4 +1,4 @@
The `version` directive is supplied by the [[!iki plugins/version]] plugin. The `version` directive is supplied by the [[!iki plugins/version desc=version]] plugin.
This directive allows inserting the version of ikiwiki onto a page. This directive allows inserting the version of ikiwiki onto a page.