november
november copied to clipboard
Please pull move of URI parsing and escape logic to Perl6 URI project.
Hi,
I am the current maintainer of the Perl 6 URI project at https://github.com/ihrd/uri. I created a branch of November that uses the ihrd/uri module moving about 200 lines of code out of November in the process. The URI module from the Perl 6 URI project does parsing based on the full URI BNF from RFC 3986 and its Escape module does both UTF-8 URI encoding and decoding. All tests in make test for this fork run without error and I have manually tested the resulting Wiki under Apache.
Thank you, Ron
Ronald,
On Tue, Sep 6, 2011 at 11:35 AM, ronaldxs [email protected] wrote:
I am the current maintainer of the Perl 6 URI project at https://github.com/ihrd/uri. I created a branch of November that uses the ihrd/uri module moving about 200 lines of code out of November in the process. The URI module from the Perl 6 URI project does parsing based on the full URI BNF from RFC 3986 and its Escape module does both UTF-8 URI encoding and decoding. All tests in make test for this fork run without error and I have manually tested the resulting Wiki under Apache.
Awesome, thanks! I'll take a look at this and merge it.
Tim
Cool! I glad to see activity here :)