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
Victor Seva ed606df300
Upstream version 0.1+20130926+git14fa255d
12 years ago
doc Upstream version 0.1+20130926+git14fa255d 12 years ago
test Upstream version 0.1+20130926+git14fa255d 12 years ago
uri Upstream version 0.1+20130926+git14fa255d 12 years ago
.gitignore Upstream version 0.1+20130926+git14fa255d 12 years ago
COPYRIGHT Upstream version 0.1+20130926+git14fa255d 12 years ago
Changes Upstream version 0.1+20130926+git14fa255d 12 years ago
MANIFEST Upstream version 0.1+20130926+git14fa255d 12 years ago
Makefile Upstream version 0.1+20130926+git14fa255d 12 years ago
README Upstream version 0.1+20130926+git14fa255d 12 years ago
TODO Upstream version 0.1+20130926+git14fa255d 12 years ago
lunit-console.lua Upstream version 0.1+20130926+git14fa255d 12 years ago
lunit.lua Upstream version 0.1+20130926+git14fa255d 12 years ago
uri-test.lua Upstream version 0.1+20130926+git14fa255d 12 years ago
uri.lua 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>