Tag

Code

Code and content sometimes get confused. This is due to the legacy of HTML websites. In HTML, content and source code are the same thing. On the other hand, source code of open source software solutions - like TYPO3 CMS - is usually managed in a source code management system like Gerrit or GitHub.

Coders' Corner: August 2024

Each month, we take the opportunity to celebrate TYPO3 contributors in our Developer Appreciation Day post. Please take a moment to share gratitude for their continued passion, commitment, and time they give to making TYPO3 CMS awesome.

How To: Route Enhancer For News

One of TYPO3’s core features are Human Readable URLs. Even though they are working fine for standard pages, some extbase extensions like ext:news require specific adjustments. In this article, Steffen Dietrich explains how to configure readable URLs for your news section.