modify comments
This commit is contained in:
parent
511e4b1716
commit
400631fba9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# This defines the base directory for the feeds. Please use an absolute path.
|
||||
base_directory = '/home/<user>/rss'
|
||||
|
||||
# Articles older than max_age (days) will be deleted and not be added
|
||||
# Articles older than max_age (days) will be deleted and not be added.
|
||||
max_age = 30
|
||||
|
||||
# Date and time format as strftime to be included in the articles
|
||||
# Date and time format as strftime to be included in the articles.
|
||||
datetime_format = '%d.%m.%Y %H:%M'
|
||||
|
||||
# Feeds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue