From 8465afea0e9b905279038499479e74fb681d3b83 Mon Sep 17 00:00:00 2001 From: aleteoryx Date: Tue, 12 Nov 2024 15:49:19 -0500 Subject: homepage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3-54-g00ecf