aaronpk / p3k

This is a repository for filing issues against the software the runs my website. The source code is not public, but various components are.
https://aaronparecki.com/
MIT License
14 stars 0 forks source link

Consider switching internal storage of posts to mf2 vocab #56

Closed aaronpk closed 8 years ago

aaronpk commented 10 years ago

Currently i'm storing the source for my posts as yaml and generating the microformat-html from that. But then when I want to render external content like a comment from someone else's site, I have to extract the author/post info from the microformats data structure. So it seems weird that i'm handling the same stuff two different ways. Especially when i'm replying to (or soon reposting) my own posts, one is rendered by my p3k classes, the other is rendered from parsing the html on my own site. I'm wondering if I can consolidate to just one code flow where everything is rendered from the mf2 version.

aaronpk commented 9 years ago

My new implementation now stores post content interally as mf2 objects.