From a6a0669471414cda7331377245a12ea911ae52e1 Mon Sep 17 00:00:00 2001 From: mabolek Date: Fri, 21 Nov 2025 15:07:44 +0100 Subject: [PATCH] [FEATURE] How to Spell TYPO3 Migrated from https://typo3.org/project/brand/spelling-typo3 --- Documentation/Association/SpellingTypo3.rst | 70 +++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 Documentation/Association/SpellingTypo3.rst diff --git a/Documentation/Association/SpellingTypo3.rst b/Documentation/Association/SpellingTypo3.rst new file mode 100644 index 0000000..7a2149c --- /dev/null +++ b/Documentation/Association/SpellingTypo3.rst @@ -0,0 +1,70 @@ +:navigation-title: Spelling TYPO3 +.. include:: /Includes.rst.txt +.. _spell-t3: + +================== +How to Spell TYPO3 +================== + +.. _spell-t3-rule: + +Uppercase, No Space +=================== + +TYPO3 is always written in uppercase, with no spaces. This rule covers all products under the TYPO3 project. URLs are the only exception to this rule. + +A complete product name should have "TYPO3" as the first word, for example "TYPO3 CMS". + +The number "3" is a part of the product name. It is not a version number. + +Read about the history of the TYPO3 name. + +.. _spell-t3-dos-donts: + +Dos and Don'ts +============== + +.. _spell-t3-right-way: + +The Right Way +------------- + +* "TYPO3 CMS" +* "TYPO3 CMS 8 LTS" +* "We use TYPO3 CMS for all our sites." +* "We use TYPO3 for all our sites." (Informal only.) + +.. _spell-t3-wrong-way: + +The Wrong Way +------------- + +* "Typo3 is great" (Correct: "TYPO3 is great") +* "I use typo3" (Correct: "I use TYPO3") +* "TYPO 3" (Correct: "TYPO3") +* "Type03" (Correct "TYPO3") + +.. _spell-t3-url-exceptions: + +Exceptions for URLs +=================== + +.. _spell-t3-always-lowercase: + +Always Lowercase +---------------- + +* "www.typo3.domain" +* "typo3.domain" +* "Visit typo3.domain" + +.. _spell-t3-never-mixed-case: + +Never Mixed Case +---------------- + +* "Go to this page at Typo3.domain" (Correct: "Go to this page at typo3.domain") +* "TYPO3.domain" (Correct: "typo3.domain") +* "www.Typo3.domain" (Correct: "www.typo3.domain") +* "www.TYPO3.domain" (Correct: www.typo3.domain") +* "WWW.TYPO3.DOMAIN" (Correct: www.typo3.domain")