122 lines
10 KiB
Plaintext
122 lines
10 KiB
Plaintext
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="generator" content="pandoc" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
<meta name="author" content="By John Mercouris" />
|
|
<title>Demeter release 0.1.0!</title>
|
|
<style type="text/css">
|
|
code{white-space: pre-wrap;}
|
|
span.smallcaps{font-variant: small-caps;}
|
|
span.underline{text-decoration: underline;}
|
|
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
</style>
|
|
<style type="text/css">
|
|
a.sourceLine { display: inline-block; line-height: 1.25; }
|
|
a.sourceLine { pointer-events: none; color: inherit; text-decoration: inherit; }
|
|
a.sourceLine:empty { height: 1.2em; position: absolute; }
|
|
.sourceCode { overflow: visible; }
|
|
code.sourceCode { white-space: pre; position: relative; }
|
|
div.sourceCode { margin: 1em 0; }
|
|
pre.sourceCode { margin: 0; }
|
|
@media screen {
|
|
div.sourceCode { overflow: auto; }
|
|
}
|
|
@media print {
|
|
code.sourceCode { white-space: pre-wrap; }
|
|
a.sourceLine { text-indent: -1em; padding-left: 1em; }
|
|
}
|
|
pre.numberSource a.sourceLine
|
|
{ position: relative; }
|
|
pre.numberSource a.sourceLine:empty
|
|
{ position: absolute; }
|
|
pre.numberSource a.sourceLine::before
|
|
{ content: attr(data-line-number);
|
|
position: absolute; left: -5em; text-align: right; vertical-align: baseline;
|
|
border: none; pointer-events: all;
|
|
-webkit-touch-callout: none; -webkit-user-select: none;
|
|
-khtml-user-select: none; -moz-user-select: none;
|
|
-ms-user-select: none; user-select: none;
|
|
padding: 0 4px; width: 4em;
|
|
color: #aaaaaa;
|
|
}
|
|
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
|
|
div.sourceCode
|
|
{ }
|
|
@media screen {
|
|
a.sourceLine::before { text-decoration: underline; }
|
|
}
|
|
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
|
|
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
|
|
code span.at { color: #7d9029; } /* Attribute */
|
|
code span.bn { color: #40a070; } /* BaseN */
|
|
code span.bu { } /* BuiltIn */
|
|
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
|
|
code span.ch { color: #4070a0; } /* Char */
|
|
code span.cn { color: #880000; } /* Constant */
|
|
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
|
|
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
|
|
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
|
|
code span.dt { color: #902000; } /* DataType */
|
|
code span.dv { color: #40a070; } /* DecVal */
|
|
code span.er { color: #ff0000; font-weight: bold; } /* Error */
|
|
code span.ex { } /* Extension */
|
|
code span.fl { color: #40a070; } /* Float */
|
|
code span.fu { color: #06287e; } /* Function */
|
|
code span.im { } /* Import */
|
|
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
|
|
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
|
|
code span.op { color: #666666; } /* Operator */
|
|
code span.ot { color: #007020; } /* Other */
|
|
code span.pp { color: #bc7a00; } /* Preprocessor */
|
|
code span.sc { color: #4070a0; } /* SpecialChar */
|
|
code span.ss { color: #bb6688; } /* SpecialString */
|
|
code span.st { color: #4070a0; } /* String */
|
|
code span.va { color: #19177c; } /* Variable */
|
|
code span.vs { color: #4070a0; } /* VerbatimString */
|
|
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
|
|
</style>
|
|
<!--[if lt IE 9]>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1 class="title">Demeter release 0.1.0!</h1>
|
|
<p class="author">By John Mercouris</p>
|
|
</header>
|
|
<p>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 <a href="https://nyxt.atlas.engineer/application/demeter.org">here</a>.</p>
|
|
<p>Included in this new version of Demeter is support for OPML, a feature requested on our forum <a href="https://discourse.atlas.engineer/t/is-there-a-way-to-add-import-multiple-feeds-from-an-opml-file/">here</a>. With OPML you can easily import hundreds of feeds from any of your other feed readers!</p>
|
|
<p>Here is a sample OPML file exported from Elfeed:</p>
|
|
<div class="sourceCode" id="OPML Sample"><pre class="sourceCode xml"><code class="sourceCode xml"><a class="sourceLine" id="OPML Sample-1" data-line-number="1"></a>
|
|
<a class="sourceLine" id="OPML Sample-2" data-line-number="2"><span class="kw"><?xml</span> version="1.0"<span class="kw">?></span></a>
|
|
<a class="sourceLine" id="OPML Sample-3" data-line-number="3"><span class="kw"><opml</span><span class="ot"> version=</span><span class="st">"1.0"</span><span class="kw">></span></a>
|
|
<a class="sourceLine" id="OPML Sample-4" data-line-number="4"> <span class="kw"><head></span></a>
|
|
<a class="sourceLine" id="OPML Sample-5" data-line-number="5"> <span class="kw"><title></span>Elfeed Export<span class="kw"></title></span></a>
|
|
<a class="sourceLine" id="OPML Sample-6" data-line-number="6"> <span class="kw"></head></span></a>
|
|
<a class="sourceLine" id="OPML Sample-7" data-line-number="7"> <span class="kw"><body></span></a>
|
|
<a class="sourceLine" id="OPML Sample-8" data-line-number="8"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.reddit.com/r/Common_Lisp/.rss"</span><span class="ot"> title=</span><span class="st">"Common Lisp"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-9" data-line-number="9"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.reddit.com/r/Racket/.rss"</span><span class="ot"> title=</span><span class="st">"The Racket Programming Language"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-10" data-line-number="10"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.reddit.com/r/Clojure/.rss"</span><span class="ot"> title=</span><span class="st">"Clojure"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-11" data-line-number="11"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.reddit.com/r/scheme/.rss"</span><span class="ot"> title=</span><span class="st">"Scheme Programming Language articles"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-12" data-line-number="12"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.reddit.com/r/startups/.rss"</span><span class="ot"> title=</span><span class="st">"Startups - Rapid Growth and Innovation is in Our Very Nature!"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-13" data-line-number="13"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.reddit.com/r/technology/.rss"</span><span class="ot"> title=</span><span class="st">"/r/Technology"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-14" data-line-number="14"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.reddit.com/r/emacs/.rss"</span><span class="ot"> title=</span><span class="st">"M-x emacs-reddit"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-15" data-line-number="15"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.emacswiki.org/emacs?action=rss"</span><span class="ot"> title=</span><span class="st">"EmacsWiki: SiteMap"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-16" data-line-number="16"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.reddit.com/r/programming/.rss"</span><span class="ot"> title=</span><span class="st">"programming"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-17" data-line-number="17"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.reddit.com/r/lisp/.rss"</span><span class="ot"> title=</span><span class="st">"Lisp"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-18" data-line-number="18"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://www.theguardian.com/uk/rss"</span><span class="ot"> title=</span><span class="st">"The Guardian"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-19" data-line-number="19"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"http://feeds.arstechnica.com/arstechnica/index/"</span><span class="ot"> title=</span><span class="st">"Ars Technica"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-20" data-line-number="20"> <span class="kw"><outline</span><span class="ot"> xmlUrl=</span><span class="st">"https://news.ycombinator.com/rss"</span><span class="ot"> title=</span><span class="st">"Hacker News"</span><span class="kw">/></span></a>
|
|
<a class="sourceLine" id="OPML Sample-21" data-line-number="21"> <span class="kw"></body></span></a>
|
|
<a class="sourceLine" id="OPML Sample-22" data-line-number="22"><span class="kw"></opml></span></a>
|
|
<a class="sourceLine" id="OPML Sample-23" data-line-number="23"></a></code></pre></div>
|
|
<p>After getting an OPML export, and then invoking the command <code>import-feeds-from-opml</code>, we end up with the following:</p>
|
|
<p><img src="../static/image/article/demeter-add-feeds-opml.png" /></p>
|
|
<p>Additionally included in our new version of Demeter is a <code>style</code> slot for articles opened in standalone buffers (please see the class <code>demeter-article</code>). 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!</p>
|
|
<p><img src="../static/image/article/demeter-article-customized.png" /></p>
|
|
<p>We hope you enjoy this new version!</p>
|
|
</body>
|
|
</html>
|