2020-01-11 22:04:45 +01:00
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"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 22:22:46 +01:00
<!-- 2020 - 01 - 11 sam. 22:20 -->
2020-01-11 22:04:45 +01:00
< 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 >
< meta name = "generator" content = "Org mode" / >
< meta name = "author" content = "Dehaeze Thomas" / >
< style type = "text/css" >
<!-- /* --> <![CDATA[/*> <!-- */
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
/*]]>*/-->
< / style >
2020-01-11 22:22:46 +01:00
< link rel = "stylesheet" type = "text/css" href = "./css/htmlize.css" / >
< link rel = "stylesheet" type = "text/css" href = "./css/readtheorg.css" / >
< script type = "text/javascript" src = "./js/jquery.min.js" > < / script >
< script type = "text/javascript" src = "./js/bootstrap.min.js" > < / script >
< script type = "text/javascript" src = "./js/jquery.stickytableheaders.min.js" > < / script >
< script type = "text/javascript" src = "./js/readtheorg.js" > < / script >
2020-01-11 22:04:45 +01:00
< 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.
*/
<!-- /* --> <![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;
}
/*]]>*///-->
< / script >
< / head >
< body >
< div id = "org-div-home-and-up" >
< a accesskey = "h" href = "./index.html" > UP < / a >
|
< a accesskey = "H" href = "./index.html" > HOME < / a >
< / div > < div id = "content" >
< h1 class = "title" > Newsboat Configuration< / h1 >
< div id = "table-of-contents" >
< h2 > Table of Contents< / h2 >
< div id = "text-table-of-contents" >
< ul >
< li > < a href = "#org478f10b" > Config< / a >
< ul >
< li > < a href = "#orgc984740" > Reload configuration< / a > < / li >
< li > < a href = "#org0ec3f69" > Basic configuration< / a > < / li >
< li > < a href = "#orga70d8cc" > Notifications< / a >
< ul >
< li > < a href = "#orgc06be83" > Notification Script< / a > < / li >
< / ul >
< / li >
< li > < a href = "#orgfe2fbd1" > Bindings< / a > < / li >
< li > < a href = "#org7887446" > Macros - Starts with , key< / a > < / li >
< li > < a href = "#org469467d" > hide articles matching< / a > < / li >
< li > < a href = "#orgbf81af1" > Feedlist and Article Format< / a > < / li >
< li > < a href = "#orgbf90580" > Color Scheme< / a > < / li >
< / ul >
< / li >
< li > < a href = "#org387f622" > Colors< / a > < / li >
< li > < a href = "#orgd487b2a" > URLS< / a >
< ul >
< li > < a href = "#orgdf15c11" > NEWSFEEDS< / a >
< ul >
< li > < a href = "#org45b67e9" > Linux< / a > < / li >
< li > < a href = "#orge79377c" > Emacs< / a > < / li >
< li > < a href = "#orgea87595" > Other< / a > < / li >
< / ul >
< / li >
< li > < a href = "#org2ae74eb" > Radio< / a > < / li >
< li > < a href = "#org7904544" > Youtube< / a > < / li >
< / ul >
< / li >
< / ul >
< / div >
< / div >
< p >
< a href = "https://wiki.archlinux.org/index.php/Newsboat" > https://wiki.archlinux.org/index.php/Newsboat< / a >
< a href = "https://newsboat.org/releases/2.12/docs/newsboat.html" > https://newsboat.org/releases/2.12/docs/newsboat.html< / a >
< / p >
< div id = "outline-container-org478f10b" class = "outline-2" >
< h2 id = "org478f10b" > Config< / h2 >
< div class = "outline-text-2" id = "text-org478f10b" >
< / div >
< div id = "outline-container-orgc984740" class = "outline-3" >
< h3 id = "orgc984740" > Reload configuration< / h3 >
< div class = "outline-text-3" id = "text-orgc984740" >
< div class = "org-src-container" >
< pre class = "src src-conf" > < span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > All feeds will be automatically reloaded after a certain time has passed< / span >
auto-reload yes
< span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > The number of minutes between automatic reloads.< / span >
reload-time < span class = "org-highlight-numbers-number" > 180< / span >
< span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > The number of parallel reload threads that shall be started when all feeds are reloaded.< / span >
reload-threads < span class = "org-highlight-numbers-number" > 3< / span >
< span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > If set to yes, then the first automatic reload will be suppressed if auto-reload is set to yes.< / span >
suppress-first-reload yes
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-org0ec3f69" class = "outline-3" >
< h3 id = "org0ec3f69" > Basic configuration< / h3 >
< div class = "outline-text-3" id = "text-org0ec3f69" >
< div class = "org-src-container" >
< pre class = "src src-conf" > confirm-exit no
external-url-viewer < span class = "org-string" > "urlscan -dc -r 'linkhandler {}'"< / span >
goto-first-unread no
goto-next-feed no
save-path < span class = "org-string" > "~/Saved Articles"< / span >
download-path < span class = "org-string" > "~/Downloads"< / span >
< span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > If set to no, then the keymap hints on the bottom of screen will not be displayed.< / span >
show-keymap-hint no
feed-sort-order none
player < span class = "org-string" > "mpv"< / span >
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-orga70d8cc" class = "outline-3" >
< h3 id = "orga70d8cc" > Notifications< / h3 >
< 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-always no
< / pre >
< / div >
< / div >
< div id = "outline-container-orgc06be83" class = "outline-4" >
< 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  "< / 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 >
< / div >
< / div >
< div id = "outline-container-orgfe2fbd1" class = "outline-3" >
< h3 id = "orgfe2fbd1" > Bindings< / h3 >
< div class = "outline-text-3" id = "text-orgfe2fbd1" >
< div class = "org-src-container" >
< pre class = "src src-conf" > bind-key j down
bind-key k up
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key G end
bind-key g home
bind-key d pagedown
bind-key u pageup
bind-key l open
bind-key h quit
bind-key a toggle-article-read
bind-key n next-unread
bind-key N prev-unread
bind-key D pb-download
bind-key U show-urls
< span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > bind-key x pb-delete< / span >
bind-key t set-tag
bind-key T clear-tag
bind-key r reload < span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > Reload the currently selected feed< / span >
bind-key R reload-all < span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > Reload all feeds< / span >
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-org7887446" class = "outline-3" >
< h3 id = "org7887446" > Macros - Starts with , key< / h3 >
< div class = "outline-text-3" id = "text-org7887446" >
< div class = "org-src-container" >
< pre class = "src src-conf" > < span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > Default Browser< / span >
browser < span class = "org-string" > "qutebrowser %u"< / span >
< span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > Open in Browser< / span >
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 >
< 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 >
< 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 & > /dev/null & "< / span > ; open-in-browser ; set browser < span class = "org-string" > "qutebrowser %u"< / span >
< span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > Open With W3M< / span >
macro w set browser < span class = "org-string" > "w3m %u"< / span > ; open-in-browser ; set browser < span class = "org-string" > "qutebrowser %u"< / span >
< span class = "org-comment-delimiter" > # < / span > < span class = "org-comment" > Copy Address to clipboard< / span >
macro c set browser < span class = "org-string" > "xsel -b < < < "< / span > ; open-in-browser ; set browser < span class = "org-string" > "qutebrowser %u"< / span >
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-org469467d" class = "outline-3" >
< h3 id = "org469467d" > hide articles matching< / h3 >
< div class = "outline-text-3" id = "text-org469467d" >
< div class = "org-src-container" >
< pre class = "src src-conf" > ignore-article < span class = "org-string" > "*"< / span > < span class = "org-string" > "title =~ \"Sponsor\""< / span >
ignore-article < span class = "org-string" > "*"< / span > < span class = "org-string" > "title =~ \"Advertisement\""< / span >
ignore-mode < span class = "org-string" > "display"< / span >
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-orgbf81af1" class = "outline-3" >
< h3 id = "orgbf81af1" > Feedlist and Article Format< / h3 >
< div class = "outline-text-3" id = "text-orgbf81af1" >
< div class = "org-src-container" >
< pre class = "src src-conf" > feedlist-format < span class = "org-string" > "%4i %n %11u %t"< / span >
feedlist-title-format < span class = "org-string" > "N %V - Your feeds (%u unread, %t total)%?T? - tag `%T'& ?"< / span >
articlelist-format < span class = "org-string" > "%3i %f %D %?T?|%-17T| ?%t"< / span >
articlelist-title-format < span class = "org-string" > "%N %V - Articles in feed '%T' (%u unread, %t total) - %U"< / span >
itemview-title-format < span class = "org-string" > "Article '%T'"< / span >
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-orgbf90580" class = "outline-3" >
< h3 id = "orgbf90580" > Color Scheme< / h3 >
< div class = "outline-text-3" id = "text-orgbf90580" >
< div class = "org-src-container" >
< pre class = "src src-conf" > include < span class = "org-string" > "~/.config/newsboat/colors"< / span >
< / pre >
< / div >
< / div >
< / div >
< / div >
< div id = "outline-container-org387f622" class = "outline-2" >
< h2 id = "org387f622" > Colors< / h2 >
< div class = "outline-text-2" id = "text-org387f622" >
< div class = "org-src-container" >
< pre class = "src src-conf" > highlight feedlist < span class = "org-string" > "^ *[0-9]+ *N "< / span > cyan cyan
highlight articlelist < span class = "org-string" > "^ *[0-9]+ *N "< / span > cyan cyan
highlight article < span class = "org-string" > "(^Feed:.*|^Title:.*|^Author:.*)"< / span > red default
highlight article < span class = "org-string" > "(^Link:.*|^Date:.*)"< / span > white default
highlight article < span class = "org-string" > "^Podcast Download URL:.*"< / span > cyan default
highlight article < span class = "org-string" > "^Links:"< / span > magenta black underline
highlight article < span class = "org-string" > "https?://[^ ]+"< / span > green default
highlight article < span class = "org-string" > "^(Title):.*$"< / span > blue default
highlight article < span class = "org-string" > "\\[[0-9][0-9]*\\]"< / span > magenta default bold
highlight article < span class = "org-string" > "\\[image\\ [0-9]+\\]"< / span > green default bold
highlight article < span class = "org-string" > "\\[embedded flash: [0-9][0-9]*\\]"< / span > green default bold
highlight article < span class = "org-string" > ":.*\\(link\\)$"< / span > cyan default
highlight article < span class = "org-string" > ":.*\\(image\\)$"< / span > blue default
highlight article < span class = "org-string" > ":.*\\(embedded flash\\)$"< / span > magenta default
color background default default
color listnormal default default
color listnormal_unread white default
color listfocus color255 cyan bold
color listfocus_unread color255 cyan bold
color info cyan black
color article default default
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-orgd487b2a" class = "outline-2" >
< h2 id = "orgd487b2a" > URLS< / h2 >
< div class = "outline-text-2" id = "text-orgd487b2a" >
< / div >
< div id = "outline-container-orgdf15c11" class = "outline-3" >
< h3 id = "orgdf15c11" > NEWSFEEDS< / h3 >
< div class = "outline-text-3" id = "text-orgdf15c11" >
< / div >
< div id = "outline-container-org45b67e9" class = "outline-4" >
< h4 id = "org45b67e9" > Linux< / h4 >
< div class = "outline-text-4" id = "text-org45b67e9" >
< div class = "org-src-container" >
< pre class = "src src-conf" > https://itsfoss.com/feed/ < span class = "org-string" > "~NEWSFEED: It's Foss"< / span > linux
https://lukesmith.xyz/rss.xml < span class = "org-string" > "~NEWSFEED: Lukesmith"< / span > linux
https://lord.re/index.xml < span class = "org-string" > "~NEWSFEED: /home/lord"< / span > linux
http://feeds.cyberciti.biz/Nixcraft-LinuxFreebsdSolarisTipsTricks < span class = "org-string" > "~NEWSFEED: nixCraft"< / span > linux
< span class = "org-variable-name" > http://frederic.bezies.free.fr/blog/?feed< / span > =rss2 < span class = "org-string" > "~NEWSFEED: Le Weblog de Frederic Bezies"< / span > linux
https://addy-dclxvi.github.io/index.xml < span class = "org-string" > "~NEWSFEED: Addy's Blog"< / span > linux
http://feeds.feedburner.com/linoxideblog < span class = "org-string" > "~NEWSFEED: LinOxide"< / span > linux
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-orge79377c" class = "outline-4" >
< h4 id = "orge79377c" > Emacs< / h4 >
< div class = "outline-text-4" id = "text-orge79377c" >
< div class = "org-src-container" >
< pre class = "src src-conf" > http://www.planet.emacsen.org/atom.xml < span class = "org-string" > "~NEWSFEED: Planet Emacs"< / span > emacs
http://sachachua.com/blog/feed/ < span class = "org-string" > "~NEWSFEED: Sacha Chua"< / span > emacs
https://scripter.co/categories/org/index.xml < span class = "org-string" > "~NEWSFEED: Scripter"< / span > emacs
http://kitchingroup.cheme.cmu.edu/blog/feed < span class = "org-string" > "~NEWSFEED: The Kitchin Research Group"< / span > emacs
< span class = "org-variable-name" > http://irreal.org/blog/?feed< / span > =rss2 < span class = "org-string" > "~NEWSFEED: Irreal"< / span > emacs
https://emacs.cafe/feed.xml < span class = "org-string" > "~NEWSFEED: Emacs café "< / span > emacs
http://pragmaticemacs.com/feed/ < span class = "org-string" > "~NEWSFEED: Pragmatic Emacs"< / span > emacs
https://pinecast.com/feed/emacscast < span class = "org-string" > "~NEWSFEED: EmacsCast"< / span > emacs
http://feeds.feedburner.com/CestLaZ < span class = "org-string" > "~NEWSFEED: c'est la Z"< / span > emacs
https://joshrollinswrites.com/index.xml < span class = "org-string" > "~NEWSFEED: The Art of Not Asking Why"< / span > emacs
http://howardism.org/index.xml < span class = "org-string" > "~NEWSFEED: Howardism"< / span > emacs
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-orgea87595" class = "outline-4" >
< h4 id = "orgea87595" > Other< / h4 >
< div class = "outline-text-4" id = "text-orgea87595" >
< div class = "org-src-container" >
< pre class = "src src-conf" > http://xkcd.com/rss.xml < span class = "org-string" > "~NEWSFEED: XKCD"< / span > fun
https://undocumentedmatlab.com/feed/ < span class = "org-string" > "~NEWSFEED: undocumentedmatlab"< / span > matlab
< span class = "org-variable-name" > http://feeds.feedburner.com/mathworks/pick?format< / span > =xml < span class = "org-string" > "~NEWSFEED: Matlab Pick of the Week"< / span > matlab
< / pre >
< / div >
< / div >
< / div >
< / div >
< div id = "outline-container-org2ae74eb" class = "outline-3" >
< h3 id = "org2ae74eb" > Radio< / h3 >
< div class = "outline-text-3" id = "text-org2ae74eb" >
< div class = "org-src-container" >
< pre class = "src src-conf" > http://radiofrance-podcast.net/podcast09/rss_12494.xml < span class = "org-string" > "~RADIO: France Inter - Journal 7h"< / span > radio
http://radiofrance-podcast.net/podcast09/rss_11736.xml < span class = "org-string" > "~RADIO: France Inter - Journal 19h"< / span > radio
http://radiofrance-podcast.net/podcast09/rss_18911.xml < span class = "org-string" > "~RADIO: France Inter - Journal 19h we"< / span > radio
< / pre >
< / div >
< / div >
< / div >
< div id = "outline-container-org7904544" class = "outline-3" >
< h3 id = "org7904544" > Youtube< / h3 >
< div class = "outline-text-3" id = "text-org7904544" >
< div class = "org-src-container" >
< pre class = "src src-conf" > < span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCkK9UDm_ZNrq_rIXCz3xCGA < span class = "org-string" > "~YOUTUBE: Bryan Lunduke"< / span > youtube unix
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UC2eYFnH61tmytImy1mTYvhA < span class = "org-string" > "~YOUTUBE: Luke Smith"< / span > youtube unix
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCXPHFM88IlFn68OmLwtPmZA < span class = "org-string" > "~YOUTUBE: Greg Hurrell"< / span > youtube unix
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCUR1pFG_3XoZn3JNKjulqZg < span class = "org-string" > "~YOUTUBE: Thoughtbot"< / span > youtube unix
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCOuIgj0CYCXCvjWywjDbauw < span class = "org-string" > "~YOUTUBE: Chat sceptique"< / span > youtube science
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCMFcMhePnH4onVHt2-ItPZw < span class = "org-string" > "~YOUTUBE: Hygiè ne Mentale"< / span > youtube science
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCxqAWLTk1CmBvZFPzeZMd9A < span class = "org-string" > "~YOUTUBE: Domain of Science"< / span > youtube science
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UC2LZO6swZ9SLUEOks3WnsfA < span class = "org-string" > "~YOUTUBE: 2veritasium"< / span > youtube science
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCaNlbnghtwlsGF-KzAFThqA < span class = "org-string" > "~YOUTUBE: ScienceEtonnante"< / span > youtube science
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCHnyfMqiRRG1u-2MsSQLbXA < span class = "org-string" > "~YOUTUBE: Veritasium"< / span > youtube science
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCEfFUaIkjbI06PhALdcXNVA < span class = "org-string" > "~YOUTUBE: EmacsCast"< / span > youtube emacs
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCkRmQ_G_NbdbCQMpALg6UPg < span class = "org-string" > "~YOUTUBE: Emacsrocks"< / span > youtube emacs
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCQp2VLAOlvq142YN3JO3y8w < span class = "org-string" > "~YOUTUBE: John Kitchin"< / span > youtube emacs
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCq0imsn84ShAe9PBOFnoIrg < span class = "org-string" > "~YOUTUBE: Brian Douglas"< / span > youtube control
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCm5mt-A4w61lknZ9lCsZtBw < span class = "org-string" > "~YOUTUBE: Steve Brunton"< / span > youtube control
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UC7vVhkEfw4nOGp8TyDk7RcQ < span class = "org-string" > "~YOUTUBE: BostonDynamics"< / span > youtube control
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCmkP178NasnhR3TWQyyP4Gw < span class = "org-string" > "~YOUTUBE: How To Mechatronics"< / span > youtube control
< span class = "org-variable-name" > https://www.youtube.com/feeds/videos.xml?channel_id< / span > =UCSqyMHDUsc1gs6wz4sUy91w < span class = "org-string" > "~YOUTUBE: Jipihorn"< / span > youtube acoustic
< / pre >
< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "postamble" class = "status" >
< p class = "author" > Author: Dehaeze Thomas< / p >
2020-01-11 22:22:46 +01:00
< p class = "date" > Created: 2020-01-11 sam. 22:20< / p >
2020-01-11 22:04:45 +01:00
< / div >
< / body >
< / html >