jamietannahey barryf I'd definitely be interested in giving vibrancy a go for my own site, but there's a few feature requests I may want to get in before I do - would it be worth chatting on here / on GitHub about whether you'd like them in the core project, or maybe it would make sense to be in my own fork?
petermolnar(from -chat) re search: I wonder if there's a way to somehow "distribute" search. There's the whole opensearch idea, but now that I'm thinking about it, it wouldn't easily help to index pages at all. If instead there was a way to pre-generate an index of the site and make that available for search engines, it could make small, independent search setups possible quite easily.
petermolnarI mean... sqlite would make a good one. We agree on a minimum viable columns (text index, snippet, title, url?) and if everyone makes such thing available, point a meta tag at it, we can build any search engine in minutes.
[snarfed]the actual fan-out gets to be a problem. search engines are only useful if they search enough sites, but if each user search query has to fan out requests to thousands to millions of sites, that’s not really practical