Posts Tagged ‘library’

django-mozilla-product-details, because short library names are for wimps

Today, we have released a new library to consume Mozilla product details as well as language details from Django projects. Read More »


New Python Library: Bleach

We've released another Python library: Bleach, for sanitizing HTML and automatically linking URLs in text, that we're using on addons.mozilla.org and support.mozilla.com. It's based on html5lib, which we chose because of its foundation in web standards and its active development community. Bleach is available on Github and PyPI. Bleach uses a tree-walking approach to automatically link URLs that I think is pretty interesting. I wrote a short post outlining the method. Read More »