#chrisaldrichbtw, I notice the wiki page for /IndieNews says it has a voting set up which can be indieauthed into... am I missing it or is it just not built yet?
#aaronpkoh, I took out voting a while ago actually
#aaronpkthe home page used to rank stories based on freshness and number of votes but there isn't a high enough volume of submissions for that to be useful so i switched it to just a time ordered feed
#GWGI just finished a refresh of my Bridgy Publish UI plugin. davidmead seems to be having a problem with it that I want to see if I caused, but I am moving on to scouring your x-ray code to get improvements for my link preview code
#GWGOddly enough, both pfefferle and I are refreshing our WordPress repos right now.
#GWGMerging upstream changes, fixing minor things... I always do that in between bigger projects, but he and I happen to line up
#GWGAnd that service I used to send posts to email subscribers and let them post comments by email is charging now ($50 a month is a bit much for what I use it for) so I need an alternative.
#GWGThey are taking $3 for just subscribe to comments, but...
#aaronpkmailgun is cheap but you'd have to write the code to handle the incoming email. it'll send a post request to your plugin when an email is received.
#GWGI was thinking of using their list product to send out my own emails notifying of new posts. Not sure if I want to reproduce their functionality yet.
#GWGWordPress doesn't even send HTML emails by itself.
#voxpelliemail to webmention? My initial thought was email ->micropub->post->webmention
#GWGZegnat: I may as petermolnar. But I'm trying to figure out if it is worth it for the 13 people who were subscribed.
#Zegnatvoxpelli, reading GWG’s comments above, it feels like he wants comments created from emails he receives. So the email would become the canonical copy in some way, and not trigger a real post.
#GWGZegnat: I had something that did posts by email, and replying to the email would generate a comment which I could moderate.
#GWGSo, I need a new solution for both, but as I said, wondering if it is worth the effort.
#voxpelliZegnat: emails being URL-less makes it hard for them to work with webmention though, but as a general commenting mechanism – yeah, eg. GitHub uses that a lot
#GWGvoxpelli: I was thinking about how snarfed set up Bridgy to use webmentions as a medium.
#GWGBut either way, right now I'm not sure what I might do.
#GWGI just hate being forced to do something because of someone else's actions.
#voxpelliI guess the IndieWeb solution would be to have an indiereader that sends you emails about new posts and submits replies to those emails as real replies to ones site using micropub
#GWGvoxpelli: I set up the mailing list for people who didn't want to visit my site.
#voxpelliGWG: Brid.gy though is kind of a hack because of how silos are set up, not the ideal way to handle webmentions when no silos are involved
#GWGI am going to add some stuff to my list for the future, but right now just do something stopgap.
#voxpellinope, but would be an interesting project for someone to do – subscribe to an h-feed, get e-mails and optionally connect your micropub for easy replying
#GWGvoxpelli: Emails and web actions in the body of the email, perhaps.
#voxpelliGWG: would probably just have the reply be a normal email reply and then perhaps just have some shortcuts for likes and such – like eg. having a "+1" or heart-emoji reply mean that it's a like
#GWGvoxpelli: I may note this somewhere as an idea for when/if I decide to do anything.
#GWGFor now, I have some support stuff that might make it easier later.
#GWGThings like storing subscribers in the WordPress user table.
#GWGI wanted to do that for incoming comments anyway to cache h-cards for display.
#miklbI have no clue why my notes aren't posting to Twitter, just a link. Wits end.
#petermolnaremail to webmention is not done; I did set up wordpress to accept posts by email, but dropped it soon enough for various issues; for the current one, I've started it, but parsing mail (with python) turned out to be painful, so I postponed it till other things are up and running
#petermolnarI would, however, not directly mention from mail, just access imap/pop3 as a source of posts
#petermolnarthe mentioning is done by the regeneration/refresh process
#voxpellipetermolnar: but where would the source post live?
#petermolnarwhere the rest of them; once the email is pulled in, it will get deleted, or at least flagged as deleted
#voxpellipetermolnar: but if there's webmention involved, then the webmention would need a source url and a target url – the target url would be the post that is commented on, but the source would be the email that has no url?
#tantekaaronpk, just noticing the pattern of "Day n: ..."