From cbd501792c2de40c5551e85f3fe66b77ae196f96 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Mon, 8 Apr 2019 22:10:12 +0300 Subject: [PATCH] posts: 08b, published --- posts/y05/08b-feedbot-ii.markdown | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/posts/y05/08b-feedbot-ii.markdown b/posts/y05/08b-feedbot-ii.markdown index f2a33ac..08dd089 100644 --- a/posts/y05/08b-feedbot-ii.markdown +++ b/posts/y05/08b-feedbot-ii.markdown @@ -1,14 +1,14 @@ --- postid: 08b -title: Feedbot [ii]: the announcer -date: April 7, 2019 +title: Feedbot [ii]: the rss announcer +date: April 8, 2019 author: Lucian Mogoșanu tags: tech, tmsr --- This post builds upon [the previous][feedbot-i], introducing the second component of [Feedbot][feedbot]: the so-called feed entry -announcer. Similarly to the [previous episode][feedbot-i], we introduce +announcer. Similarly to previous instances of our series, we introduce the V patch, then we discuss implementation details. * The [V patch][feedbot-announcer.vpatch]; and @@ -16,7 +16,7 @@ the V patch, then we discuss implementation details. Below is reproduced verbatim the documentation of the entry announcer, more exactly: the message queue; its manipulation; and the announcer -loop and thread. +loop. **IV. The message queue** @@ -112,7 +112,11 @@ To test feedbot feed checker and announcer functionality, run e.g.: > (feedbot:feedbot-start-announcer-thread *feedbot*) ~~~~ +The next and final part of this series will implement the IRC-facing +side of Feedbot. + [feedbot-i]: /posts/y05/08a-feedbot-i.html [feedbot]: http://btcbase.org/log-search?q=feedbot -[feedbot-announcer.vpatch]: TODO -[feedbot-annonuncer.vpatch.spyked.sig]: TODO +[feedbot-announcer.vpatch]: http://lucian.mogosanu.ro/src/botworks/v/patches/feedbot-announcer.vpatch +[feedbot-annonuncer.vpatch.spyked.sig]: http://lucian.mogosanu.ro/src/botworks/v/seals/feedbot-announcer.vpatch.spyked.sig +[trilemabot]: /posts/y05/078-trilemabot-ii.html -- 1.7.10.4