You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Jenkins User 91ef5aee8e
Release new version 0.1+20130926+git14fa255d-1.1+0~mr3.8.0.0
10 years ago
debian Release new version 0.1+20130926+git14fa255d-1.1+0~mr3.8.0.0 10 years ago
doc Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
test Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
uri Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
.gitignore Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
COPYRIGHT Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
Changes Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
MANIFEST Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
Makefile Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
README Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
TODO Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
lunit-console.lua Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
lunit.lua Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
uri-test.lua Imported Upstream version 0.1+20130926+git14fa255d 12 years ago
uri.lua Imported Upstream version 0.1+20130926+git14fa255d 12 years ago

README

This library allows you to normalize and validate URIs, and provides methods
for manipulating them in various ways.

The Lua-URI library is written in pure Lua.  No C compilation is required
to install it.

When you unpack the source code everything should already be ready for
installation.  Doing "make install" as root will install the Lua source
files and the man pages containing the documentation.

See lua-uri(3) for information about how to use the library.  The same
documentation is available on the website, where you can also get the
latest packages:

    http://www.geoffrichards.co.uk/lua/uri/

Send bug reports, suggestions, etc. to Geoff Richards <geoff@geoffrichards.co.uk>