r5331: *** empty log message ***
[puri.git] / README
1 PURI - Portable URI Library
2
3 Franz, Inc <http://www.franz.com>
4 Kevin Rosenberg <kevin@rosenberg.net>
5
6 This is portable Universal Resource Identifier library for Common Lisp
7 programs. It parses URI according to the RFC 2396 specification. It's
8 is based on Franz, Inc's opensource URI package and has been ported to
9 work other CL implementations. It is licensed under the LLGPL which
10 is included in this distribution.
11
12 A regression suite is included which uses Franz's open-source tester
13 library. I've ported that library for use on other CL
14 implementations. Puri completes 126/126 regression tests successfully.
15
16 Franz's unmodified documentation file is included in the file
17 uri.html. The only divergence in usage between Puri and Franz's
18 package is that Puri's symbols are located in the package PURI while
19 Franz's original uses the package NET.URI.
20
21 Puri home: http://files.b9.com/puri/
22 Portable tester home: http://files.b9.com/tester/
23
24