Altapp / meteor-urlify2-minifiable

Generate slugs with smart urlify

Home Page:http://atmospherejs.com/package/urlify2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urlify2

Fork of the awesome work by @peerlibrary, this version has some fuctionality removed but works with spiderable/phantomjs when minified by meteor.

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

meteor add altapp:urlify2-minifiable

About

Generate slugs with smart urlify

http://atmospherejs.com/package/urlify2

License:Other


Languages

Language:JavaScript 100.0%