[g33kcentric]Arrr wicked! I have noticed that not all publishers are created equal so if you code for one (indeginous for example) it won't be the same for others (quill)
[grantcodes]The ones I mentioned are specific functionality I have within my own server / clients. Like I support markdown and a bunch of the experimental extensions.
@ascarida↩️ Podes, por exempo, avisar das actualizacións en Twitter/Facebook (tamén por email se queres) e o contido seguiá estando na oldweb. Se é pola xestión de comentarios e blasblas, Webmention é unha movidola bastante guai. (twitter.com/_/status/1240271838091059200)
@batyshkaLenin↩️ Т.е. это либо брать Markdown редактор или вроде того и сделать какой то скрипт/хук, который после сохранения будет инициировать деплой. Либо не морочить голову и использовать API. @marinintim как ты решал этот вопрос? Как я понял на твоем сайте нет запросов к API кроме webmention (twitter.com/_/status/1240302703454171138)
[jgmac1106], [schmarty], Kemwer, gRegorLove, dougbeal|iOS, [LewisCowles] and jamietanna joined the channel
@_am1tOver the last week, I've added some features to Blotpub that were long in works - support for syndicating longer posts, support for updating posts. I've also automated sending of webmentions to the target sites for reply and like posts types. It's been some productive week this. (twitter.com/_/status/1240336047378227203)
gRegorLove[LewisCowles], The recommended mf2 used to be `p-name p-content` (or `e-content`) around the content of the post. I think mostly because parsing rules used to imply a p-name if it wasn't provided.
gRegorLoveIt relied on consumers comparing the parsed name and content values to see if they were equal to differentiate articles and notes. Parsing rules changed though, p-name isn't implied if there's other p- or e-content
[LewisCowles][gRegorLove] ++ so basically it never used to be a title. That makes sense. I feel like I'd want names as otherwise I'd have to scan all notes like Gist, and I really feel Gist can be a pain to manage.
aaronpkthe reason for p-name on notes was because of the old microformats parsers implied parsing rules which gave everything a name even if there wasn't one, which was because old RSS readers tend to assume everything has a name
gRegorLoveIn my CMS (ProcessWire) I can search by several different fields, so I just search body content. Also posts are organized by year/month in the admin, so can drill down a page list that way.
[LewisCowles]I just said tags are better. I've only seen categories so far; bodies are terrible because the index becomes the content and the two don't always match
gRegorLoveaaronpk, I updated my notes authorship to link to the homepage. Xray doesn't seem to find it. I'm guessing because the homepage h-card is inside the h-feed. That h-card has the u-url == u-uid, though.
LoqiReminder: Homebrew Website Club San Diego and San Francisco are online tonight at 6pm Pacific. Join us if you're interested in creating or updating your personal website!
Check the event page 15 minutes before for the Zoom link:
https://events.indie...
[LewisCowles]@dreamhost++ I barely use it, but somehow they keep me around with awesome emails telling me they have upgraded PHP runtime. Love that team
Loqijamietanna: [snarfed] left you a message 2 weeks ago: hi! i'm hoping to get oauth-dropins and granary releases out soon. still interested? if you are, i think there's just one issue we'd want to knock out first: https://github.com/snarfed/granary/issues/191
[Drew]Hello-I was wondering if anyone knew how I might be able to extend a section of this page on my website to show the hidden boxes under the 3 visible boxes? https://mcweeneyaquaticconsulting.com/pricing.html
gRegorLove[Drew], took a glance, not sure how to fix but it looks like the selector `.section .static-image` has `height: 100vh; overflow: hidden`. if I disable the 100vh, it doesn't truncate that area
sknebelgRegorLove: I've been editing it through the glitch interface. I think I'm now running into it being coded according to old conventions and the current setup there being unable to handle the package.json :D
gRegorLove[Drew], I'm just using dev tools inspector in Chrome. There's a div with `section section-pricing`, child div has `parallax filter filter-color-blue`