Changes between Initial Version and Version 1 of UniformResourceNames


Ignore:
Timestamp:
Sep 21, 2024, 10:34:21 PM (2 months ago)
Author:
yakumo.izuru
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniformResourceNames

    v1 v1  
     1
     2== Uniform Resource Names
     3Logarion texts are transport agnostic.
     4URIs should therefore avoid using URLs and use URNs instead.
     5Some 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
     11Links enclosed in angled brackets {{{ <> }}} of the format:
     12
     13{{{ urn:txtid:abcdef }}}
     14
     15where {{{ abcdef }}} is the id of the text are understood by  {{{ txt }}} and handled accordingly.
     16For example when converting to HTML or Gemini, the URNs are converted to relative URLs which browsers can understand.