diff options
author | aleteoryx <alyx@aleteoryx.me> | 2024-11-12 15:49:19 -0500 |
---|---|---|
committer | aleteoryx <alyx@aleteoryx.me> | 2024-11-12 15:49:19 -0500 |
commit | 8465afea0e9b905279038499479e74fb681d3b83 (patch) | |
tree | 9dd0d0b4ca9b62aca9c52f34c0ffbf1d7bdbc36c /README.md | |
parent | 433ec701892d4abe2eb3bd65202ce33631bdf5b0 (diff) | |
download | rss_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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |