@marcoarment@jsnell@JasperTootsi@imyke@_upgradefm Your instincts are correct. I never want to create a venue that can be used to harass people or spread hate or abuse. Any public commenting system requires constant moderation to avoid that, and I neither have nor want the resources to run that kind of moderation. (twitter.com/_/status/1125543048950185984)
[tantek]Oooh, just saw this via annevk - for anyone who displays "time since" or "local time" on their post permalinks etc., perhaps consider Github's open source web components for this: https://github.com/github/time-elements
[Sonny]hey I'm a bit confused with microsub, I understand it is a reader server<-> reader client standard, what is the recommanded IndieWeb standard for blog <-> reader server ?
Zegnatmicroformats' h-feed is nice because it is inside the HTML (no side-files or extra copies of content) and can somewhat easier support different post types (for the social network feel). But has his own cons (cweiske blogged about that a bit, IIRC)
[Sonny]I did, I think linking "feeds" in the first sentence to https://indieweb.org/feed would clarify things for me, I'd do it but I don't have IndieAuth yet 🙂
ZegnatThere are proposal extensions for Microsub to let it query posts from your blog. That way “my app <-> my blog” can be much closer to what people are used to where their own posts show up and can be editted.
@timbrayWhat's the Rails of 2019? Say I wanna get a decent-looking database-backed website on the air double quick, am willing to code but less is better, what are my best choices? [I’m a little out of touch with the conventional wisdom.] [I’m sure that one answer is “Rails”.] (twitter.com/_/status/1125533782214303747)
Loqi[eddie]: [Rose] left you a message 1 day, 5 hours ago: you be open to a pull request to add colour theming to Indigenous? (I would love to be able to change that orange, and offering a few built in theme colours with a switcher and matching icons might be nice)
[grantcodes]Eventually made some decent progress on the microsub (+micropub) graphql server. But now I am probably going to need to do mf2 -> jf2 conversion for some stuff and maybe the other direction too.
[grantcodes]I'll get my current work on the server on github in the next few days 🙂 Would love some feedback if anyone understands graphql better than me 😛
Loqi[cleverdevil] switchpub: Code that I use to publish my Nintendo Switch activity to my website via reverse engineering the Switch Parental Controls API.
LoqiKoype is an open-source project that aims to provide a one-stop shop for those looking for a single-tenant Web service to own-your-data https://indieweb.org/Koype
[frank]I try to experiment with some of the API possibilities of Aperture (hosted version of [aaronpk]) but with every call to https://aperture.p3k.io/microsub I get a 404 not found. Is there anything wrong or should I use another URL?
[frank]Well...nowhere actually...To be honest the documentation at https://indieweb.org/Microsub-spec and https://aperture.p3k.io/docs to me is not that clear on what to use where. I am also struggling with Bearer tokens to get started with some get and post calls. I tried [sebsel]’s token generator but I am also stuck there with the proper URL's to use. For an average user like myself it's hard to get through all of it without the knowledge of where
[frank]Well...you could refer to the dashboard to look it up. On the dashboard, you can add a text to the part "To use Aperture as your Microsub endpoint, add this HTML to your home page." like "You also need this URL as and endpoint if you want to make API calls" with a link back to the docs
[frank]I can make tokens in my WordPress Indieauth plugin and change the scopes in the database. Tried that one, but then I get an error at Aperture "bad_request"
aaronpk[cleverdevil]: yeah the trick is that technically it's a bad idea to trust a tool like that that's generating tokens on the server side, which is why [sebsel] made one that is entirely client sifde
[frank][cleverdevil] I think [sebsel]'s tool is already OK to use, but I now find out it misses a state-parameter to login to my WP-based Indieauth plugin
[frank]Many moons ago I played around with some code from Dave Winer and his feedreader. I wonder if I can bootstrap some stuff to read out OPML files and put it in Aperture. That would make export/import pretty easy and transfer to microsub less a hassle....