This repository contains all the content (news, videos, projects etc.) that is shown on sycl.tech. Anyone is free to contributor sycl based material by creating pull requests.
To get you information on contributing to the right place, please use the links shown in the table below.
Collection / Type | Info |
---|---|
Contributors | If you would like to create a contributor profile. |
Events | If you have an event that has sycl based on interesting to sycl devs. |
News | If you have a news item, update or something else to share sycl related. |
Playground Samples | If you have a sample of SYCL code to share with others. |
Projects | If you have a sycl based project to share. |
Research Papers | If you have a research paper that covers SYCL. |
Videos | If you have a video to share that discusses SYCL. |
You can subscribe to our JSON feeds and consume our content using your own feed reader. Below is a list of our JSON feeds.
- Contributors Feed
- Events Feed
- News Feed
- Playground Samples Feed
- Projects Feed
- Research Papers Feed
- Videos Feed
You can build the json feeds using the following command:
- Install dependencies:
pip install -r requirements.txt
- Run the feed generator:
python feed.py
-a "https://feed.mywebsite.com/static/"
-b "https://feed.mywebsite.com"
-s "https://mywebsite.com"
-g "github_api_token_here"
-s
The URL for the front-end website-a
The asset URL, pointing to the static assets-b
The base URL to which the feed lives at-g
A GitHub API key, used to pull project and other information-i
The number of items to render per feed page-d
To show debug output
Please see the CONTRIBUTING.md
file for details.
Distributed under the Apache 2.0 License. See LICENSE.txt
file for more information.