#[eddie]yeah, Aaron noticed the responsive layout issues the other day when I posted a screenshot
#[eddie]I might peek at the IndieAuth.com repo and see what the layout looks like. I might make some tweaks on it if I have the time and aaron hasn't beat me to it.
miklb, leg, gRegorLove, tantek, [jeremycherfas], [colinwalker], [manton], [kevinmarks] and KevinMarks joined the channel
#sknebelsecond question: in JSON encoding, mp-* are always in the properties object, and not "top-level"? (there is not a single example of e.g. mp-syndicate-to with a json request I could find)
#sknebel(if you want me to put any of this as github issues, say so, I'm never sure if github or IRC are better channels for these things)
#aaronpkcan you make an issue for the first one? request clarification around the wording of the reserved properties
#schmartyaaronpk++ wow wow! kicking out lots of libraries these past few days!
#Loqiaaronpk has 50 karma in this channel (1305 overall)
KevinMarks joined the channel
#KartikPrabhuaaronpk: in p3k do you check for inconsistencies between your DB and file-storage? as in what happens if your DB has a record for some post that does not exist in the file storage and vice-versa?
#aaronpkevery time a post is touched, it updates the DB copy of it
#aaronpke.g. if i edit the post, or when webmentions are received for the post
#aaronpkif there's a trace of a post in the DB that doesn't have a corresponding file, it's basically a 404 error but probably is actually a little messier than that in practice
#KartikPrabhuok got it. I was thinking along the same lines but it becomes messier
#KartikPrabhuI have my current notes stored as files already, but have to devise some way to save new ones since I am still using Django's admin interface instead of having a full-micropub setup
#KartikPrabhuso deciding which one is easier to implement 1) change Django's admin setup or 2) implement full micropub
[eddie] joined the channel
#[eddie]oh aaronpk: on that topic, your webmentions. They are stored in the YAML front-matter? Or somewhere else?
#KartikPrabhu^ that should be a p3k FAQ since I asked it already once at least :P
#aaronpkright now they are only stored in the database ? but my plan is to have a separate storage file for each post for its webmentions
#[eddie]sknebel, why timestamp? Do you allow multiple webmentions per source?
#sknebel[eddie]: right now I don't process updates properly, but want to have all data later
#sknebelI don't display them yet, rendering many WMs from many files might not scale
#aaronpkyeah i'll probably still be caching them in the database for that reason
#sknebelbut since I cache parts of the post html, maybe I'll cache a rendered version of all WMs as well
#[eddie]Hmmm interesting. I’ll have to think through all of that. ?
#sknebel(I have a post.html file which html with yaml header, but if a post is not written in HTML directly there is a source.<format> file as well)
#sknebel(*still* working on my MP endpoint, this is taking entirely to long, but once its finished it'll also automatically save all changes in git and push it to a backup location)