aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.