LoqiMaking an IndieWeb Wiki
This weekend I have been fooling around with a wiki. I used to have a massive wiki on wikispaces. It had hundreds of members and over 700 book reviews of children's literature.
Then wikispaces folded. The export tools pr...
[jgmac1106]yippee, I think I now have a wiki that also has a blog, both with proper(ish) microformats and articles and blog posts accept and display webmentions
[jgmac1106]in the edu space everything is going to JSON-LD, not that it matters. People always talk about metadata and interoperability but nothing ever comes about
Loqi[Neil Mather] I’ll be attending and most likely working on a blog post that I need to write about owning my RSVPs, before I actually forget what I did at IWC London.
Zegnatcrab: yeah, lots of ways to provide data. Really you want to be looking at what consumers you are expecting to come by your site, and what sort of markup those are able to parse.
ZegnatIt is hard to know exactly what Google reads and does not read. If you are however specifically optimising for Google get ready for a game of cat and mouse (and probably lots of painful data wrangling in Microdata or capitulating and putting JSON-LD islands everywhere).
Loqichapter 1:Introduction
We often wonder and dream of an alternative universe. What if the web got built by preschool teachers instead of on the libertarian dreams of young white men? What if it took bake sales to fund rather than the boom and bust cyc...
Loqichapter 1:Introduction
We often wonder and dream of an alternative universe. What if the web got built by preschool teachers instead of on the libertarian dreams of young white men? What if it took bake sales to fund rather than the boom and bust cyc...
[jgmac1106]so it seems so far my options with dokuwiki, is one template that uses too much jquery to style using panes ...and I can't use CSS to fix...and another that uses more modern CSS but for some reason doesn't work with fluffys javascript webmention script
[jgmac1106]really I should just ignore it all and get my content up which is my only real goal, just using the IndieWeb stuff as a distraction bc "get too invested in problems I don't need to solve sometimes"
jmacaaronpk: How often does events.indieweb.org process new webventions? I just attempted to send a webmention-based RSVP for the first time via my own tools, and I'm not sure if it worked or not
jmacSo... aaronpk, when I shared a mockup of an inbox-based webmention-moderation UI a week or two back, you (and others here) convinced me that it wouldn't fly, because the task of slogging through manual moderation is just too onerous. Y'all suggested a stance of "accept everything not blocked, and make blocking easy" instead
aaronpkalso this is not going to have back and forth conversations the way you would on twitter or with a personal website, so the volume of incoming webmentions is lower
jmacI think that this little public demonstration to one side, it will make sense in the future to send RSVPs from jmac.org instead of Fogknife, anyway. It's about something I am personally doing in the future, not something my blog is doing
@shadowcat_mst↩️ Realistically, webmentions are a form of (indirect) comment, and therefore have the same moderation/anti-spam requirements as comments, and, well, welcome to the modern internet.
Still a good idea. (twitter.com/_/status/1246911867026628610)
[KevinMarks]gah. I have https/http catch 22 going on. I want to use the location API, which requires the site serving to be https. But then I need to fetch a resource from a http origin, and it gets blocked as mixed content.
[LewisCowles]two ways to solve that conundrum. pass location from a page that is https via query param so it's bookmarkable, or look towards https with proxy or cache