Page MenuHomeFreeBSD

D30867.1784943540.diff
No OneTemporary

Size
3 KB
Referenced Files
None
Subscribers
None

D30867.1784943540.diff

diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl
--- a/website/content/en/cgi/cgi-style.pl
+++ b/website/content/en/cgi/cgi-style.pl
@@ -83,7 +83,7 @@
<div id="search">
<form method="get" id="search-form" action="https://duckduckgo.com/">
<h2 class="blockhide"><label for="words">Search</label></h2>
- <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
+ <input type="hidden" name="sites" value="FreeBSD.org" />
<input type="hidden" name="ka" value="v" />
<input type="hidden" name="kt" value="v" />
<input type="hidden" name="kh" value="1" />
diff --git a/website/themes/beastie/layouts/partials/site-header.html b/website/themes/beastie/layouts/partials/site-header.html
--- a/website/themes/beastie/layouts/partials/site-header.html
+++ b/website/themes/beastie/layouts/partials/site-header.html
@@ -9,7 +9,7 @@
<a href="https://www.FreeBSDFoundation.org/donate/" title={{ i18n "donate" }}>{{ i18n "donate" }}</a>
</div>
<div id="search">
- <form method="get" id="search-form" action="https://duckduckgo.com/" onsubmit="document.getElementById('words').value+=' (site:www.FreeBSD.org OR site:docs.FreeBSD.org OR site:lists.FreeBSD.org OR site:wiki.FreeBSD.org OR site:forums.FreeBSD.org)'">
+ <form method="get" id="search-form" action="https://duckduckgo.com/" onsubmit="document.getElementById('words').value+=' site:FreeBSD.org'">
<input type="hidden" name="ka" value="v">
<input type="hidden" name="kt" value="v">
<input type="hidden" name="kh" value="1">
diff --git a/website/themes/beastie/layouts/shortcodes/form-search-mail.html b/website/themes/beastie/layouts/shortcodes/form-search-mail.html
--- a/website/themes/beastie/layouts/shortcodes/form-search-mail.html
+++ b/website/themes/beastie/layouts/shortcodes/form-search-mail.html
@@ -1,6 +1,6 @@
<form action="https://duckduckgo.com/" method="get">
<h2 class="blockhide"><label for="mlwords">Search</label></h2>
- <input type="hidden" name="sites" value="docs.FreeBSD.org/mail,lists.FreeBSD.org/pipermail" />
+ <input type="hidden" name="sites" value="FreeBSD.org" />
<input type="hidden" name="ka" value="v" />
<input type="hidden" name="kt" value="v" />
<input type="hidden" name="kh" value="1" />
diff --git a/website/themes/beastie/layouts/shortcodes/form-search-site.html b/website/themes/beastie/layouts/shortcodes/form-search-site.html
--- a/website/themes/beastie/layouts/shortcodes/form-search-site.html
+++ b/website/themes/beastie/layouts/shortcodes/form-search-site.html
@@ -1,5 +1,5 @@
<form action="https://duckduckgo.com/" method="get"
- onsubmit="document.getElementById('words2').value+=' (site:www.FreeBSD.org OR site:docs.FreeBSD.org OR site:lists.FreeBSD.org OR site:wiki.FreeBSD.org OR site:forums.FreeBSD.org)'">
+ onsubmit="document.getElementById('words2').value+=' site:FreeBSD.org '">
<h2 class="blockhide"><label for="words2">Search</label></h2>
<input type="hidden" name="ka" value="v" />
<input type="hidden" name="kt" value="v" />

File Metadata

Mime Type
text/plain
Expires
Sat, Jul 25, 1:39 AM (2 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29251630
Default Alt Text
D30867.1784943540.diff (3 KB)

Event Timeline