Simple Website Framework

RSS Feed Example

Sunday September 8th, 2024

Written by Scary le Poo

Below is an RSS Feed taken from this site. With no limits to the number of items displayed.

Error loading RSS feed.

http://www.skeleton.localhost/?rss=1

Below is an RSS Feed taken from Lifehacker. With a limit of 5 items displayed.

Tue, 21 Jul 2026 21:00:03 +0000
This smartwatch features a rotating bezel.
Tue, 21 Jul 2026 20:12:23 +0000
It's a LiDAR-equipped, self-emptying robot vacuum with AI obstacle avoidance.
Tue, 21 Jul 2026 19:30:00 +0000
You need iOS 26.6 to prime your iPhone for Siri AI.
Tue, 21 Jul 2026 19:00:00 +0000
It packs a powerful sound in a small package.
Tue, 21 Jul 2026 18:00:00 +0000
More (mostly) animated superhero shows with surprising depth.

Styling it is super simple and flexible!

<div class="rss-feed-container">
    <div class="rss-item">
        <div class="rss-title"><a href="LINK_TO_ITEM">Title of the item</a></div>
        <div class="rss-date">Publication Date</div>
        <div class="rss-image"><img src="IMAGE_URL" alt="Feed Image"/></div>
        If image exists
        <div class="rss-description">Description of the item</div>
    </div>
</div>
Simple Website Framework

A lean, flat-file PHP framework with no database, no bloat, and no black boxes. Build something clean and keep control of every part of it.

Contribute on GitHub

Found a bug? Have an idea? The project is open source and contributions are welcome. Find it on GitHub.

Documentation

This site is the living documentation for the framework. Every feature is demonstrated in the place it's meant to be used. Start with the introduction or dive straight into the setup guide.