We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I wonder if your code would be flexible enough to provide links as well.
Imagine following structure:
tagslist = [ ['tag1', 23, 'http://domain.example.com/tags/tag1/'], ['tag2', 42, 'http://domain.example.com/tags/tag1/'], ['tag3', 13, 'http://domain.example.com/tags/tag1/'] ]
A tag cloud generated with the elements [tagname, count, url] should result in an image and an image-map as described in http://www.w3schools.com/tags/tag_area.asp
[tagname, count, url]
This way, I can use your cool library to generate a tag cloud for navigation within my blog system.
What do you think?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I wonder if your code would be flexible enough to provide links as well.
Imagine following structure:
tagslist = [ ['tag1', 23, 'http://domain.example.com/tags/tag1/'], ['tag2', 42, 'http://domain.example.com/tags/tag1/'], ['tag3', 13, 'http://domain.example.com/tags/tag1/'] ]
A tag cloud generated with the elements
[tagname, count, url]
should result in an image and an image-map as described in http://www.w3schools.com/tags/tag_area.aspThis way, I can use your cool library to generate a tag cloud for navigation within my blog system.
What do you think?
The text was updated successfully, but these errors were encountered: