Table of Contents

Cloud Plugin

cloud plugin by Gina Häußge, Michael Klier
Show a cloud of the most frequently used words in your wiki (previous authors: Esther Brunner)

Last updated on 2009-09-12. Provides Syntax.
Compatible with DokuWiki >= 2006-11-06.

Requires pagelist, tag.
Similar to cumulus.

Tagged with listing, navigation, search, tags.

Download plugin-cloud.tgz

Description

This is a very simple plugin that shows a cloud of the most frequently used words in your wiki:

~~CLOUD~~
~~CLOUD:number~~

Optionally you can specify the number of words to display. Default is 50. Allowed are numbers between 1 and 999. Each of the words is linked to the search result page for it. The words are styled in a way that more frequent words are bigger and have a darker link color.

You can exclude words from the word cloud by adding them each on its own line to inc/lang/[lang-code]/stopwords.txt or to conf/stopwords.txt.

This plugin can also make a “tag cloud” now! (tag plugin must be installed) The syntax is also simple:

~~TAGCLOUD~~

Bugs / Feature Requests

Please report bugs or feature requests at the Bug tracker.

Further Resources

Changes

Demo

http://chimeric.de/_demo/plugin:cloud

Discussion

The old discussion has been moved to discussion_old and will be cleaned up sooner or later. Please add bug reports and feature requests to the bug tracker of the plugin!

When having whitespaces in Tags, the whitespace also see at the Cloud. Replace _ with a withspace, ist better i think.