aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoraleteoryx <alyx@aleteoryx.me>2024-11-12 15:49:19 -0500
committeraleteoryx <alyx@aleteoryx.me>2024-11-12 15:49:19 -0500
commit8465afea0e9b905279038499479e74fb681d3b83 (patch)
tree9dd0d0b4ca9b62aca9c52f34c0ffbf1d7bdbc36c /README.md
parent433ec701892d4abe2eb3bd65202ce33631bdf5b0 (diff)
downloadrss_dot_php-8465afea0e9b905279038499479e74fb681d3b83.tar.gz
rss_dot_php-8465afea0e9b905279038499479e74fb681d3b83.tar.bz2
rss_dot_php-8465afea0e9b905279038499479e74fb681d3b83.zip
homepage
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3db3cdc..8395b98 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,9 @@ displayed. The key of the entry is the name.
The following options are supported per-feed:
- `$feeds[feed]["url"]`: **REQUIRED**: The URL of the RSS/Atom feed.
+- `$feeds[feed]["home"]`: An optional homepage for the feed. Will be linked under every entry from it.
- `$feeds[feed]["ttl"]`: How long to cache the feed for, in seconds. Defaults to 1 hour.
-- `$feeds[feed]["linkrel"]`: For Atom, which `rel=` value to prefer when getting a link.
+- `$feeds[feed]["linkrel"]`: For Atom, which `rel=` value to prefer when getting a link. Defaults to alternate.
The remaining config options are set on the `$config` array, and are documented inside
the file.