description plugin by Ikuo Obataya
Copies a page's "description abstract" meta-data to a meta header line that is visible in the page source.
Last updated on 2008-07-21. Provides Action.
Compatible with DokuWiki 2008-05-05.
Similar to keywords, meta, meta_yaml.
| Download | description.zip (1 KB) |
|---|
This DokuWiki plugin append an abstract of a page (meta['description']['abstract']) for meta headers. This functionality is applied to all pages by installing the plugin.
The appended meta header of the demo page is like this.
... <meta name="description" content="This DokuWiki plugin append an abstract of a page for a meta header. This functionality is applied to all pages by installing the plugin. The appended meta headers of this page is like this. ... <meta name="description" content="This DokuWiki plugin append an abstract of a page for a meta header. This functionality is applied to all pages by installing the plugin. ExampleA meta headers of this page is like this." /> ..." /> ...
This looks like just the feature what I want. But how do I use it? I installed the plugin and I guess I was expecting an admin menu item or a Configuration section to allow me to enter the text I wanted. I can't see either of those. I can't work out how it get it going - Thanks. Chris 8Sep08
This plugin only copies abstract created by DokuWiki (e.g. for RSS feed) to meta headers. The abstract is created from the beginning of the page. To alter it, you can use meta plugin, see description→abstract element. But changing it probably will change RSS feed output if you use abstract mode of RSS. — Martin Plicka 2008/09/08 09:46