Last change
on this file since 68 was 65, checked in by Izuru Yakumo, 8 months ago |
Replace Cmdliner with Ocmd, re-add documentation
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
741 bytes
|
Line | |
---|
1 | ID: h1a9tg
|
---|
2 | Date: 2022-11-20T13:28:57Z
|
---|
3 | Authors: orbifx <orbifx@orbifx.indy>
|
---|
4 | Title: Txt uniform resource names
|
---|
5 | Topics: Logarion
|
---|
6 |
|
---|
7 | Logarion texts are transport agnostic. URIs should therefore avoid using URLs and use URNs instead. Some definitions of Uniform Resource:
|
---|
8 | - Locator (URL) <http://en.wikipedia.org/wiki/Url>
|
---|
9 | - Identifier (URI) <http://en.wikipedia.org/wiki/Uniform_Resource_Identifier>
|
---|
10 | - Name (URN) <http://en.wikipedia.org/wiki/Uniform_Resource_Name>
|
---|
11 |
|
---|
12 |
|
---|
13 | Links enclosed in angled brackets <> of the format:
|
---|
14 |
|
---|
15 | urn:txtid:abcdef
|
---|
16 |
|
---|
17 | where `abcdef` is the id of the text are understood by `txt` and handled accordingly. For example when converting to HTML or Gemini, the URNs are converted to relative URLs which browsers can understand.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.