Skip to content

Altapp/meteor-urlify2-minifiable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%