Skip to content

a clojure library for normalizing urls with configurable aggressiveness

Notifications You must be signed in to change notification settings

jaydonnell/url-normalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-normalizer

Normalize URLs. See the tests.

Usage

 (ns my.namespace
   (:use [url-normalizer.core))

 (canonicalize-url "http://www.example.com")

Installation

leiningen

[url-normalizer "0.0.5"]

maven

<dependency>
  <groupId>url-normalizer</groupId>
  <artifactId>url-normalizer</artifactId>
  <version>0.0.4</version>
</dependency>

Authors

Tests taken from Sam Ruby's version of urlnorm.py

See Also

License

Copyright (C) 2010

Distributed under the Eclipse Public License, the same as Clojure.

About

a clojure library for normalizing urls with configurable aggressiveness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages