peerlibrary:urlify2

v0.2.3Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

urlify2

Adding this package to your Meteor application adds URLify2 function into the global scope, which you can use to make slugs from Unicode strings. Resulting slugs are lower space and spaces are replaced with -. It works both on server and client.

Based on Django's urlify with character maps for additional languages and fallback to UTF-8 normalization string cleanup based on django-missing and work by Richard Ishida.

Both client and server side.

Installation

mrt add urlify2