chrisaldrichIt's finally happened! After more than a decade of posting to my site, and a lot more posting in the last 5 years, I've exceeded the 1024mb alloted by my host for my mySQL database!
chrisaldrichActually a quick test indicates that if I manually use phpmyadmin to delete a comment, it doesn't automatically take the associated comment meta with it
LoqiIt looks like we don't have a page for "e-content" yet. Would you like to create it?_n (Or just say "e-content is ____", a sentence describing the term)
sknebel(in the case of nested properties, nothing outside the parser sees that. whereas nested h- objects will produce a nested output from the parser, which the consumer then needs to handle)
jeremycherfasIn any case, I have given up trying to scratch a particular itch, because I reckon a higher priority is to update my theme to be based on the newish Grav default theme. Once it is looking right, locally, I can make sure mf2 is OK too.
jeremycherfasIt will be complex, as my current child theme is already heavily customised. So I plan to copy Quark locally and work on it from time to time until I am happy enough to go live.
ZegnatA CMS mostly for developers to build a site with, and then hand over to others to just have to manage. But using Laravel for database connections, libraries, etc.
jeremycherfasThe partials are definitely a lot more numerous than in Antimatter, but each is simpler, so I'm thinking it could well be simpler to customise.
nekr0z, [jgmac1106], [aaronpk], [tmiller] and [fluffy] joined the channel
[Jamey_Sharp][fluffy] Looking at the `ska` docs: 1) I'm concerned that they describe what they're doing as "encryption" when there does not appear to be any encryption involved, only signing; 2) Can you use `signature_to_dict` instead of `sign_url` to get what you want?
[Jamey_Sharp]Considering hmac and the appropriate hashes are in the Python standard library I'm not sure you really need an additional package anyway...
[fluffy]The easiest approach would be to just not support a query string, in which case the signing and validation become incredibly straightforward. But Iβd like to be able to support query strings too.
[Jamey_Sharp]I may not be understanding what you're trying to do. Do you want to allow arbitrary URLs in your site to optionally have an authorization token attached to them, and the problem is that the base URL might already have a query string?
[fluffy]yeah I am well aware of urllib.parse stuff, I was just hoping to not have to implement this stuff myself and just use an existing library, ideally one thatβs suited to Flask.
gRegorLoveZegnat, mblaney and I were talking last night about possibly doing some AutoAuth stuff today. Minimal like the www-authenticate and maybe token request
[grantcodes], [schmarty], [jgmac1106], [snarfed], [mapkyca], [cleverdevil], valuemachine, [jackjamieson], [jeanmacdonald] and [davidmead] joined the channel
LoqiDiscovery is a variety of methods for finding content, websites, communities, or people to follow on the web including search, directories, recommendation engines, tags, or other serendipitous methods https://indieweb.org/discovery
Loqifriending (AKA add friend or the verb to friend) is a general term applied to the various silo user interactions with sites regarding reciprocal friendship https://indieweb.org/friend
Loqifollow is a common feature (and often UI button) in silo UIs (like Twitter) that adds updates from that profile (typically a person) to the stream shown in an integrated reader, and sometimes creates a follow post either in the follower's stream ("β¦ followed β¦" or "β¦ is following β¦") thus visible to their followers, and/or in the notifications of the user being followed ("β¦ followed you") https://indieweb.org/following
kitt, Maxwell, mapkyca, [snarfed] and [infominer] joined the channel
jmac[snarfed]: My site does forward HTTP->HTTPS, and I think the failure isn't happening on verification... it's because my blog software sees the WM targeting something in http://fogknife.com in its inbox, and it says "I only care about https://fogknife.com, I have no idea what this garbage is" and doesn't even get as far as verification
[Dave_Peck]Do any microformats parsers support the `hAudio` format proposal (http://microformats.org/wiki/haudio)? I tried both `php.microformats.io` and also `mf2py` but they donβt _seem_ to support it (and/or my markup is no good).
[Dave_Peck](As for mf1 vs mf2: ah, good to know. Iβm new to microformats; _now_ I know how to distinguish between them, but it might be nice if the wiki explicitly called this out.)
[snarfed]like many standards processes, mf2 is slow to formalize new properties. lots like this are used and interoperable for years before they're officially adopted. i think that's intentional
[snarfed][aaronpk] good q. i probably don't, just researching. people occasionally subscribe to their user pages in it, but that use case doesn't make sense and isn't one i really intend bridgy to support
[aaronpk]watchtower also does exponential backoff of polling, so if you're seeing requests every couple minutes it's because the contents of the page have been changing frequently
[tantek]per the use-case for editing reply-contexts discussed in the main channel: https://chat.indieweb.org/2019-06-30#t1561928909084100 I believe this has impacts on where a CMS should store a (potentially / likely edited) reply-context, which then has likely has impact on Micropub Client-server interactions
Loqi[[tantek]] I have a very good discussion with [schmarty] about the desire to *edit* the /reply-context (e.g. /link-preview) of a /reply post before publishing it to one's site.
[tantek]In particular, as a reply-context is editable, it should be stored as if it was edited, and a way to do that is storing the h-cite of the reply-context along with the reply
[aaronpk]i haven't hand-edited a reply context yet, but my site already stores the reply context along with the post, which made it easier than trying to normalize it into some relational DB structure
[grantcodes]But I'm not sure how I feel about "editing" link previews. I feel on silos they are sort of a source of truth especially because they cannot be edited. I wouldn't want someone to be able to change the title or anything misleading. But I suppose that isn't so much of a thing on the indieweb
[tantek]And since we're talking about your own site, of course you have the right to edit anything you show. Since it's an h-cite (not an h-entry) it's *your* summary of the thing you're linking to.
[grantcodes]Oh so I realized the references thing jf2 vs mf2 => mf2 used nested entries all properties, and jf2 moves them to a refs object. So if you were sending a preview of a like you could send a nested h-entry in the like-of property couldn't you?
[Dave_Peck]Anyone used indiekit before to support micropub (on a jekyll repo)? https://paulrobertlloyd.github.io/indiekit/ β curious if it works for you, and how you configure it
Loqi[Tantek Γelik] #IndieWeb Summit:
reply-contexts should be user-editable in posting UIs
in-reply-to h-cite property: reason, action
* name+summary: too long, truncate
* dt-published: 1969 or future, use present time
* author name: Twitter names/pronouns, use full na...
[fluffy][snarfed] My intention with Authl is to make an arbitrarily-pluggable authentication layer so that itβs not wedded to any particular protocol. I intend to eventually add self-managed OAuth for Facebook/Twitter/etc., and also support more arbitrary flows. The demo didnβt show a bunch of the stuff that goes on in the backend π