Forked from
akiraohgaki / ocs-url
2 commits ahead of the upstream repository.
-
akiraohgaki authoredakiraohgaki authored
OCS-URL-specification.md 3.36 KiB
OCS-URL specification
OCS-URL is a custom URL that represent the installation method of items served on OpenCollaborationServices (OCS).
URL structure
[scheme]://[command]?[query string]
For example:
ocs://install?url=http%3A%2F%2Fexample.com%2Ficons.tar.gz&type=icons
Scheme
Scheme | Description |
---|---|
ocs | ocs scheme |
ocss | ocs scheme for secure protocol |
"ocss" scheme is the same of the ocs scheme for now, it's a reserved name for secure protocol in the future.