Django tag cloud plugin [closed] - django

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
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?

Django-tagging has helpers for generating tag clouds.

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

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/

Grab the trunk and it will work for 1.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:
http://www.napes.co.uk/blog/django-tagging/
http://tylerlesmann.com/2009/mar/09/adding-tagging-django-10-views-and-templates/
hopefully those can help :)

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

Related

Suggest template for Joomla membership site [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to build a membership site using Joomla 2.5
For membership I'm using Membership Pro plugin from ossolutions team.
Please suggest me a premium template to use with Joomla 2.5 for membership.
I would strongly suggest looking through the Yootheme and Rockettheme websites. I have always used their templates for my websites and always will.
Yootheme Demo site: http://www.yootheme.com/demo/
Rockettheme Demo site: http://demo.rockettheme.com/
I just find they bring a certain uniqueness to Joomla template designs and their support has always been first class.

Go template examples [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What website has some good, up to date resources on using Go html/templates, especially in regard to parsing html files and handling lists? I came across the Hoka Poka website, but it seems to be out of date.
http://jan.newmarch.name/go/ and http://golangtutorials.blogspot.com/2011/06/go-templates.html
Google App Engine docs have a simple example showing how to use template to render list with range.
For "html/template", there are snippets of template code in the doc at http://code.google.com/p/go/source/browse/src/pkg/html/template/doc.go#83
Contexts
Assuming {{.}} is O'Reilly: How are <i>you</i>?, the table below shows
how {{.}} appears when used in the context to the left.
Context {{.}} After
{{.}} O'Reilly: How are <i>you</i>?
<a title='{{.}}'> O'Reilly: How are you?
<a href="/{{.}}"> O'Reilly: How are %3ci%3eyou%3c/i%3e?
and the test suite has many examples: https://code.google.com/p/go/source/browse/src/html/template/escape_test.go
To see templates in action, look at the godoc source code.
http://code.google.com/p/go/source/browse/src/cmd/godoc/godoc.go#642 is a good starting point.
http://blog.zmxv.com/2011/09/go-template-examples.html has a list of code snippets for the new Go template package.

Django invite code app recommendation? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a simple Django app that restricts registration to users who have an invite code (for running a private beta). I'm using django-registration, so something that plays nicely with it would be great.
Looks like there are several viable options:
django-inviting
django-privatebeta
django-invite
Given the wealth of options, I'm wondering if people have found a particular app more flexible and/or easier to work with than the others? Are there other apps that I should be aware of?
You miss django-invitation which is really quickly integrated with django-registration.
I just had to hack it a bit to include the name of the inviter in the email message.
django-invitation is a good choice among the four.

Django CMS which is the best? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I read Djangos cms comparison page and it seems
http://www.django-cms.org/
may be what I was looking for.
Any experience with that? Recommendation?
Especially on how to install it. I cant find any installation info for it.
Apart from:
"Make sure that cms, mptt and publisher folders are on your pythonpath. They all should come with the distribution."
Or what is the best and easiest to install cms for django with the least dependencies?
I used Mezzanine. In general it works but I switched to Django-CMS now and am happier with it.
Here is a really straightforward way to get started: https://www.django-cms.org/en/documentation/
I had a similar problem and selected django-cms. FeinCMS looked attractive as well.
There is a pretty good tutorial for django-cms at: http://readthedocs.org/docs/django-cms/en/2.1.3/. The only drawback is that there is not about the deployment on the production environment. However, you should get it done by reading django documentation at: https://docs.djangoproject.com/en/dev/howto/deployment/.

looking for django app for collaborative Wiki [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've been trying to find a django wiki app, which has the following -
1.) WYSIWYG
2.) Attach files
3.) Revisions
I see moinmoin, but before going all in, wanted to see what you all have used.
List of Django Wiki projects:
http://djangopackages.com/grids/g/wikis/
The two leading candidates I can find are:
django-wikiapp
django-wiki
django-wikiapp looks a little more mature, and definitely supports revisions but does not seem to support attachments. WYSIWYG wouldn't be too tough to implement using something like TinyMCE or CKEditor. Attachments may be the sticking point.
There is also https://github.com/pinax/django-wakawaka which used in the pinax project. Editing attachments is not supported by the wiki itself but it is suggested to use django-attachments for this use case :)