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.

Fri, 05 Jun 2026 21:00:00 +0000
The 'NameTag' feature, if turned on, will use AI to store and match faceprints.
Fri, 05 Jun 2026 18:30:00 +0000
'The Odyssey' offers a very different experience depending on the theater you choose.
Fri, 05 Jun 2026 17:00:55 +0000
There are deals on batteries, drills, drivers, saws, sanders, routers, and more.
Fri, 05 Jun 2026 16:30:48 +0000
They feature ear hooks, IPX7 waterproofing, ANC, and a bass-heavy sound signature.
Fri, 05 Jun 2026 16:00:00 +0000
Want to put your watch and Fitbit Air on the same band? I'd reconsider.

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.