lieu/html/about-template.html

31 wiersze
1.7 KiB
HTML

<html lang="en">
<head>
<link href="/links/about.css" rel="stylesheet">
<title>Lieu—webring search engine</title>
<link rel="shortcut icon" href="/links/logo.svg">
<link rel="apple touch icon" href="/links/logo.svg">
</head>
<body>
<a class="about-link" href="/about">About</a>
<main>
<h1><a href="/">Lieu</a></h1>
<h2>the search for the new—endless</h2>
<p>
<span class="lieu">Lieu</span>—an alternative search engine. Created in response to the environs of
apathy concerning the use of hypertext search and discovery. In <span class="lieu">Lieu</span>, the
internet is not what is made searchable, but instead one's own neighbourhood. Put differently,
<span class="lieu">Lieu</span> is a neighbourhood search engine, a way for personal webrings to increase
serendipitous connexions.
</p>
<p>
This instance indexes the <a href="{{.RingLink}}">{{.InstanceName}}</a>—{{ .DomainCount }} domains,
{{ .PageCount }} pages, {{ .TermCount }} search terms.
Some domains of the webring have been filtered out for a better search experience,
see <a href="{{.FilteredLink}}">the filtered list</a>. Visit a <a href="/random">random page</a>.
</p>
<p><span class="lieu">Lieu</span> was created by <a href="https://cblgh.org/support.html">cblgh</a> at the onset of 2021.</p>
<p>For Lieu's AGPL licensed source code, <a href="https://github.com/cblgh/lieu">the repository</a>.</p>
</main>
</body>
</html>