h1. Meta hell:// URIs h2. Regex @^hell://meta/([0-9A-Z]{102})/([^/]+)/(.*)(/.*)$@ $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 When updating, client should first check the date; if it's bigger than his current metatree, checks if signature is valid. If it's ok, then it replaces its own metatree with one available under given link. h2. See also * "meta resource":../../protocols/http/meta * :../metatrees