#GWGAnything Indieweb related going on? If not, would be curious to hear in -chat
#miklbI've been slowly working through what I want to do and have started work on a static site. I could just never get a WP workflow that worked for me and I've soured on WordPress in general lately.
#miklbsure. I keep up with the commits/issues still. The last fix for micropub finally solved my issue with posting photos but at that point I'd already made my mind up to go back to static
#GWGThere are a lot of good things and a lot of bad things.
#LoqiURL design is the practice of deliberately designing URLs, in particular, permalinks, typically for a better UX for everyone who creates, reads, and shares content https://indieweb.org/URL_design
#[jgarber]What’s the room’s opinion on publishing code libraries (e.g. Ruby gems, Python packages, etc.) under the IndieWeb GitHub organization (vs. publishing on an individual GitHub account)?
#aaronpkwe had a discussion about this recently...
#aaronpkooh was the discussion limited to that scope?
#[jgarber]I finally took someone’s (I forget who, precisely) good advice and put together an IndieAuth/Micropub/Webmention endpoint discovery Ruby gem. Was thinking that might be a nice fit for the IndieWeb organization.
#GWGI don't think it was, but I don't think we came to a conclusion on personal vs community.
#[jgarber](in lieu of maintaining a handful of discrete and effectively similar gems for each of those endpoint discoveries)
#[jgarber]No sweat to me either way. Pro of my personal account is I maintain more ownership. Downside is lower visibility.
#[jgarber]Pro of the org account is better visibility and more opportunity for collaboration.
#aaronpkit looks like there are a handful of those kinds of libraries on the org already, so sounds fine to me if you want to start it there from the beginning
#aaronpkthis is more -meta, but we should document actual criteria for that. i'll add that to the organizers topics.
#aaronpkoh i was looking at the repo settings, but it's actually an approval on the entire org
#[jgarber]GitHub Apps (like Travis CI) can be approved for _all_ repositories automatically or on a case-by-case basis. I went with the latter.
#[jgarber]Yeah, GitHub Apps access control is at the organization level (or user level for your personal repos).
#[jgarber]GitHub’s default is to enable an App for all repositories in an account or in an organization which… is kinda bonkers in my mind. I prefer the opt-in approach.
#GWGThe webmention and Semantic Linkbacks code are separate. Working to unify them
#GWGSo, the first question is...if you have php-mf2, what core webmention functions can be rewritten using it, reducing the overall code
#snarfedGWG: that sounds broader than just unifying
#snarfedtry to separate projects, that will make your life easier
#snarfedie try just unifying, and then afterward, try refactoring to use more php-mf2
#snarfedeg the simplest way to unify would be to literally just put all the files together, with little to no editing, make that bundled plugin, and see if everything still works
#GWGsnarfed, I am not trying to solve all the problems at once. That was too much
#snarfedheh yes. i'm saying something stronger. try hard to solve *just one* problem at a time.
#GWGI am only trying to reduce the code duplication on fetching
#snarfedsure! great! sounds like a good one. i would do that *separately* from unifying the two plugins though.
#GWGThe problem is, it isn't an Indieweb repo, it is a pfefferle repo, so I can't create a dev branch and have him approve PRs to it. I need him to do that
#GWGAnd I don't think he'll approve the merger without the new data migration
#snarfedhrm but you can still do them in separate PRs, right? if you commit to doing that, doubt he'd require you to put it all in a single huge PR. no one generally likes those
#GWGThat's why I decided to try and integrate the dependencies first
#GWGThen migrate the data from the old storage to the new.
#GWGSo, bring in the parts that work without a significant rewrite
#GWGI am also contemplating xpath vs regex for finding webmention links.
#GWGIt's a change I made in my own code because php-mf2 will accept a domdocument as input so why generate one twice?
#GWGThe last rewrite of webmentions took a long time. Longer because the PRs were so big.
[frank], [tantek] and [eddie] joined the channel
#gRegorLovesigh. Looks like techcrunch is doing something with JS that breaks IA saving. The article loads initially in the archive when you save it, but then redirects to their Not Found page.