{"id":20779248,"url":"https://github.com/bolt/bolt-extension-rssfeed","last_synced_at":"2025-08-01T19:10:07.000Z","repository":{"id":20049269,"uuid":"23317648","full_name":"bolt/bolt-extension-rssfeed","owner":"bolt","description":"RSS feed publisher for Bolt","archived":false,"fork":false,"pushed_at":"2020-05-26T10:05:14.000Z","size":93,"stargazers_count":5,"open_issues_count":2,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T19:48:13.703Z","etag":null,"topics":["bolt-extension"],"latest_commit_sha":null,"homepage":"https://bolt.cm/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bolt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-25T15:02:22.000Z","updated_at":"2024-03-07T23:52:19.000Z","dependencies_parsed_at":"2022-08-31T05:41:24.832Z","dependency_job_id":null,"html_url":"https://github.com/bolt/bolt-extension-rssfeed","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/bolt/bolt-extension-rssfeed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Fbolt-extension-rssfeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Fbolt-extension-rssfeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Fbolt-extension-rssfeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Fbolt-extension-rssfeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bolt","download_url":"https://codeload.github.com/bolt/bolt-extension-rssfeed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Fbolt-extension-rssfeed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268281848,"owners_count":24225160,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bolt-extension"],"created_at":"2024-11-17T13:26:52.965Z","updated_at":"2025-08-01T19:10:06.930Z","avatar_url":"https://github.com/bolt.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"RSS, JSON and Atom feed publisher\n=================================\n\nCreates sitewide and/or contenttype specific feeds for your Bolt website.\n\nAfter installation, a configuration file will be created as\n`app/config/extensions/rssfeed.bolt.yml`, where you can define how the various\nfeeds should be created. Depending on your set up in the extension's\nconfiguration, you can access RSS feeds either by sitewide or contenttype\nspecific URLs:\n\n - **Site wide**: `/rss/feed.{extension}`\n - **Contenttype**: `/{contenttypeslug}/rss/feed.{extension}`\n\nWhere:\n  - `{contenttypeslug}` is the slug of your contenttype.\n  - `{extension}` is either 'xml' or 'rss'.\n\nSee the comments in your `rssfeed.bolt.yml` for more details.\n\nTo allow RSS and other Feed aggregators like Feedly to easily find your site's\nfeed, you should add an autodiscovery link to the `\u003chead\u003e`-section of your site.\nDo this by simply setting `autodiscovery: true` in the configuration file.\n\nConfiguring routing\n-------------------\n\nThis extension automatically sets up routing to match the URL patterns mentioned above (like `/rss/feed.xml`). If you have need of a specific URL to publish the feed on, you must add the route to your `routing.yml` file. For example:\n\n```\nmy_rss_feed:\n    path: /news.xml\n    defaults:\n        _controller: controller.rssfeed:feed\n        contenttypeslug: news\n```\n\nTaxonomy filters\n----------------\n\nYou can apply a taxonomy filter as a query string to your feeds, like so:\n\n```\n?filter[taxonomyname]=slug\n```\n\nFor example:\n\n```\n?filter[categories]=movies\n?filter[groups]=meta\n?filter[tags]=cinema\n```\n\nThis only works for at most one filter and only for taxonomies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolt%2Fbolt-extension-rssfeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbolt%2Fbolt-extension-rssfeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolt%2Fbolt-extension-rssfeed/lists"}