If you grabbed the latest development build of BottomFeeder, you may have noticed that the blog client suddenly disappeared from the plugins menu. That's a glitch in the way I did the build; it will be back when I do the next build. In the meantime, you can execute this code in a workspace (see the "System" menu) to bring it back:
| plugs |
#{RSS.RSSFeedViewer} ifDefinedDo: [:cls | cls
registerPluginClass: BlogTools.PostingTool
startupMessage: #openWith:
label: 'Bottom Line'].
plugs := Array with: (RSS.RSSFeedViewer getSingleInstance class plugins last).
RSS.RSSFeedViewer getSingleInstance addPluginMenuItemsFrom: plugs.
To get that to execute on every startup, just save that into a file called ".btfrc" (without the quotes) in your BottomFeeder directory.