forked from HPR/hpr-tools
2024-10-29_14-25-10_CET
This commit is contained in:
21
feed_watcher/feedWatcher_3.tpl
Normal file
21
feed_watcher/feedWatcher_3.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
[%# feedWatcher_3.tpl 2020-01-24 -%]
|
||||
[%# Generates Markdown as a list with a sublist per feed -%]
|
||||
# Free Culture Podcasts
|
||||
|
||||
### The finest selection of Free Culture Podcasts spanning the genres of Discussion, Drama, Education, Music, and beyond.
|
||||
|
||||
[% IF feeds.size > 0 -%]
|
||||
[% i = 0 -%]
|
||||
[% WHILE i < feeds.size -%]
|
||||
- **[% feeds.$i.urls_title %]**
|
||||
- Website: [% feeds.$i.urls_link %]
|
||||
- Feed: [% feeds.$i.urls_url %]
|
||||
- Licence: [% feeds.$i.urls_copyright %]
|
||||
|
||||
[% i = i + 1 -%]
|
||||
[% END -%]
|
||||
[% END -%]
|
||||
|
||||
[%#
|
||||
# vim: syntax=tt2:ts=8:sw=4:ai:et:tw=78:fo=tcrqn21
|
||||
-%]
|
Reference in New Issue
Block a user