.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _rss-import-data: The data to import ^^^^^^^^^^^^^^^^^^ Here's an excerpt of the file (of course, the exact content will vary, since news keep being added to the feed): .. code-block:: xml :emphasize-lines: 22-59 Official typo3.org news https://www.typo3.org/ en-gb TYPO3 News Fri, 19 Nov 2021 05:01:09 +0100 Fri, 19 Nov 2021 05:01:09 +0100 TYPO3 EXT:news news-2249 Thu, 18 Nov 2021 18:42:37 +0100 Meet Petra Hasenau, TYPO3 Association Board Vice-President, Germany (Application Podcast S02E10) https://typo3.org/article/meet-petra-hasenau-typo3-association-board-vice-president-germany-application-podcast-s02e10 In this episode, I speak with Petra Hasenau, the TYPO3 Association Board Vice President and the CEO of cybercraft GmbH. Today, we cover her introduction to TYPO3 and open source, her inclusive approach to community building, and her cooking channel! Community Podcasts news-2248 Tue, 16 Nov 2021 10:30:00 +0100 TYPO3 11.5.3 maintenance release published https://typo3.org/article/typo3-1153-maintenance-release-published The version 11.5.3 of the TYPO3 Enterprise Content Management System has just been released. Development TYPO3 CMS ... The part in which we are really interested has been highlighted: we want to import the various entries of the RSS feed, which correspond to the :code:`` tag. We also want to import their related link (the URI in the :code:`` tag). But to make things more interesting, we don't want to import all news items. We want only those who are part of the "TYPO3 CMS" category. Let's see how we can achieve this.