2024-10-29_14-25-10_CET
This commit is contained in:
16
feed_watcher/feedWatcher_4.tpl
Normal file
16
feed_watcher/feedWatcher_4.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
[%# feedWatcher_4.tpl 2020-01-25 -%]
|
||||
[%# Generates simple lines each containing title and description per feed -%]
|
||||
[% i = 0 -%]
|
||||
[% WHILE i < feeds.size -%]
|
||||
[% IF feeds.$i.urls_description.length > 0 -%]
|
||||
[% desc = feeds.$i.urls_description -%]
|
||||
[% ELSE -%]
|
||||
[% desc = "[No description]" -%]
|
||||
[% END -%]
|
||||
[% feeds.$i.urls_title %]: [% desc %]
|
||||
[% i = i + 1 -%]
|
||||
[% END -%]
|
||||
[%#
|
||||
# vim: syntax=tt2:ts=8:sw=4:ai:et:tw=78:fo=tcrqn21
|
||||
-%]
|
||||
|
Reference in New Issue
Block a user