Mention that percent encoding/decoding functions are based on those in ibrowse.
Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/e8aecf05 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/e8aecf05 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/e8aecf05 Branch: refs/heads/import Commit: e8aecf057b0a424afcf2ee01449cddbf2ec51af9 Parents: ca45418 Author: Tim Fletcher <[email protected]> Authored: Tue Oct 6 18:35:23 2009 +0100 Committer: Tim Fletcher <[email protected]> Committed: Tue Oct 6 18:35:23 2009 +0100 ---------------------------------------------------------------------- README.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/e8aecf05/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index d2ff5f9..0145e45 100644 --- a/README.txt +++ b/README.txt @@ -26,6 +26,9 @@ Quick start (client usage): Thanks to Jason Davies, Paul Bonser, and Roberto Aloi for their patches. +The percent encoding/decoding implementations are based on those found in +the ibrowse library, written by Chandrashekhar Mullaparthi. + Example client/server code is at http://github.com/tim/erlang-oauth-examples. Unit tests are at http://github.com/tim/erlang-oauth-tests.
