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: Would you please allow me to use the name Django for my project? The Django::Template module will be under the MIT license btw. About the module: I had the idea last Sunday to port the Django templates to perl: 1. I like perl 2. I like your template engine 3. Nobody else has done it. The second idea I had was: Why not translate the Django sources to perl for faster execution, so that's exactly what it does. It either runs Django templates or compiles and runs them. It supports already all tags in the documentation and will support all filters. (Execpt {% url %} which I can't support and {% load %} which is not needed for now) The goal is: Templates run by Django::Template should look the same as those run by Django. P.S.: Since I haven't look at the Django source yet: What the hell does "iriencode" do? Marc "Maluku" Lucksch --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---