====== Cloud Plugin ====== ---- plugin ---- description: Show a cloud of the most frequently used words in your wiki (previous authors: Esther Brunner) author : Gina Häußge, Michael Klier email : dokuwiki@chimeric.de type : syntax lastupdate : 2009-09-12 compatible : >= 2006-11-06 depends : tag, pagelist conflicts : similar : tags : navigation, listing, tags, search ---- ^ Download | [[http://cloud.github.com/downloads/dokufreaks/plugin-cloud/plugin-cloud.tgz|plugin-cloud.tgz]] | ===== Description ===== This is a very simple [[plugins|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! ([[plugin:tag]] plugin must be installed) The syntax is also simple: ~~TAGCLOUD~~ ===== Bugs / Feature Requests ===== Please report bugs or feature requests at the [[http://github.com/dokufreaks/plugin-cloud/issues|Bug tracker]]. ===== Further Resources ===== * [[http://github.com/dokufreaks/plugin-cloud/tree/master|Git Repository]] * [[http://github.com/dokufreaks/plugin-cloud/issues|Bug Tracker]] ===== Changes ===== {{rss>http://github.com/feeds/dokufreaks/commits/plugin-cloud/master}} ===== Demo ===== -> [[http://chimeric.de/_demo/plugin:cloud]] ===== Discussion ===== The old discussion has been moved to [[plugin:cloud: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.