{"id":29467551,"url":"https://github.com/vrugtehagel/gatherss","last_synced_at":"2025-07-14T09:08:19.758Z","repository":{"id":283170941,"uuid":"949655443","full_name":"vrugtehagel/gatherss","owner":"vrugtehagel","description":"A simple, free, privacy-friendly RSS aggregator.","archived":false,"fork":false,"pushed_at":"2025-06-18T06:49:02.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T07:32:20.767Z","etag":null,"topics":["firefox-addon","rss","rss-aggregator"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-GB/firefox/addon/gatherss/","language":"JavaScript","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/vrugtehagel.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}},"created_at":"2025-03-16T23:10:14.000Z","updated_at":"2025-06-18T06:49:05.000Z","dependencies_parsed_at":"2025-03-18T23:23:56.506Z","dependency_job_id":"728276e6-b0b4-4bcd-b3a6-e65b8926c206","html_url":"https://github.com/vrugtehagel/gatherss","commit_stats":null,"previous_names":["vrugtehagel/gatherss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vrugtehagel/gatherss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrugtehagel%2Fgatherss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrugtehagel%2Fgatherss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrugtehagel%2Fgatherss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrugtehagel%2Fgatherss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrugtehagel","download_url":"https://codeload.github.com/vrugtehagel/gatherss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrugtehagel%2Fgatherss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265265634,"owners_count":23737074,"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":["firefox-addon","rss","rss-aggregator"],"created_at":"2025-07-14T09:03:48.065Z","updated_at":"2025-07-14T09:08:19.749Z","avatar_url":"https://github.com/vrugtehagel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GATHERSS\n\nA simple, free, privacy-friendly RSS aggregator, as Firefox addon. No bells, no\nwhistles. Just links to cool posts.\n\n## Getting started\n\nFor local development, not much is needed; there is no build process, so the\nextension can be added by navigating to about:debugging and clicking \"Load\nTemporary Add-on\", then selecting the `manifest.json` file.\n\nFor the exported ZIP, hidden files must be excluded (most importantly the `.git`\ndirectory) and likewise this `README.md` should be excluded.\n\n```bash\nzip -rFS -x=\".*\" -x=\"*.md\" -x=\"*.zip\" gatherss.zip ./\n```\n\n## About the codebase\n\nThings are kept as simple as possible. There are three main parts to any addon;\n\n- The background script (this is `background.js`)\n- Content scripts (this is `content.js`)\n- The browser action (this is everything under `action/`)\n\nThe browser action is a popup, so the files under `action/` are the different\npages. The initial page, i.e. the one you see when clicking the action button,\nis `action/index.html`. All the pages share the `action/action.css` stylesheet,\nbut also have their own `index.css`.\n\nThe bulk of the actual logic happens in separate files in `-/`; functions are\nsplit over different files to make things a bit clearer.\n\nThere are some SVG icons under `icons/`; these are referenced through `\u003cimg\u003e` or\nby path in case of the browser action button.\n\nThe `.thumbnail.*` files are used for the listing on\n[addons.mozilla.org](https://addons.mozilla.org) - they are kept for version\ncontrol, but should not be included in the submitted ZIP (which is why they are\nhidden files).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrugtehagel%2Fgatherss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrugtehagel%2Fgatherss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrugtehagel%2Fgatherss/lists"}