callMeBaby, ben_thatmust, globbot, viaken, jenelizabeth, [chrisaldrich], gRegorLove, gRegorLove_, Mikaela1, ketudb7, ben_thatmustbeme, vasilakisfil_, nickodd, plut4rch, geoffo, maxwelljoslyn and DanQ joined the channel; DanQ left the channel
#[jgmac1106]with everything shut down for weeks I might start up the PHP codeacademy course again, was waiting for summer....but it might already be here
#[jgmac1106]not sure probably saying wrong thing, I am thiking in my article tempalte I could add a variable to different parts and then call them on the feed page to builkd the cards...long term brainstorming way past my current knowledge
#[jgmac1106]that was the real reason I liked Kirby, it was learning by doing, good community to learn PHP, active forum, helpful and teaching customer service
#sebselyes, the main problem you are having here, I think, is that there is no abstraction in your articles. They are just separate pages.
#sebselthat is not necessarily a bad thing, but it makes it harder to extract data out of them
#sebselofcourse, you marked them up with Microformats, so that could be a way to extract the data out again
#[jgmac1106]yeah..trying to decide if I just add a bit of data storage using PHP, for now it isn't bad....but I always fall behind in updating my feeds..end up with many unlisted posts
#sebselyes, you are not really using the dynamic things PHP gives you: you are only using it to include a header and footer in every page.
#[jgmac1106]also another reason I liked Kirby...everything was flat file but important parts automated. never really used the publishing ui
#sebselYou could turn that around: add only the HTML in the posts-files and let some other page insert that to add the headers and footers.
#[jgmac1106]...yep on my homeoage will not add anything until I understand it...bout as far as I have gotten in my PHP learnings
#[jgmac1106]oooh interesting idea....need to take a lego break with my son.....brb...gonna be a long few weeks
#sebselThat is what Kirby adds for you: it extracts the content into separate files (the content/*.txt) than the templates (site/templates/*.php), and by doing so it is able to parse information out of the files and display it in different ways in different contexts
#sebselit's kind of hard to create that on your own if you don't really know PHP that well
#sebselfirst thing you can do is list the contents of your posts-files and list them as links, but getting the titles out of those files is harder if they only contain HTML
#sebselwhich in itself is a benefit, because files with just HTML are easier to write by hand
#[jgmac1106]not necessary for rel=me but I would instead of using <linK> in the header just turn <div class="col-xs-12 col-sm-6 col-md-6 col-lg-4 header-right"> into <div class="col-xs-12 col-sm-6 col-md-6 col-lg-4 header-right h-card">
#[jgmac1106]moved the h-card to the top div....but something like that and you can knock out two birds, your rel=me and your h-card
leg, [Dan_Q], cweiske_, [Ana_Rodrigues], IWSlackGateway and [carolgilabert] joined the channel
#[jgmac1106]I think another hackday goal I will have is making a new article template that doesn't have a space for u-featured, should be an easy low hanging CSS fruit
#jmacbise is the project I get the most surprised and confused over when I hear that other people use it
[suze_shardlow1] joined the channel
#jmacI am like, check out this webmention library I spent months making. No, they say, we'd rather use this script you banged out in an afternoon during your christmas break two years ago because it actually has a defensible purpose
#jmacOh man, I wrote it even before I discovered IndieWeb. Maybe I can "improve" it
[cleverdevil], [KevinMarks] and [chrisaldrich] joined the channel
#[jgmac1106]jmac add ability to track people reading using h-feed
#[jgmac1106]anyone else use trackbook for android? trying to figure out what else I can do with gpx besides an iframe to an owncloud app (about my level of expertise)....should learn what those API thingamajiggers are
#jmacWhat is an "h-feed reader" tho... how would you know one by a webserver log
#jmacRSS readers you can tel coz they're requesting atom.xml, e.g.
[snarfed] joined the channel
#jmac(Yes, bise naively assumes that if you're requesting atom.xml you're an RSS reader. It's not hardcore about filtering out false positives)
#jmacI mean, an h-feed reader would just be requesting index.html and reading the micro formats, right? But the webserver doesn't know it's doing that, alas
#jmacThere's room to look at user-agent strings of course, but eh
#jmacI'll look the next time I'm in the code because honestly I have no idea how it actually works
#jmacAnd now I do want to see if I can work in some microformats fun because it's fun
[cleverdevil] joined the channel
#jmacMy current mad science plague project is a "webmention query tool" tho. It's currently a few hours old and in "don't ask" status. (To say nothing of "don't look")
#jmacI'm just fiddling around with a tool for not just receiving/storing/displaying but also querying received webmentions. A command-line utility that I can ask "Show me all the WMs that I received from example.com since January 16".
#jmacWhich will in turn let me mess around with some ideas I have for moderation tools
#jmacAll i've done so far is convert all the 600-odd WMs my blog has received from the yucky hand-rolled file format it currently uses into an SQLite database, and have been just noodling around with it
#[jgmac1106]ahh but mJordan took the codeped down we worked on
[snarfed], [barryf], [KevinMarks] and scalise joined the channel; scalise left the channel
#[jeremycherfas]The beauty about bise, which I have been using for a while three weeks now, is that you can easily add a row for absolutely anything you like.
#[jeremycherfas]As long as you can define it in the logs, that is.
[grantcodes] joined the channel
#jmac[jeremycherfas]: I'm really happy to hear that!
#jmacOK... I'm going to inbox revisiting Bise somehow, even if just to update its documentation after a couple years of use
[snarfed] and cal joined the channel
#calmicropub question: for h=entry, is the repost-of attribute more just a hint, or does it override the content= attribute?
[grantcodes] joined the channel
#[grantcodes]cal: in general a repost only needs the `repost-of` and nothing else
#GWGrepost-of is supposed to have content I thought
#cal@grantcodes: what if I want to use content=, should I just avoid repost-of, this is for @threadreaderapp use case, where we repost a whole series of tweets
#LoqiA repost on the indieweb is a post that is purely a 100% re-publication of another post. The act of reposting is an umbrella term that covers the general practice of republishing another post typically on the same service or silo, but more and more across sites https://indieweb.org/repost
#jackyI read 're-publication' as 'republication' and did a double take lol
KartikPrabhu, [cleverdevil] and [chrisaldrich] joined the channel