Project

General

Profile

Actions

Task #95820

open

Term definition / clarification for t3:// URI format

Added by Sybille Peters over 2 years ago. Updated over 2 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2021-10-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
term clarification, glossary, microcopy
Complexity:
Sprint Focus:

Description

Looking for correct terms for something like t3://page?uid=123, t3://file?uid=344, the t3://something format which will be formed into URLs by TYPO3 internally.

Specifically,

  • the t3://* expression in general
  • a page URI with t3://page?uid=UID
  • a file URI with t3://page?uid=UID

Suggested names

  • TYPO3 URI
  • t3 URI
  • t3-URI
  • linkhandler URI (Stefan)
  • typolink string ? (is not a link, is URI)
  • internal link , internal URI
  • ...

Reasons for naming

  • if we use t3 in the name, it might be more intuitive we are talking about the t3:// format. (If we use other words like "linkhandler" URI or "internal URI", it is more vague
  • the term "typolink" is already in use, perhaps "typo-URI" is a nobrainer
  • "internal URI" - there may be further differentiation necessary because we sometimes can have several things in one field, e.g. a page ID by itself, a t3:// URI, etc. If we call t3:// URIs "internal URI"s, isn't a page ID also an "internal URL"? Shouldn't t3-URI be a subset of "internal URI" instead?

Goal

Consistency in core, documentation etc.

Information

"Link" vs. "URL" vs. "URI"

  • URI, not URL, see comments by Benni

It's not a URL it's a URI
And the URI has a scheme that references a target within the current TYPO3 installation.

  • URI, not link
  • <a href="t3://page?uid=123">text</a> is a link
  • t3://page?uid=123 is an URI
  • https://example.org is an URL (and also an URI)

URL's are a subset of URI's

https://stackoverflow.com/questions/176264/what-is-the-difference-between-a-uri-a-url-and-a-urn/28865728

Occurances

How is this currently already used? Have not done excessive search.

I found this:

typo3/sysext/core/Classes/Html/DefaultSanitizerBuilder.php:
 $isTypo3Uri = new Behavior\RegExpAttrValue('#^t3://#');

Resources

Discussion in coredev

Actions #1

Updated by Sybille Peters over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Sybille Peters over 2 years ago

  • Description updated (diff)
Actions #3

Updated by Sybille Peters over 2 years ago

  • Description updated (diff)
Actions #4

Updated by Sybille Peters over 2 years ago

  • Description updated (diff)
  • Tags changed from term clarification,glossary to term clarification, glossary, microcopy
Actions #5

Updated by Sybille Peters over 2 years ago

  • Description updated (diff)
Actions #6

Updated by Sybille Peters over 2 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF