repo: uritools action: commit revision: path_from: revision_from: f3e000c87d5b94797dbb94a832878ac16664aba7: path_to: revision_to:
commit f3e000c87d5b94797dbb94a832878ac16664aba7 Author: epochDate: Mon Jun 1 04:15:50 2020 -0500 basic README diff --git a/README b/README new file mode 100644 index 0000000000000000000000000000000000000000..1ea4b28a19a59197efa7ed5bdb64c1ee1234ea3e --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +This is a handy little program to help you handle URIs that any program may want a handler for. +Just point those programs looking for a handler at uristart. + +Then write a matching pattern, and a handler pipeline. + +The matching patterns are a series of pairs of URI-piece and a string. + +Each piece has a single letter you use to select the piece. + +here's an example that uses all of the parts: +s://u:k@d:P/p?q#f + +where each piece is: +s: scheme +u: username +k: password (k for key) +d: domain +P: port +p: path +q: query_string +f: fragment_id
-----END OF PAGE-----