TagCloud

Description

Create a Tagcloud

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

TagCloud.py

1.5

Usage

[[TagCloud(maxTags=20,autoCreate=False)]]

autoCreate=True: auto create "tag page" if not exist

Example

See http://www.iam-wiki.org for an example interaction with ParserMarket/Frame

Christian Groh - christian dot groh at doubleSlash dot de

License

Bugs

Discussion

It seems that the macro expects a line of comma-separated tags at the end of the file after a horizontal ruler. Could it work with normal categories (which are separated by space or newline)? Also it seems that tags must be ASCII. A non-ASCII character in a tag raised an error. I thought MoinMoin would accept Unicode everywhere. --ChristophKoenig

  ----
  tag1, tag2, 标签3
  ----

With no license at all, normal copyright law applies, which means nobody may copy, modify, and/or distribute your code. Please consider to license you code under a free_software_license. -- MartinBayer 2008-12-03 16:13:24

Hello ChristianGroh, JordanCronin and WenliangLu, I just did a rewrite of your macro and changed the functionality, kind of a fork :). Mainly the reason was that I wanted to use "Category" and not just some tags and remove some page saving / "caching" stuff, you may see here my first release (alpha status) MacroMarket/CategoryCloud. I hope that it's not a problem with your current macro (e.g. licence). thx -- MarcelHäfner 2009-10-20 22:37:22

MoinMoin: MacroMarket/TagCloud (last edited 2009-10-20 22:37:23 by MarcelHäfner)