mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(service) Add links to marginalia-search.com where appropriate
This commit is contained in:
parent
06efb5abfc
commit
a9e312b8b1
@ -36,7 +36,7 @@ public record NavbarModel(NavbarGroup first, NavbarGroup second) {
|
|||||||
,
|
,
|
||||||
new NavbarGroup(
|
new NavbarGroup(
|
||||||
List.of(
|
List.of(
|
||||||
new NavbarEntry("About", "/", false)
|
new NavbarEntry("About", "https://about.marginalia-search.com/", false)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<div class="flex space-y-4 flex-col">
|
<div class="flex space-y-4 flex-col">
|
||||||
<p class="text-base"><i class="fas fa-envelope mr-2 text-margeblue dark:text-slate-200"></i>Contact</p>
|
<p class="text-base"><i class="fas fa-envelope mr-2 text-margeblue dark:text-slate-200"></i>Contact</p>
|
||||||
<span class="text-sm text-slate-900 dark:text-white">
|
<span class="text-sm text-slate-900 dark:text-white">
|
||||||
You can reach the webmaster of the search engine at <a class="underline text-liteblue dark:text-blue-200" href="mailto:kontakt@marginalia.nu">kontakt@marginalia.nu</a>.
|
You can reach the webmaster of the search engine at <a class="underline text-liteblue dark:text-blue-200" href="mailto:contact@marginalia-search.com">contact@marginalia-search.com</a>.
|
||||||
</span>
|
</span>
|
||||||
<p class="text-base"><i class="fas fa-gear mr-2 text-margeblue dark:text-slate-200"></i>Sources</p>
|
<p class="text-base"><i class="fas fa-gear mr-2 text-margeblue dark:text-slate-200"></i>Sources</p>
|
||||||
<span class="text-sm text-slate-900 dark:text-white">
|
<span class="text-sm text-slate-900 dark:text-white">
|
||||||
|
@ -15,11 +15,11 @@
|
|||||||
@if (allowIndexing)
|
@if (allowIndexing)
|
||||||
<meta name="robots" content="index">
|
<meta name="robots" content="index">
|
||||||
|
|
||||||
<meta property="og:description" content="search.marginalia.nu is a small independent do-it-yourself search engine for surprising but content-rich websites that never ask you to accept cookies or subscribe to newsletters. The goal is to bring you the sort of grass fed, free range HTML your grandma used to write. " />
|
<meta property="og:description" content="Marginalia Search is a small independent do-it-yourself search engine for surprising but content-rich websites that never ask you to accept cookies or subscribe to newsletters. The goal is to bring you the sort of grass fed, free range HTML your grandma used to write. " />
|
||||||
<meta property="og:locale" content="en_US" />
|
<meta property="og:locale" content="en_US" />
|
||||||
<meta property="og:site_name" content="search.marginalia.nu" />
|
<meta property="og:site_name" content="Marginalia Search" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://search.marginalia.nu/" />
|
<meta property="og:url" content="https://marginalia-search.com/" />
|
||||||
@else
|
@else
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
@endif
|
@endif
|
||||||
|
@ -46,10 +46,10 @@
|
|||||||
</p>
|
</p>
|
||||||
<p class="text-base"><i class="fas fa-server mr-2 text-margeblue dark:text-slate-200"></i>Webmaster Information</p>
|
<p class="text-base"><i class="fas fa-server mr-2 text-margeblue dark:text-slate-200"></i>Webmaster Information</p>
|
||||||
<p>If you wish to add your website to the index, follow the instructions in this <a class="underline text-liteblue dark:text-blue-200" href="https://github.com/MarginaliaSearch/submit-site-to-marginalia-search">git repository</a>,
|
<p>If you wish to add your website to the index, follow the instructions in this <a class="underline text-liteblue dark:text-blue-200" href="https://github.com/MarginaliaSearch/submit-site-to-marginalia-search">git repository</a>,
|
||||||
if you do not want to mess with git, you can also email <a class="underline text-liteblue dark:text-blue-200" href="mailto:kontakt@marginalia.nu">kontakt@marginalia.nu</a> with the domain name.</p>
|
if you do not want to mess with git, you can also email <a class="underline text-liteblue dark:text-blue-200" href="mailto:contact@marginalia-search.com">contact@marginalia-search.com</a> with the domain name.</p>
|
||||||
<p>The search engine's crawler uses the user-agent string <span class="font-mono text-red-800 dark:text-red-200">search.marginalia.nu</span>, and requests come from the IPs indicated in
|
<p>The search engine's crawler uses the user-agent string <span class="font-mono text-red-800 dark:text-red-200">search.marginalia.nu</span>, and requests come from the IPs indicated in
|
||||||
<a class="underline text-liteblue dark:text-blue-200" href="https://search.marginalia.nu/crawler-ips.txt">https://search.marginalia.nu/crawler-ips.txt</a>.</p>
|
<a class="underline text-liteblue dark:text-blue-200" href="https://search.marginalia.nu/crawler-ips.txt">https://search.marginalia.nu/crawler-ips.txt</a>.</p>
|
||||||
<p>If you do not want your website to be crawled, the search engine respects robots.txt. In case of questions, bug reports or concerns, email <a class="underline text-liteblue dark:text-blue-200" href="mailto:kontakt@marginalia.nu">kontakt@marginalia.nu</a>.
|
<p>If you do not want your website to be crawled, the search engine respects robots.txt. In case of questions, bug reports or concerns, email <a class="underline text-liteblue dark:text-blue-200" href="mailto:contact@marginalia-search.com">contact@marginalia-search.com</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex space-y-4 flex-col flex-1">
|
<div class="flex space-y-4 flex-col flex-1">
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
You've stumbled onto a beta version of the redesign of the search engine's UI. Feel free to explore, but
|
You've stumbled onto a beta version of the redesign of the search engine's UI. Feel free to explore, but
|
||||||
beware that things may not quite be polished.
|
beware that things may not quite be polished.
|
||||||
If you have any feedback, I'd love to hear it. Please reach me at
|
If you have any feedback, I'd love to hear it. Please reach me at
|
||||||
<a href="mailto:kontakt@marginalia.nu" class="underline text-liteblue dark:text-blue-200">kontakt@marginalia.nu</a>.
|
<a href="mailto:contact@marginalia-search.com" class="underline text-liteblue dark:text-blue-200">contact@marginalia-search.com</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mx-auto flex flex-col sm:flex-row my-4 sm:space-x-2 space-y-2 sm:space-y-0 w-full md:w-auto px-2">
|
<div class="mx-auto flex flex-col sm:flex-row my-4 sm:space-x-2 space-y-2 sm:space-y-0 w-full md:w-auto px-2">
|
||||||
@ -72,7 +72,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<div class="text-xs text-liteblue dark:text-blue-200 pt-4">
|
<div class="text-xs text-liteblue dark:text-blue-200 pt-4">
|
||||||
<i class="fas fa-link"></i>
|
<i class="fas fa-link"></i>
|
||||||
<a href="#" class="underline">Privacy Statement</a> <!-- TODO -->
|
<a href="https://about.marginalia-search.com/article/privacy/" class="underline">Privacy Statement</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
@if (reportDomain.submitted())
|
@if (reportDomain.submitted())
|
||||||
<div class="mx-4 pb-4">Your complaint has been submitted and will be reviewed in a few weeks.
|
<div class="mx-4 pb-4">Your complaint has been submitted and will be reviewed in a few weeks.
|
||||||
For urgent issues, email <a href="mailto:kontakt@marginalia.nu" class="text-blue-600 dark:text-blue-200 hover:underline">kontakt@marginalia.nu</a>
|
For urgent issues, email <a href="mailto:contact@marginalia-search.com" class="text-blue-600 dark:text-blue-200 hover:underline">contact@marginalia-search.com</a>
|
||||||
instead of using this form.
|
instead of using this form.
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
@ -55,7 +55,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<p class="text-sm text-slate-600 dark:text-gray-200 ">
|
<p class="text-sm text-slate-600 dark:text-gray-200 ">
|
||||||
For urgent issues, email <a href="mailto:kontakt@marginalia.nu" class="text-liteblue dark:text-blue-200 hover:underline">kontakt@marginalia.nu</a>
|
For urgent issues, email <a href="mailto:contact@marginalia-search.com" class="text-liteblue dark:text-blue-200 hover:underline">contact@marginalia-search.com</a>
|
||||||
instead of using this form.
|
instead of using this form.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user