This repository contains assets and support files related to RSS feeds. It includes icons, metadata files, and other resources to enhance RSS feed presentations.
If an RSS feed does not have an associated icon, you can use one from this repository.
If you have predefined RSS templates, they can be used as follows:
<rss version="2.0">
<channel>
<title>My RSS Feed</title>
<link>https://example.com</link>
<description>Sample RSS feed with custom assets.</description>
<image>
<url>https://raw.githubusercontent.com/DevonStee/RSS_Content_Support_Base/main/assets/feed-icon.png</url>
<title>My RSS Icon</title>
<link>https://example.com</link>
</image>
</channel>
</rss>Contributions are welcome! If you want to add new icons, templates, or any other RSS-related resources, please follow these steps:
Fork this repository and clone it to your local machine. Add or update assets in the appropriate folders. Commit your changes and push them to your forked repo. Open a pull request with a short description of the changes.
Add more RSS feed templates for common platforms. Include additional .ico variations for different themes. Automate icon selection based on domain or feed metadata.
This project is open-source under the MIT License. You are free to use, modify, and distribute the files as long as you provide attribution.