{"id":25176208,"url":"https://github.com/redturtle/volto-rss-block","last_synced_at":"2025-05-06T23:18:46.393Z","repository":{"id":42527769,"uuid":"246862322","full_name":"RedTurtle/volto-rss-block","owner":"RedTurtle","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-24T11:14:39.000Z","size":835,"stargazers_count":2,"open_issues_count":5,"forks_count":2,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-15T11:42:32.124Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/RedTurtle.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":"2020-03-12T14:59:43.000Z","updated_at":"2024-12-24T11:14:42.000Z","dependencies_parsed_at":"2023-02-18T18:46:01.800Z","dependency_job_id":null,"html_url":"https://github.com/RedTurtle/volto-rss-block","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fvolto-rss-block","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fvolto-rss-block/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fvolto-rss-block/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fvolto-rss-block/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedTurtle","download_url":"https://codeload.github.com/RedTurtle/volto-rss-block/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782906,"owners_count":21803418,"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":["hacktoberfest"],"created_at":"2025-02-09T13:16:38.709Z","updated_at":"2025-05-06T23:18:46.377Z","avatar_url":"https://github.com/RedTurtle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Volto RSS Block\n\nRSS block for [Volto](https://github.com/plone/volto).\n\nFrom version 2.1.0 you can aggregate more than one RSS feed.\n\nTo be used with mrs-developer, see [Volto docs](https://docs.voltocms.com/customizing/add-ons/) for further usage informations.\n\nThis block needs a specific service to be installed on your Plone backend.\nSee [redturtle.rssservice](https://github.com/RedTurtle/redturtle.rssservice).\n\n## Usage\n\n\u003e If you're using Volto \u003c 12, then use v1.2.0.\n\u003e\n\u003e If you're using Volto \u003c 16, then use v2.3.2.\n\n\u003e If you're usign volto-rss-block \u003e 2.0.0., the use redturtle.rssservice \u003e= 0.1.1\n\nLoad this addon (see \u003chttps://docs.voltocms.com/addons/#configuring-a-volto-project-to-use-an-addon\u003e).\n\nYou can add custom templates like this:\n\n```javascript\n// src/config.js\n\nimport { rssBlock as customRssBlock } from 'volto-rss-block';\n\nconst rssBlock = {\n  ...customRssBlock,\n  templates: {\n    ...customRssBlock.templates,\n    card_without_image: {\n      label: 'Card template with images',\n      template: CardWithImageRssTemplate,\n    },\n    card_with_image: {\n      label: 'Card template without images',\n      template: CardWithoutImageRssTemplate,\n    },\n  },\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fvolto-rss-block","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredturtle%2Fvolto-rss-block","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fvolto-rss-block/lists"}