{"id":15524848,"url":"https://github.com/simonschaufi/gkh_rss_import","last_synced_at":"2025-07-20T14:34:54.202Z","repository":{"id":41494855,"uuid":"100697852","full_name":"simonschaufi/gkh_rss_import","owner":"simonschaufi","description":"TYPO3 extension to import an RSS feed and show the content on a page","archived":false,"fork":false,"pushed_at":"2024-10-21T09:12:44.000Z","size":964,"stargazers_count":1,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-21T12:58:57.000Z","etag":null,"topics":["rss","rss-feed","typo3","typo3-cms-extension"],"latest_commit_sha":null,"homepage":"https://www.simonschaufelberger.de/de/projekte/typo3-extensions/rss-feed-import.html","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonschaufi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-18T09:46:21.000Z","updated_at":"2024-10-21T09:12:47.000Z","dependencies_parsed_at":"2024-02-29T11:57:40.377Z","dependency_job_id":"2af4eb41-bef9-4595-8b21-9d38a045d930","html_url":"https://github.com/simonschaufi/gkh_rss_import","commit_stats":{"total_commits":86,"total_committers":4,"mean_commits":21.5,"dds":0.03488372093023251,"last_synced_commit":"7b4b576ac0d4b9ec562f64de52ee3596bffeda9a"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonschaufi%2Fgkh_rss_import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonschaufi%2Fgkh_rss_import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonschaufi%2Fgkh_rss_import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonschaufi%2Fgkh_rss_import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonschaufi","download_url":"https://codeload.github.com/simonschaufi/gkh_rss_import/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242011148,"owners_count":20057406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rss","rss-feed","typo3","typo3-cms-extension"],"created_at":"2024-10-02T10:53:23.448Z","updated_at":"2025-07-20T14:34:54.192Z","avatar_url":"https://github.com/simonschaufi.png","language":"PHP","funding_links":["https://www.paypal.me/simonschaufi/10"],"categories":[],"sub_categories":[],"readme":"# TYPO3 extension `gkh_rss_import`\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/simonschaufi/10)\n[![Latest Stable Version](https://poser.pugx.org/gkh/gkh-rss-import/v/stable)](https://packagist.org/packages/gkh/gkh-rss-import)\n[![Total Downloads](https://poser.pugx.org/gkh/gkh-rss-import/downloads)](https://packagist.org/packages/gkh/gkh-rss-import)\n[![License](https://poser.pugx.org/gkh/gkh-rss-import/license)](https://packagist.org/packages/gkh/gkh-rss-import)\n[![TYPO3](https://img.shields.io/badge/TYPO3-13-orange.svg)](https://get.typo3.org/version/13)\n\nFetch an RSS / Atom Feed and display its content on the Frontend.\n\n## Features\n\n* Frontend plugin, implementing best practices from TYPO3 CMS\n* Supports editors \u0026 authors by providing\n    * Lots of plugin options for flexible output rendering\n    * Local caching of external feed content\n    * Marker based template\n* [Comprehensive documentation][1]\n\n## Usage\n\n### Installation\n\n#### Installation using Composer\n\nThe recommended way to install the extension is using [Composer][2].\n\nRun the following command within your Composer based TYPO3 project:\n\n```bash\ncomposer require gkh/gkh-rss-import\n```\n\n#### Installation as extension from TYPO3 Extension Repository (TER)\n\nDownload and install the [extension][3] with the extension manager module in the TYPO3 backend.\n\n## Integration\n\n- Add the TypoScript configuration in the Template module\n- Add the Plugin on a page and configure it in the plugin settings right in the content element\n\n## Administration corner\n\n### Versions and support\n\n| Branch   | TYPO3       | PHP       | Support / Development       |\n|----------|-------------|-----------|-----------------------------|\n| dev-main | 13.0 - 13.4 | 8.2 - 8.4 | unstable development branch |\n| 9.x      | 11.5 - 11.5 | 7.4 - 8.1 | bugfixes, security updates  |\n| 8.x      | 9.5 - 11.5  | 7.2 - 7.4 | no more support             |\n| 6.x      | 8.7 - 8.7   | 7.0 - 7.4 | no more support             |\n\n### Changelog\n\nPlease look into the [official extension documentation in changelog chapter][4].\n\n### Release Management\n\nWe follow [**semantic versioning**][5], which means, that\n* **bugfix updates** (e.g. 1.0.0 =\u003e 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,\n* **minor updates** (e.g. 1.0.0 =\u003e 1.1.0) includes new features and smaller tasks without breaking changes,\n* and **major updates** (e.g. 1.0.0 =\u003e 2.0.0) breaking changes wich can be refactorings, features or bugfixes.\n\n### Contribution\n\n**Pull Requests** are gladly welcome! Please don't forget to add an issue and connect it to your pull requests. This\nis very helpful to understand what kind of issue the **PR** is going to solve.\n\nBugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going\nto accept only bugfixes if we can reproduce the issue.\n\n### Similar extensions\n\n* [rss_display][6] Based on extbase but with less configuration options\n\n[1]: https://docs.typo3.org/p/gkh/gkh-rss-import/master/en-us/\n[2]: https://getcomposer.org/\n[3]: https://extensions.typo3.org/extension/gkh_rss_import\n[4]: https://docs.typo3.org/p/simonschauif/gkh_rss_import/master/en-us/Changelog/Index.html\n[5]: https://semver.org/\n[6]: https://extensions.typo3.org/extension/rss_display/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonschaufi%2Fgkh_rss_import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonschaufi%2Fgkh_rss_import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonschaufi%2Fgkh_rss_import/lists"}