-- a/hellnet/tech/URIs/meta++ b/hellnet/tech/URIs/meta
@@ -2,15 +2,20 @@
h2. Regex
@^hell://meta/([0-9a-f]{64})/([^/]+)/(.*)$@
@^hell://meta/([0-9a-f]{64})/([^/]+)/(.*)(/.*)$@
$1: public key hash
$2: meta name
$3: JPath to meta content
h2. Optional parameters
name: Any string, contents' filename
key: hex number, symmetric encryption key
h2. Returned data
JSON structure (meta content with possibly applied JPath).
h2. How it works