On Wed, 2008-12-17 at 01:49 +0100, Marc Lucksch wrote: > I'm currently working on a port of the django template system to perl. > It is going to be called Django::Template, and it is almost finished, > some filters missing, cleaning up the documentation and writing tests. > > My problem is now: > By calling it Django::Template I'm using your name "Django" to promote > my work, which I cannot under the terms of the 3 clause BSD license > which you are using: > > 3. Neither the name of Django nor the names of its contributors may > be used > > to endorse or promote products derived from this software without > > specific prior written permission. > > I'm not sure if I work is derived from yours, since I only used the > documentation > (http://docs.djangoproject.com/en/dev/ref/templates/builtins/) for my > work, but I thougt I would better just ask:
Legalities aside, I'd prefer this wasn't done. It will induce confusion as there will be some people who think it's associated with the Django project. Having a description that says it implements the same templating language as XYZ is simply descriptive, but making it clear in the name that it's a different project would sit more comfortably with me. (Note: I have no actual say here, but that's my opinion as a reasonable human being.) [...] > P.S.: Since I haven't look at the Django source yet: What the hell > does "iriencode" do? Encodes IRI's, obviously. As documented. :-) Seriously, it implements section 3.1 of RFC 3987, with the exception of international domain name handling (which is consistently not part of Django yet, but most likely will be before 1.1). Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---