YESS, aka You Easily Syndicate Scenes, is a protocol created in 2022 by Paul Gordon.
#2208on PLDB | 2Years Old |
git clone https://github.com/paul-go/YESS-Specification
YESS: A Reboot Of RSS. The protocol is a subset of HTML and CSS. It's central design idea is to split static HTML files up into small single-screen components, called Scenes.
<section>
HTML for section 1
</section>
<embed src="section-2-and-3.html">
<section>
HTML for section 4
</section>
<section>
HTML for section 5
</section>
<embed src="section-6.html">