Taking Seb to see Santa!
Lifestream
A feed of my life
Just added myself to the IndieWeb directory: https://indieweb-directory.glitch.me It’s also a really clever sneaky avatar cache to prevent the 404 on avatars happening using Webmention
Prefixes when using Microformats
I had always wondered what the p- and u- prefixes meant when using Microformats. Thanks to the Indieweb slack channel I got the answer while querying about u-category and p-category today.
Semantically nothing is different. The prefix is a parser directive. u- (URL) tells it to take the value for category from a href attribute, src attribute, etc. While p- (plain text) tells it to take the value from the element’s inner-text, or sometimes title attribute (e.g. for abbr elements).
Making a note of this here in case I forget.
Tweaking Frontmatter for sent Webmentions
Making my frontmatter templates more efficient
Implementing the Indieweb on a static website
Sending and receiving Webmentions and Micropub on a static site
testing sending a Webmention for the first time
Best sandwiches in Leeds.
I have been working hard on my #IndieWeb implementation. There is still much to do, the work is constantly being juggled with family life and preparation in moving to New Zealand. Progress is slower than I would like. But there is progress.
My Micropub implementation is nearly complete allowing me to write posts (like this now) from other apps or websites authenticated with my site (via Indieauth). Outstanding is syndication and my media endpoint (next on the list).
Webmentions received are almost complete. I support most types, outstanding are RSVP and bookmark. Recently I have updated my code to receive Webmentions as soon as the post is published. Previously I waited 6 hours. This is working really smoothly and I am happy with it.
Sending Webmentions is still unfinished. I am mulling over my implementation of this, due to the nature of static sites and thinking of a simple implementation I would be happy with.
Coffee and code. Working on my media endpoint. #indieweb