mpc/mpc-rss
最新稳定版本:1.0.9
Composer 安装命令:
composer require mpc/mpc-rss
包简介
TYPO3 extension to fetch and render RSS feeds grouped by category, date or author.
README 文档
README
A TYPO3 extension for displaying RSS feeds with automatic updates, grouping, and pagination.
Features
- Inline feed management - Add feeds directly in content elements
- Automatic updates - Background refresh via Scheduler or CLI
- Isolated caching - Independent RSS cache, doesn't affect page cache
- Multiple grouping modes - By category, source, date, or timeline
- Pagination - Handle large feed collections
- SEO-friendly URLs - Speaking URLs via Route Enhancer
Requirements
- TYPO3 13.x - 14.x
- PHP 8.2+
Installation
composer require mpc/mpc-rss
# or copy to typo3conf/ext/mpc_rss/
Activate in Extension Manager and run database updates.
Quick Start
- Create content element → Plugin → "MPC RSS Feed"
- Click "Add Feed" and enter RSS/Atom feed URLs
- Configure grouping mode and display options
Automatic Updates
Scheduler (Recommended)
System → Scheduler → Add Task
Class: "Update RSS Feeds"
Frequency: */30 * * * * (every 30 minutes)
CLI Command
vendor/bin/typo3 mpcrss:updatefeeds
# Add to crontab: */30 * * * * cd /path/to/typo3 && vendor/bin/typo3 mpcrss:updatefeeds
See Automatic Feed Updates for details.
Documentation
- Automatic Feed Updates - Setup scheduler and CLI commands
- Custom Templates - Customize frontend display and navigation
- Grouping Modes - Organize feeds by category, source, or date
- Routing - Configure SEO-friendly URLs
- Architecture - Technical design decisions
License
GPL-2.0-or-later
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-11-03