#tantek.comedited /posts (+264) "/* Inline and other references */ add thanks to with blank examples section, move other examples here to an explicit nested list item with unique linktext instead of default MediaWiki link numbers" (view diff)
#tantek.comedited /posts (+164) "/* Inline and other references */ add a couple of "thanks to" examples from my site, apparently been doing it since at least 2011" (view diff)
#[tantek]per discussion in #indieweb I think there are sufficient real world and varied examples of "Acknowledgments" sections, including two on IndieWeb wiki pages that that alone may be worth its own wiki page to document practices across (online) books, specifications, and hopefully soon, some blog posts
barnaby, glacier, Dryusdan, Guest6_, [Scout], [qubyte] and JadedBlueEyes joined the channel
#[tantek]aaronpk, new (hopefully sufficiently constrained) idea for Loqi handling "when is":
#[tantek]1 search the names of upcoming events for a word (not substring) match of the query string
#[tantek]2 if there are one or more events that have the query string in their name, return up to the first three if that many with name and start date(time) and short link, soonest first. Exit.
#[tantek]3 search the query string as an event tag
#[tantek]4 if there are one or more events that have the query string as a tag, return up to the first three if that many with name and start date(time) and short link, soonest first. Exit.
#[tantek]5 return "No {query string} events found. Want to organize one? (Link to create an event)"
#[tantek]Iām not sure "everything here" would give you high quality result. I would expect some noise.
#[tantek]Hence why I suggested searching those two specific "fields"
#aaronpki just meant that i don't need to make a search API, i can just use that JSON as the source material
#[tantek]Like if an event described itself as "inspired by HWC" that shouldn't be returned in a query for HWC. Certainly not before any actual HWC events
#[tantek]Almost. That JSON lacks the tags of each event
#[tantek]Which is probably one of the highest quality ways to return results