Django tag cloud plugin [closed]
Asked Answered
H

6

6

Is there a good Django app out there that can take a list of tags and their frequencies of occurrence and render a tag cloud for them?

Handshake answered 1/1, 2009 at 23:26 Comment(0)
S
8

Django-tagging has helpers for generating tag clouds.

Spell answered 2/1, 2009 at 0:19 Comment(2)
Seems the django-tagging project is dead or dying, with lots of showstopper bugs in the issue tracker with no movement for many months...Misspeak
@Misspeak a 1.0 compatibility update was JUST released (0.3)Finally
A
4

A little self-promotion never hurt anybody, right? http://dburke.info/blog/logarithmic-tag-clouds

Acrophobia answered 27/6, 2009 at 2:5 Comment(2)
Gives "Internal Server Error" as of 2012-07-21. Please flag for deletion if this is still true in a few weeks.Burglarious
200 as of 9 August 2012.Orwin
I
3

You could try this template tag: http://www.djangosnippets.org/snippets/140/

It works with the django-tagging app http://code.google.com/p/django-tagging/

Inquisitionist answered 16/3, 2009 at 15:41 Comment(0)
S
1

Grab the trunk and it will work for 1.0

Scratchy answered 3/3, 2009 at 15:58 Comment(0)
D
0

currently facing the same issue, i found that these links are useful for the tagging template -- so you wouldn't have to type all the template for tagging from scratch:

hopefully those can help :)

Dundee answered 30/6, 2009 at 18:53 Comment(0)
B
0

This is shameless self promotion, but I just released a very simple template tag helper to do this as I had the same need and didn't wanted to use something heavier such as Django-tagging.

It doesn't render the tag cloud tough, but it makes the necessary calculations and store the result in an attribute that can be easily referenced in HTML/CSS.

https://github.com/niconoe/django-nuages-tag

Bloodshot answered 9/8, 2012 at 12:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.