{"id":28839469,"url":"https://github.com/coldbox-modules/cbfeeds","last_synced_at":"2026-01-31T22:35:44.977Z","repository":{"id":16261952,"uuid":"19010075","full_name":"coldbox-modules/cbfeeds","owner":"coldbox-modules","description":"A module that allows you to consume and generate all types of RSS/ATOM feeds","archived":false,"fork":false,"pushed_at":"2025-02-19T21:15:59.000Z","size":1241,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"development","last_synced_at":"2026-01-14T01:46:34.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ColdFusion","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/coldbox-modules.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.YML","license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.MD","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"patreon":"ortussolutions"}},"created_at":"2014-04-21T23:15:00.000Z","updated_at":"2025-02-19T21:16:05.000Z","dependencies_parsed_at":"2025-01-31T23:23:50.488Z","dependency_job_id":"4ca28d9b-f871-4dcf-87fc-205f936ca6ef","html_url":"https://github.com/coldbox-modules/cbfeeds","commit_stats":null,"previous_names":["coldbox/cbox-feeds"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/coldbox-modules/cbfeeds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfeeds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfeeds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfeeds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfeeds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coldbox-modules","download_url":"https://codeload.github.com/coldbox-modules/cbfeeds/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfeeds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28958345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T22:20:19.638Z","status":"ssl_error","status_checked_at":"2026-01-31T22:18:07.061Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-19T14:41:25.446Z","updated_at":"2026-01-31T22:35:44.972Z","avatar_url":"https://github.com/coldbox-modules.png","language":"ColdFusion","funding_links":["https://patreon.com/ortussolutions"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://www.ortussolutions.com/__media/coldbox-185-logo.png\"\u003e\n\t\u003cbr\u003e\n\t\u003cimg src=\"https://www.ortussolutions.com/__media/wirebox-185.png\" height=\"125\"\u003e\n\t\u003cimg src=\"https://www.ortussolutions.com/__media/cachebox-185.png\" height=\"125\" \u003e\n\t\u003cimg src=\"https://www.ortussolutions.com/__media/logbox-185.png\"  height=\"125\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\tCopyright Since 2005 ColdBox Platform by Luis Majano and Ortus Solutions, Corp\n\t\u003cbr\u003e\n\t\u003ca href=\"https://www.coldbox.org\"\u003ewww.coldbox.org\u003c/a\u003e |\n\t\u003ca href=\"https://www.ortussolutions.com\"\u003ewww.ortussolutions.com\u003c/a\u003e\n\u003c/p\u003e\n\n----\n\n# WELCOME TO THE CBFEEDS MODULE\n\nA nice and functional way to consume and produce RSS, ATOM feeds the ColdBox way!\n\n## DOCUMENTATION\n\nhttps://github.com/coldbox-modules/cbfeeds/wiki\n\n## LICENSE\n\nApache License, Version 2.0.\n\n## IMPORTANT LINKS\n\n- https://github.com/coldbox-modules/cbfeeds\n- https://www.forgebox.io/view/cbfeeds\n\n## SYSTEM REQUIREMENTS\n\n- BoxLang 1+\n- Lucee 5+\n- ColdFusion 2021+\n\n## INSTRUCTIONS\n\nJust drop into your **modules** folder or use CommandBox to install\n\n`box install cbfeeds`\n\nThe module registers the following mappings in WireBox:\n\n- `FeedReader@cbfeeds` - Reads feeds with caching enhancements\n- `feedGenerator@cbfeeds` - Generate all kinds of feeds\n\nThen you can use each of the model objects to read or generate feeds to your heart's content.\n\n## Settings\n\nThe module can be configured via settings in your `ColdBox.cfc` in a structure called `feeds`:\n\n```js\nfeeds = {\n    // leverage the cache for storage of feed reading, leverages the 'default' cache\n    useCache  = true,\n    // The cache provider to use for storing the cached elements\n    cacheProvider = \"default\",\n    // where to store the cache, options are: [ram, file]\n    cacheType = \"ram\",\n    // if using file cache, the location to store the cached files\n    cacheLocation = \"\",\n    // the cache timeout for the items in seconds\n    cacheTimeout = 30,\n    // the http timeout for the cfhttp operations in seconds\n    httpTimeout = 30\n};\n```\n\n## Samples + Documentation\n\nIf you want examples just look at the shell sample app in the repository:\nhttps://github.com/coldbox-modules/cbfeeds\n\nOr the online documentation for the module: https://github.com/coldbox-modules/cbfeeds/wiki\n\n## Welcome to ColdBox\n\nColdBox *Hierarchical* MVC is the de-facto enterprise-level [HMVC](https://en.wikipedia.org/wiki/Hierarchical_model%E2%80%93view%E2%80%93controller) framework for ColdFusion (CFML) developers. It's professionally backed, conventions-based, modular, highly extensible, and productive. Getting started with ColdBox is quick and painless.  ColdBox takes the pain out of development by giving you a standardized methodology for modern ColdFusion (CFML) development with features such as:\n\n- [Conventions instead of configuration](https://coldbox.ortusbooks.com/getting-started/conventions)\n- [Modern URL routing](https://coldbox.ortusbooks.com/the-basics/routing)\n- [RESTFul APIs](https://coldbox.ortusbooks.com/the-basics/event-handlers/rendering-data)\n- [A hierarchical approach to MVC using ColdBox Modules](https://coldbox.ortusbooks.com/hmvc/modules)\n- [Event-driven programming](https://coldbox.ortusbooks.com/digging-deeper/interceptors)\n- [Async and Parallel programming constructs](https://coldbox.ortusbooks.com/digging-deeper/promises-async-programming)\n- [Integration \u0026 Unit Testing](https://coldbox.ortusbooks.com/testing/testing-coldbox-applications)\n- [Included dependency injection](https://wirebox.ortusbooks.com)\n- [Caching engine and API](https://cachebox.ortusbooks.com)\n- [Logging engine](https://logbox.ortusbooks.com)\n- [An extensive eco-system](https://forgebox.io)\n- Much More\n\n## Learning ColdBox\n\nColdBox is the defacto standard for building modern ColdFusion (CFML) applications.  It has the most extensive [documentation](https://coldbox.ortusbooks.com) of all modern web application frameworks.\n\n\nIf you don't like reading so much, then you can try our video learning platform: [CFCasts (www.cfcasts.com)](https://www.cfcasts.com)\n\n## Ortus Sponsors\n\nColdBox is a professional open-source project and it is completely funded by the [community](https://patreon.com/ortussolutions) and [Ortus Solutions, Corp](https://www.ortussolutions.com).  Ortus Patreons get many benefits like a cfcasts account, a FORGEBOX Pro account and so much more.  If you are interested in becoming a sponsor, please visit our patronage page: [https://patreon.com/ortussolutions](https://patreon.com/ortussolutions)\n\n### THE DAILY BREAD\n\n \u003e \"I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)\" Jn 14:1-12\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldbox-modules%2Fcbfeeds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoldbox-modules%2Fcbfeeds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldbox-modules%2Fcbfeeds/lists"}