2021-12-17, updated: 2024-03-12
Tested with Nyxt 2.0.0.
Demeter release 0.1.0!
We are happy to announce a new version of Demeter, our mythical feed reader! With this update we are bumping the version number to 0.1.0, We are no longer at 0.0.0 :-). This update is available for all existing users (simply re-download Demeter to fetch a new version). To learn more about Demeter, please see here.
Included in this new version of Demeter is support for OPML, a feature requested on our forum here. With OPML you can easily import hundreds of feeds from any of your other feed readers!
Here is a sample OPML file exported from Elfeed:
<?xml version="1.0"?>
<opml version="1.0">
<head>
<title>Elfeed Export</title>
</head>
<body>
<outline xmlUrl="https://www.reddit.com/r/Common_Lisp/.rss" title="Common Lisp"/>
<outline xmlUrl="https://www.reddit.com/r/Racket/.rss" title="The Racket Programming Language"/>
<outline xmlUrl="https://www.reddit.com/r/Clojure/.rss" title="Clojure"/>
<outline xmlUrl="https://www.reddit.com/r/scheme/.rss" title="Scheme Programming Language articles"/>
<outline xmlUrl="https://www.reddit.com/r/startups/.rss" title="Startups - Rapid Growth and Innovation is in Our Very Nature!"/>
<outline xmlUrl="https://www.reddit.com/r/technology/.rss" title="/r/Technology"/>
<outline xmlUrl="https://www.reddit.com/r/emacs/.rss" title="M-x emacs-reddit"/>
<outline xmlUrl="https://www.emacswiki.org/emacs?action=rss" title="EmacsWiki: SiteMap"/>
<outline xmlUrl="https://www.reddit.com/r/programming/.rss" title="programming"/>
<outline xmlUrl="https://www.reddit.com/r/lisp/.rss" title="Lisp"/>
<outline xmlUrl="https://www.theguardian.com/uk/rss" title="The Guardian"/>
<outline xmlUrl="http://feeds.arstechnica.com/arstechnica/index/" title="Ars Technica"/>
<outline xmlUrl="https://news.ycombinator.com/rss" title="Hacker News"/>
</body>
</opml>
After getting an OPML export, and then invoking the command import-feeds-from-opml
, we end up with the following:
Additionally included in our new version of Demeter is a style
slot for articles opened in standalone buffers (please see the class demeter-article
). This should be welcome news for anyone running their own custom theme. You can now style every single part of the Demeter interface exactly to your taste!
We hope you enjoy this new version!
Did you enjoy this article? Register for our newsletter to receive the latest hacker news from the world of Lisp and browsers!
- Maximum one email per month
- Unsubscribe at any time