Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2023 11:28:48 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 8b11c6d006 - main - new homepage for manual pages
Message-ID:  <202301281128.30SBSmeT095255@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8b11c6d006953e4728eb2434bafd20c5d94aa2ed

commit 8b11c6d006953e4728eb2434bafd20c5d94aa2ed
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-01-28 11:26:45 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-01-28 11:26:45 +0000

    new homepage for manual pages
    
    The manual pages homepages is now man.freebsd.org
    instead www.freebsd.org
---
 .../beastie/static/opensearch/man-freebsd-release-ports.xml       | 8 ++++----
 website/themes/beastie/static/opensearch/man.xml                  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/website/themes/beastie/static/opensearch/man-freebsd-release-ports.xml b/website/themes/beastie/static/opensearch/man-freebsd-release-ports.xml
index 2fa9efe9af..40c5b3032a 100644
--- a/website/themes/beastie/static/opensearch/man-freebsd-release-ports.xml
+++ b/website/themes/beastie/static/opensearch/man-freebsd-release-ports.xml
@@ -3,8 +3,8 @@
   <ShortName>FreeBSD Man+P</ShortName>
   <Description>FreeBSD Release + Ports Manual Pages</Description>
   <InputEncoding>UTF-8</InputEncoding>
-  <Image width="16" height="16" type="image/x-icon">https://www.freebsd.org/favicon.ico</Image>;
-  <Url template="https://www.freebsd.org/cgi/man.cgi?sourceid=opensearch&amp;manpath=freebsd-release-ports&amp;query={searchTerms}" type="text/html" method="get" />
-  <Url template="https://www.freebsd.org/cgi/man-autocomplete.cgi?sourceid=opensearch&amp;ns=opensearch&amp;manpath=freebsd-release-ports&amp;query={searchTerms}" type="application/x-suggestions+json" />
-  <moz:SearchForm>https://www.freebsd.org/cgi/man.cgi?manpath=freebsd-release-ports</moz:SearchForm>;
+  <Image width="16" height="16" type="image/x-icon">https://man.freebsd.org/favicon.ico</Image>;
+  <Url template="https://man.freebsd.org/cgi/man.cgi?sourceid=opensearch&amp;manpath=freebsd-release-ports&amp;query={searchTerms}" type="text/html" method="get" />
+  <Url template="https://man.freebsd.org/cgi/man-autocomplete.cgi?sourceid=opensearch&amp;ns=opensearch&amp;manpath=freebsd-release-ports&amp;query={searchTerms}" type="application/x-suggestions+json" />
+  <moz:SearchForm>https://man.freebsd.org/cgi/man.cgi?manpath=freebsd-release-ports</moz:SearchForm>;
 </OpenSearchDescription>
diff --git a/website/themes/beastie/static/opensearch/man.xml b/website/themes/beastie/static/opensearch/man.xml
index 68b81999c9..0f06bade05 100644
--- a/website/themes/beastie/static/opensearch/man.xml
+++ b/website/themes/beastie/static/opensearch/man.xml
@@ -3,8 +3,8 @@
   <ShortName>FreeBSD Man</ShortName>
   <Description>FreeBSD Release Manual Pages</Description>
   <InputEncoding>UTF-8</InputEncoding>
-  <Image width="16" height="16" type="image/x-icon">https://www.freebsd.org/favicon.ico</Image>;
-  <Url template="https://www.freebsd.org/cgi/man.cgi?sourceid=opensearch&amp;manpath=freebsd-release&amp;query={searchTerms}" type="text/html" method="get" />
-  <Url template="https://www.freebsd.org/cgi/man-autocomplete.cgi?sourceid=opensearch&amp;ns=opensearch&amp;manpath=freebsd-release&amp;query={searchTerms}" type="application/x-suggestions+json" />
-  <moz:SearchForm>https://www.freebsd.org/cgi/man.cgi?manpath=freebsd-release</moz:SearchForm>;
+  <Image width="16" height="16" type="image/x-icon">https://man.freebsd.org/favicon.ico</Image>;
+  <Url template="https://man.freebsd.org/cgi/man.cgi?sourceid=opensearch&amp;manpath=freebsd-release&amp;query={searchTerms}" type="text/html" method="get" />
+  <Url template="https://man.freebsd.org/cgi/man-autocomplete.cgi?sourceid=opensearch&amp;ns=opensearch&amp;manpath=freebsd-release&amp;query={searchTerms}" type="application/x-suggestions+json" />
+  <moz:SearchForm>https://man.freebsd.org/cgi/man.cgi?manpath=freebsd-release</moz:SearchForm>;
 </OpenSearchDescription>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301281128.30SBSmeT095255>