{"id":18408810,"url":"https://github.com/codeplaysoftware/sycl.tech-content","last_synced_at":"2025-04-07T09:33:20.435Z","repository":{"id":247404069,"uuid":"825802143","full_name":"codeplaysoftware/sycl.tech-content","owner":"codeplaysoftware","description":"Content for the SYCL.tech Website","archived":false,"fork":false,"pushed_at":"2025-03-10T20:11:22.000Z","size":9720,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T16:23:36.025Z","etag":null,"topics":["json","jsonfeed","python","sycl"],"latest_commit_sha":null,"homepage":"https://sycl.tech","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeplaysoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-08T14:23:48.000Z","updated_at":"2025-03-07T09:51:57.000Z","dependencies_parsed_at":"2025-01-10T11:40:50.897Z","dependency_job_id":null,"html_url":"https://github.com/codeplaysoftware/sycl.tech-content","commit_stats":null,"previous_names":["scottstraughan/sycl.tech-content"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeplaysoftware%2Fsycl.tech-content","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeplaysoftware%2Fsycl.tech-content/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeplaysoftware%2Fsycl.tech-content/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeplaysoftware%2Fsycl.tech-content/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeplaysoftware","download_url":"https://codeload.github.com/codeplaysoftware/sycl.tech-content/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247626633,"owners_count":20969340,"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":["json","jsonfeed","python","sycl"],"created_at":"2024-11-06T03:21:33.197Z","updated_at":"2025-04-07T09:33:18.556Z","avatar_url":"https://github.com/codeplaysoftware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYCL.tech Content\n\n[![Scorecard supply-chain security](https://github.com/codeplaysoftware/sycl.tech-content/actions/workflows/scorecard.yml/badge.svg)](https://github.com/codeplaysoftware/sycl.tech-content/actions/workflows/scorecard.yml)\n[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codeplaysoftware/sycl.tech-content/badge)](https://scorecard.dev/viewer/?uri=github.com/codeplaysoftware/sycl.tech-content)\n\n## About The Project\n\nThis repository contains all the content (news, videos, projects etc.) that is shown on [sycl.tech](https://sycl.tech).\nAnyone is free to contributor sycl based material by creating pull requests. \n\n## Contribute SYCL Related Content\n\nTo get you information on contributing to the right place, please use the links shown in the table below.\n\n| Collection / Type                                          | Info                                                                     |\n|------------------------------------------------------------|--------------------------------------------------------------------------|\n| [Contributors](content/contributors/README.md)             | If you would like to create a contributor profile.                       |\n| [Events](content/events/README.md)                         | If you have an event that has sycl based on interesting to sycl devs.    |\n| [News](content/news/README.md)                             | If you have a news item, update or something else to share sycl related. |\n| [Playground Samples](content/playground_samples/README.md) | If you have a sample of SYCL code to share with others.                  |\n| [Projects](content/projects/README.md)                     | If you have a sycl based project to share.                               |\n| [Research Papers](content/research_papers/README.md)       | If you have a research paper that covers SYCL.                           |\n| [Videos](content/videos/README.md)                         | If you have a video to share that discusses SYCL.                        |\n\n## JSON Feeds\n\nYou can subscribe to our [JSON feeds](https://www.jsonfeed.org/version/1/) and consume our content using your own \nfeed reader. Below is a list of our JSON feeds.\n\n* [Contributors Feed](https://feeds.sycl.tech/contributors/feed.json)\n* [Events Feed](https://feeds.sycl.tech/events/feed.json)\n* [News Feed](https://feeds.sycl.tech/news/feed.json)\n* [Playground Samples Feed](https://feeds.sycl.tech/playground_samples/feed.json)\n* [Projects Feed](https://feeds.sycl.tech/projects/feed.json)\n* [Research Papers Feed](https://feeds.sycl.tech/research_papers/feed.json)\n* [Videos Feed](https://feeds.sycl.tech/videos/feed.json)\n\n## Getting Started\n\nYou can build the json feeds using the following command:\n\n1) Install dependencies:\n\n```shell\npip install -r requirements.txt\n```\n\n2) Run the feed generator:\n\n```shell\npython feed.py\n    -a \"https://feed.mywebsite.com/static/\"\n    -b \"https://feed.mywebsite.com\"\n    -s \"https://mywebsite.com\"\n    -g \"github_api_token_here\"\n```\n\n## Flags\n\n* `-s` The URL for the front-end website\n* `-a` The asset URL, pointing to the static assets\n* `-b` The base URL to which the feed lives at\n* `-g` A GitHub API key, used to pull project and other information\n* `-i` The number of items to render per feed page\n* `-d` To show debug output\n\n## Contributing\n\nPlease see the `CONTRIBUTING.md` file for details.\n\n## License\n\nDistributed under the Apache 2.0 License. See `LICENSE.txt` file for more information.\n\n## Contact\n\n\u003cdev-rel@codeplay.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeplaysoftware%2Fsycl.tech-content","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeplaysoftware%2Fsycl.tech-content","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeplaysoftware%2Fsycl.tech-content/lists"}