Re: Better default namechooser [Off topic]
Oliver Marx <[email protected]> Thu, 11 Oct 2007 16:12:42 +0200
| Newsgroups | gmane.comp.web.zope.zope3 |
|---|---|
| Message-ID | <[email protected]> |
Been looking for something like that for some time. I would love to use more of the stuff from the plone repos. But it is all gpl which makes it a no go. Maybe the Plone dudes could start to use lgpl for the zope 3 components they develop? Sidnei da Silva wrote: > On 10/11/07, Christian Zagrodnick <[email protected]> wrote: > >> Hey, >> >> I constantly run into the fact that the default namechooser in Zope 3 >> is too dumb. >> >> Does anybody object in making it a little more smart? That is: >> >> * replace all non us-ascii and otherwise harmful chars by something >> useful (base-form or alike) >> * replace spaces by - or _ >> > > I suggest looking (and using!) at plone.i18n.normalizer, just an > 'easy_install' away: > > http://api.plone.org/Plone/3.0/public/src/plone.i18n/plone/i18n/plone.i18n.normalizer.tests.test_normalizer-module.html > >