posts: 08b, published
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Mon, 8 Apr 2019 19:10:12 +0000 (22:10 +0300)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Mon, 8 Apr 2019 19:10:12 +0000 (22:10 +0300)
posts/y05/08b-feedbot-ii.markdown

index f2a33ac..08dd089 100644 (file)
@@ -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