Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions Documentation/Association/SpellingTypo3.rst
Original file line number Diff line number Diff line change
@@ -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")