From 875bbb219ca7efc93c438229a69c3047c8adde88 Mon Sep 17 00:00:00 2001 From: aleteoryx Date: Tue, 12 Nov 2024 16:32:55 -0500 Subject: example css --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8395b98..133f0b6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ embedded into a website via an <iframe>. ## Usage -To use this tool, just download the main rss.php file and edit it. +To use this tool, just download the main [`rss.php`][php] file and edit it. Each entry in the `$feeds` array corresponds to a feed that will be displayed. The key of the entry is the name. @@ -28,3 +28,10 @@ The cache uses PHP's builtin `serialize`/`unserialize` functions, and stores ent `{$config["cache_dir"]}/{md5($feed["url"])}`. Only one cache file will ever exist for a feed, and it is safe for multiple instances to share a cache directory, even if feed URLs overlap. + +## Styling + +[`aleteoryx.css`][css] contains an example stylesheet. + +[php]: https://git.aleteoryx.me/cgit/rss_dot_php/tree/rss.php +[css]: https://git.aleteoryx.me/cgit/rss_dot_php/tree/aleteoryx.css -- cgit v1.2.3-54-g00ecf