| 1 | |
| 2 | == Uniform Resource Names |
| 3 | Logarion texts are transport agnostic. |
| 4 | URIs should therefore avoid using URLs and use URNs instead. |
| 5 | Some definitions of Uniform Resource: |
| 6 | |
| 7 | * [https://en.wikipedia.org/wiki/URL Locator (URL)] |
| 8 | * [https://en.wikipedia.org/wiki/URI Identifier (URI)] |
| 9 | * [https://en.wikipedia.org/wiki/URN Name (URN)] |
| 10 | |
| 11 | Links enclosed in angled brackets {{{ <> }}} of the format: |
| 12 | |
| 13 | {{{ urn:txtid:abcdef }}} |
| 14 | |
| 15 | where {{{ abcdef }}} is the id of the text are understood by {{{ txt }}} and handled accordingly. |
| 16 | For example when converting to HTML or Gemini, the URNs are converted to relative URLs which browsers can understand. |