diff options
author | aleteoryx <alyx@aleteoryx.me> | 2024-11-12 16:55:01 -0500 |
---|---|---|
committer | aleteoryx <alyx@aleteoryx.me> | 2024-11-12 16:55:01 -0500 |
commit | 5fe4a07f496ad6394be4f7fc4661b55f7102ea42 (patch) | |
tree | 9992c9bfd7c9bebc9820bfc486215cc13f2c47a4 | |
parent | 875bbb219ca7efc93c438229a69c3047c8adde88 (diff) | |
download | rss_dot_php-5fe4a07f496ad6394be4f7fc4661b55f7102ea42.tar.gz rss_dot_php-5fe4a07f496ad6394be4f7fc4661b55f7102ea42.tar.bz2 rss_dot_php-5fe4a07f496ad6394be4f7fc4661b55f7102ea42.zip |
demo in the readme
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,8 @@ This tool isn't intended for standalone reading, instead it's intended to be used as an aggregator for personal feeds, that can be embedded into a website via an <iframe>. +You can see it in action [on my homepage][me]. + ## Usage To use this tool, just download the main [`rss.php`][php] file and edit it. @@ -33,5 +35,6 @@ URLs overlap. [`aleteoryx.css`][css] contains an example stylesheet. +[me]: https://aleteoryx.me [php]: https://git.aleteoryx.me/cgit/rss_dot_php/tree/rss.php [css]: https://git.aleteoryx.me/cgit/rss_dot_php/tree/aleteoryx.css |