LoqiDesign is a catchall term used to refer to everything that affects users about a page/site including:
Graphic design (including site icon)
User interface design (UI design)
User experience (UX)
Information architecture (IA)
URL design https://indieweb.org/design
tanteklarger implication for the indieweb community, is it possible we could agree on design pattern naming across various indieweb UX building blocks and use those names to document them on the wiki and share code at various "levels" of building block abstractions?
eli_oat, [kevinmarks], renem, tantek, bengo, gRegorLove, [khurt], KartikPrabhu, [eddie], [chrisaldrich], snarfed, cweiske and loicm joined the channel
danq.mecreated /User:Danq.me (+314) "Created page with "Is Dan Q. When he's not fantasising about having more time to do IndieWeb stuff, he looks after the websites of the [libraries of the University of Oxford](http://www.bodleian.o..."" (view diff)
schmarty[kevinmarks]: a shared honeypot for indieweb sites to forward requests to wp-login.php and other requests indicative of wordpress vulnerability hunting botnets.
schmartysnarfed, kevinmarks: i think tantek is interested in collecting known bad IPs to reduce the time he spends looking through his sites logs for IPs to block.
snarfedeh, script kiddies who do those kinds of scans use and rotate botnets and IPs so regularly, and even spoof them, that IP blocking alone isn't very ineffective
schmartyaaronpk: i'm trying out gramophone and getting a "Could not find your Media Endpoint. A Media Endpoint is required to upload podcast audio files."
aaronpki somehow completely spaced on how to discover the media endpoint and implemented it by looking for a rel value like finding the micropub endpoint
schmartyhaha, i actually went looking in my page for the link header, then wondered if it was checking HEAD, then remembered it's supposed to be a config query... ;}
[miklb]I’m stumped. I’m not sure how to create a micropub like and ping silo.pub to trigger a github star. I thought adding the silo.pub as a syndication target was the solution, but it doesn’t seem to be the case
[miklb]the micropub client is sending the like, and I can see the WordPress db is storing the silo.pub URL as a syndicate-to. Just not sure if that would trigger it and if its supposed to, how to debug
benwerd, KartikPrabhu and snarfed joined the channel
[miklb]but nothing is happening with silo.pub so I’m trying to figure out if its in my markup or if I’m using the wrong target url. Unless someone can tell me that won’t work
[miklb]snarfed not sure where I can get that info from. It’s not returned with shpub so don’t know if the WordPress micropub plugin would allow me to see that somewhere, assuming that’s where the handshake is
Loqi[miklb] Thanks! I was missing the return.
In case anyone else comes across this, for Quill at least, I had to make it an array with the `uuid` and `name`
```
function micropub_syndicate_to_github($synd_urls, $user_id) {
$synd_urls[] = array(
'u...
schmartyaaronpk: this may be a dumb question, but how much work do you estimate it to be to spin up a test instance of webmention.io? i am interested in adding verified-at timestamps to the jf2 output so i can grab a sortable archive in jf2 format.
schmarty"verified" is already in there, but might be confusing if, for whatever reason, i wanted to pull down mentions in jf2 that wm.io was unable to verify