https://github.com/gemmaro/rss-schema
https://github.com/gemmaro/rss-schema
relaxng rss schema
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gemmaro/rss-schema
- Owner: gemmaro
- License: gpl-3.0
- Created: 2025-03-28T06:26:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T06:27:09.000Z (over 1 year ago)
- Last Synced: 2025-10-12T00:53:19.146Z (9 months ago)
- Topics: relaxng, rss, schema
- Language: HTML
- Homepage: https://codeberg.org/gemmaro/rss-schema
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# RELAX NG schema for RSS version 2.0
This schema is **experimental** and subject to change.
Prerequisites for `make check`: `jing` (Install it using `apt install jing`)
For additional information, refer to the related documentation or resources:
* [XML Schema Part 2: Datatypes Second Edition](https://www.w3.org/TR/xmlschema-2/)
* [Tags for the Identification of Languages](https://www.ietf.org/rfc/rfc3066.txt)
* [RELAX NG Compact Syntax](https://relaxng.org/compact-20021121.html)
* [RELAX NG Compact Syntax Tutorial](https://relaxng.org/compact-tutorial-20030326.html)
* https://github.com/rubys/feedvalidator
* [RELAX NG](https://relaxng.org/jclark/)
## License
The license for the RSS specification (`rss-specification.html`) and the
sample file (`sample-rss-2.xml`) is detailed in the [official
specification](https://www.rssboard.org/rss-specification#licenseAndAuthorship).
> This document is authored by the [RSS Advisory
> Board](https://www.rssboard.org/) and is offered under the terms of the
> Creative Commons [Attribution/Share
> Alike](https://creativecommons.org/licenses/by-sa/1.0/) license. It is a
> derivative work of an [original
> document](https://www.rssboard.org/rss-2-0-1) titled RSS 2.0 published by
> the Berkman Klein Center for Internet & Society authored by Dave Winer.
The additional files in this repository are distributed under the following
terms.
Copyright (C) 2025 gemmaro
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .