“”

Feed Generator Feed Generator

feed_generator / beta

Generator for Atom, JSON and RSS feeds

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req brotkrueml/typo3-feed-generator

Tags

#Feed #rss #atom #json #jsonfeed

Last upload comment

Added:
- Compatibility with TYPO3 v13

Removed:
- Compatibility with TYPO3 v11

Downloads by month

Download 0.7.0 Extension Manual Found an Issue? Code Insights Packagist.org
Author
Chris Müller
Last update
19. Mar 2024
First upload
31. Oct 2022
Downloads
2,629
Category
Frontend
Dependencies
  • TYPO3 (12.4.0 - 13.4.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req brotkrueml/typo3-feed-generator to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (19)

Version history

Version Upload comment Works with TYPO3 Download
0.7.0 / beta
March 19, 2024
Added:
- Compatibility with TYPO3 v13

Removed:
- Compatibility with TYPO3 v11

12.4.0 - 13.4.99 Download
0.6.0 / beta
December 05, 2022
Added:
- Extension API for feeds
- Categories for items
- Link to feed itself in an RSS feed
- Item content property in RSS feed

Changed:
- Author in RSS feed now uses dc:creator tag
11.5.0 - 12.4.99 Download
0.5.0 / alpha
November 18, 2022
**Added:**
- AbstractFeed class which can be extended in custom feed implementations

**Changed:**
- Substitute laminas/laminas-feed and jdecool/jsonfeed with custom implementation
- Rename Enclosure class to Attachment
- Allow multiple attachments for JSON feeds
- Integrate FeedCategoryInterface into FeedInterface
- Integrate StyleSheetInterface into FeedInterface
- Adjust namespace for classes Attachment, Author, Category, Image

Additionally, the extension can now be used in non-Composer installations.

Preview release, feedback welcome.
11.5.0 - 12.4.99 Download
0.4.0 / alpha
October 31, 2022
Preview release, feedback welcome. A Composer-based installation is necessary for now.
11.5.0 - 11.5.99 Download