{"id":22685836,"url":"https://github.com/hellodword/grss","last_synced_at":"2025-06-18T07:41:59.044Z","repository":{"id":64297627,"uuid":"563145928","full_name":"hellodword/grss","owner":"hellodword","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-09T12:08:22.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-09T21:47:12.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellodword.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2022-11-08T02:02:16.000Z","updated_at":"2024-05-09T12:08:27.000Z","dependencies_parsed_at":"2025-06-09T21:36:25.391Z","dependency_job_id":"3c5eec00-0d06-468c-ae99-e07cd9fb84a4","html_url":"https://github.com/hellodword/grss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellodword/grss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fgrss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fgrss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fgrss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fgrss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellodword","download_url":"https://codeload.github.com/hellodword/grss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellodword%2Fgrss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260513683,"owners_count":23020568,"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":[],"created_at":"2024-12-09T22:17:48.155Z","updated_at":"2025-06-18T07:41:58.997Z","avatar_url":"https://github.com/hellodword.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grss\n\n## Supports\n\n- [ ] JSON Feed Version 1.0\n- [ ] JSON Feed Version 1.1\n- [ ] Atom 0.3\n- [ ] Atom 1.0\n- [ ] RSS 0.90\n- [ ] RSS 0.91 (netscape)\n- [ ] RSS 0.91\n- [ ] RSS 0.92\n- [ ] RSS 1.0\n- [ ] RSS 2.0\n- [ ] RSS 2.0.1\n- [ ] MRSS 1.5.1\n\n## Features\n\n- [ ] JSON to RSS 2.0\n- [ ] JSON to JSON 1.1\n- [ ] JSON to Atom 1.0\n- [ ] RSS to RSS 2.0\n- [ ] RSS to JSON 1.1\n- [ ] RSS to Atom 1.0\n- [ ] Atom to RSS 2.0\n- [ ] Atom to JSON 1.1\n- [ ] Atom to Atom 1.0\n- [ ] Custom Encoding\n\n## TODO\n\n- [ ] xml parser\n\n## Thanks\n\n- [GitHub - encoding/xml: support xmlns prefixes](https://github.com/nbio/xml)\n- [GitHub - encoding/xml: support for XML namespace prefixes](https://github.com/golang/go/issues/9519)\n- [RssBoard - RSS 0.90 Specification](https://www.rssboard.org/rss-0-9-0)\n- [Purl - RDF Site Summary (RSS) 1.0 Specification](https://web.resource.org/rss/1.0/spec)\n- [RssBoard - RSS 0.91 (Netscape) Specification](https://www.rssboard.org/rss-0-9-1-netscape)\n- [RssBoard - RSS 0.91 Specification](https://www.rssboard.org/rss-0-9-1)\n- [RssBoard - RSS 2.0 Specification](https://www.rssboard.org/rss-2-0)\n- [RssBoard - RSS 2.0.1 Specification](https://www.rssboard.org/rss-2-0-1)\n- [RssBoard - RSS Change Notes](https://www.rssboard.org/rss-change-notes)\n- [RssBoard - Really Simple Syndication Best Practices Profile](https://www.rssboard.org/rss-profile)\n- [W3C - XML 1.0 Specification](https://www.w3.org/TR/REC-xml/)\n- [JSONFeed - JSON Feed Version 1](https://www.jsonfeed.org/version/1/)\n- [JSONFeed - JSON Feed Version 1.1](https://www.jsonfeed.org/version/1.1/)\n- [JSONFeed - Mapping RSS and Atom to JSON Feed](https://www.jsonfeed.org/mappingrssandatom/)\n- [RFC4287: The Atom Syndication Format](https://datatracker.ietf.org/doc/html/rfc4287)\n- [W3C - syntax of Atom or RSS feeds](https://validator.w3.org/feed/docs/atom.html)\n- [Google - Atom 0.3 specification](https://support.google.com/merchants/answer/160598?hl=en)\n- [Google - Atom 1.0 specification](https://support.google.com/merchants/answer/160593?hl=en)\n- [Google - RSS 1.0 specification](https://support.google.com/merchants/answer/160590?hl=en)\n- [Google - RSS 2.0 specification](https://support.google.com/merchants/answer/160589?hl=en)\n- [GitHub - apache/wink](https://github.com/apache/wink)\n- [apache/wink docs](https://wink.apache.org/1.4.0/api/index.html)\n- [W3C - How do I declare namespaces in my feed?](https://validator.w3.org/feed/docs/howto/declare_namespaces.html)\n- [Extending RSS 2.0 With Namespaces](https://www.disobey.com/detergent/2002/extendingrss2/)\n- [Atom Publishing Format and Protocol](http://xml.coverpages.org/atom.html)\n- [Atom Syndication Format](http://www.atomenabled.org/developers/syndication/)\n- [Apple - A Podcaster’s Guide to RSS](https://help.apple.com/itc/podcasts_connect/#/itcb54353390)\n- [GitHub - dateparser source](https://github.com/mmcdole/gofeed/blob/7c163b185c39f91150063e8adc97e43e4f572940/internal/shared/dateparser.go)\n- [Wappalyzer - Websites using RSS](https://www.wappalyzer.com/technologies/miscellaneous/rss)\n- [GitHub - ISO-8859-1 sample](https://github.com/SlyMarbo/rss/blob/9ae0f45449d6f6424a61969aeedeb14cd5d40094/testdata/rss_0.91)\n- [W3C - W3C Feed Validation Service, for Atom and RSS](https://validator.w3.org/feed/#validate_by_input)\n- [GitHub - w3c/feedvalidator](https://github.com/w3c/feedvalidator/tree/main/src)\n- [RSS.com - List of Free RSS Validators](https://rss.com/blog/rss-feed-validators/)\n- [RssBoard - Feed Validator](https://www.rssboard.org/rss-validator/)\n- [mnot.net - RSS and Atom Feed Tutorial](https://www.mnot.net/rss/tutorial/)\n- [GitHub - andre487/feed-validator](https://github.com/andre487/feed-validator)\n- [GitHub - bcomnes/jsonfeed-to-rss](https://github.com/bcomnes/jsonfeed-to-rss)\n- [Google - Best practices for XML sitemaps and RSS/Atom feeds](https://developers.google.com/search/blog/2014/10/best-practices-for-xml-sitemaps-rssatom)\n- [GitHub - kornelski/atom2rss: converting Atom 0.3 → Atom 1.0 → RSS 2.0.](https://github.com/kornelski/atom2rss)\n- [W3C/GitHub - rubys/feedvalidator](https://github.com/rubys/feedvalidator)\n- [W3C/GitHub - rubys/feedvalidator: testcases](https://github.com/rubys/feedvalidator/tree/master/testcases)\n- https://stackoverflow.com/questions/446700/is-there-any-defined-atom-syndication-xml-schema\n- https://github.com/gauzy-gossamer/Domain-Registry-GO/blob/8871404809e59d6b02845a552363837f9e4a6d23/registry/xml/xml_parser.go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellodword%2Fgrss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellodword%2Fgrss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellodword%2Fgrss/lists"}