Update HTML

This commit is contained in:
2020-03-01 22:51:16 +01:00
parent 12acc0ff56
commit 9d92507b7f
21 changed files with 3190 additions and 4731 deletions

View File

@@ -4,7 +4,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2020-01-11 sam. 22:20 -->
<!-- 2020-03-01 dim. 22:50 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Newsboat Configuration</title>
@@ -201,50 +201,28 @@
<script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
<script type="text/javascript" src="./js/readtheorg.js"></script>
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2020 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
// @license-end
</script>
</head>
<body>
@@ -352,7 +330,7 @@ player <span class="org-string">"mpv"</span>
<div class="outline-text-3" id="text-orga70d8cc">
<div class="org-src-container">
<pre class="src src-conf">notify-format <span class="org-string">"%n unread articles"</span>
notify-program ~/scripts/newsboat-notify.sh
notify-program ~/.config/newsboat/scripts/newsboat-notify.sh
notify-always no
</pre>
</div>
@@ -362,7 +340,7 @@ notify-always no
<h4 id="orgc06be83">Notification Script</h4>
<div class="outline-text-4" id="text-orgc06be83">
<div class="org-src-container">
<pre class="src src-bash">dunstify -replace=<span class="org-highlight-numbers-number">38492</span> <span class="org-string">"Newsbeuter &#61763;"</span> <span class="org-string">"</span><span class="org-string"><span class="org-constant">$</span></span><span class="org-string"><span class="org-variable-name">1</span></span><span class="org-string">"</span>
<pre class="src src-bash">dunstify -replace=<span class="org-highlight-numbers-number">38492</span> <span class="org-string">"Newsboat &#61763;"</span> <span class="org-string">"</span><span class="org-string"><span class="org-constant">$</span></span><span class="org-string"><span class="org-variable-name">1</span></span><span class="org-string">"</span>
</pre>
</div>
</div>
@@ -420,10 +398,10 @@ macro , open-in-browser
<span class="org-comment-delimiter"># </span><span class="org-comment">Download Video with Youtube-DL</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">TODO - Should write a script for that? Maybe open a tmux script if newsboat is in tmux pane?</span>
macro t set browser <span class="org-string">"~/scripts/download-video.sh %u"</span> ; open-in-browser ; set browser <span class="org-string">"qutebrowser %u"</span>
macro t set browser <span class="org-string">"~/bin/yt-video %u"</span> ; open-in-browser ; set browser <span class="org-string">"qutebrowser %u"</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Download Audio with Youtube-DL</span>
macro a set browser <span class="org-string">"~/scripts/download-audio.sh %u"</span> ; open-in-browser ; set browser <span class="org-string">"qutebrowser %u"</span>
macro a set browser <span class="org-string">"~/bin/yt-audio %u"</span> ; open-in-browser ; set browser <span class="org-string">"qutebrowser %u"</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Open Video with MPV</span>
macro v set browser <span class="org-string">"setsid nohup mpv %u &amp;&gt; /dev/null &amp;"</span> ; open-in-browser ; set browser <span class="org-string">"qutebrowser %u"</span>
@@ -614,7 +592,7 @@ http://radiofrance-podcast.net/podcast09/rss_18911.xml <span class="org-string">
</div>
<div id="postamble" class="status">
<p class="author">Author: Dehaeze Thomas</p>
<p class="date">Created: 2020-01-11 sam. 22:20</p>
<p class="date">Created: 2020-03-01 dim. 22:50</p>
</div>
</body>
</html>