diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-11-09 15:32:42 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2022-11-09 15:32:42 +0700 |
commit | c4ffed21ab5fbba59f29e68995f0f9397f793266 (patch) | |
tree | a43732712cb08f7198f6f9c44018b25e0ed7d8fe /create-webring.sh | |
parent | 2e2068637412d271e9754c6c3d8afa1ac8e74588 (diff) | |
download | blog-c4ffed21ab5fbba59f29e68995f0f9397f793266.tar.gz |
Move from openring to fead
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 |