diff options
Diffstat (limited to 'create-webring.sh')
-rwxr-xr-x | create-webring.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/create-webring.sh b/create-webring.sh index e468fbf..5d19c8c 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -1,10 +1,2 @@ # Create webring -openring -l 100 \ - -s https://drewdevault.com/feed.xml \ - -s https://stallman.org/rss/rss.xml \ - -s https://rys.io/en/feed.rss \ - -s https://cnx.gdn/feed.xml \ - -s https://dataswamp.org/~solene/rss-html.xml \ - -s https://seirdy.one/posts/atom.xml \ - < webring.template \ - > layouts/partials/custom-webring.html +python3 ../fead/src/fead.py -l 100 -F feeds -t webring.template -o layouts/partials/webring-articles.html |