Skip to content

It’s official – my site’s backend now has its own query language for posts. Obligatory XKCD: XKCD#927

There are several commands: - AUTH – allows access to posts requiring authentication - TAGS – sets a list of tags to look for - TYPE – type of objects to filter

Commands are divided by semicolons. Arguments are provided in () and divided by commas. There is no escaping.

It looks like this: AUTH(https://fireburn.ru);TYPE(h-entry);TAGS(cats,catsoftheindieweb)