Jason McIntosh

Results 16 issues of Jason McIntosh

If you make post titled "😀" on a given day, and then make a separate post titled "🎩🎩" on that same day, they will result in identically named HTML files,...

bug

This repository should be set up with perltidy (or its moral equivalent). I would expect this to involve the addiction of a .tidyallrc file, and a tidiness-check to the tests.

enhancement

If a Plerd-based blog adheres the now-common practice of forwarding http:// requests to https://, then it won't recognize a well-intentioned webmention sent to the http://-based URL. And this more generally...

enhancement

Even if a blog doesn't have any tags (that is, `$plerd->has_tags` returns false), if tags.tt is missing then trying to publish the blog will result in a fatal error. tags.tt...

Plerd posts compute their own estimated reading time, and they also can generate metadata tags for use by e.g. Twitter Cards. Some of these metadata display services -- Twitter Cards...

enhancement

If a post's source file uses CRLF (a.k.a. "Windows") newlines instead of nice tidy LF ("Unix") ones, then Plerd will be prevented from publishing because it can't read the post's...