diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-09-05 14:21:49 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-09-05 14:56:49 +0000 |
| commit | f0bcdf54926c9f99088c133230ba8e4c5f972243 (patch) | |
| tree | 445e7a7f0976ffabbaba21db64b9db83c49a92b1 | |
| parent | edb464d2b2d48b18854f22c58e1f9712b6b688d8 (diff) | |
website: Revive mailto as contact
Mailto is an important page, one of the many that was lost in the reorg.
Revive it as freebsd.org/contact, and move it to the legal column in the
footer. The bottom heading of mailto used to be commercial vendors, zap
that and replace it with a legal section for the freebsd foundation.
Also simplify some of the language a bit.
Adding core as a *non-blocking* reviewer so they can weigh in if they
desire, but I think this is extremely positive and reasonable and we can
keep iterating, so I do not intend to wait for them unless they ask.
Event: Berlin Hackathon 202609
Reviewed by: wosch
Suggested by: wosch
Differential Revision: https://reviews.freebsd.org/D59442
| -rw-r--r-- | website/content/en/contact.adoc (renamed from website/content/en/mailto.adoc) | 12 | ||||
| -rw-r--r-- | website/themes/beastie/i18n/en.toml | 3 | ||||
| -rwxr-xr-x | website/themes/beastie/layouts/_partials/site-footer.html | 3 |
3 files changed, 12 insertions, 6 deletions
diff --git a/website/content/en/mailto.adoc b/website/content/en/contact.adoc index 0651662e26..7750d4bf7f 100644 --- a/website/content/en/mailto.adoc +++ b/website/content/en/contact.adoc @@ -6,13 +6,13 @@ sidenav: about include::shared/en/mailing-lists.adoc[] include::shared/en/urls.adoc[] -= Contacting the FreeBSD Community += Contacting the Community link:../community/mailinglists[Mailing lists are the primary communication channel]. Please note, some lists require subscription before posting; posts from non-subscribers may be held in a queue. -== Questions about FreeBSD +== Questions Write to the {freebsd-questions}; see the link:../community[Community] page for other options. @@ -22,11 +22,11 @@ Questions or suggestions about documentation may be addressed to the {freebsd-do Alternatively, for link:{main-site}[Documentation Portal] content -- including the link:{handbook}[FreeBSD Handbook] and link:{faq}[FAQ] -- in-page resources include the option to edit the page in GitHub. -== link:../administration/[FreeBSD Project Administration and Management] +== Project Administration and Management -Webmaster Team, Security Team, Postmaster Team, Bugmeisters, and others. +link:../administration[Core Team, Security, Tree Management, Webmaster Team, Postmaster Team, Bugmeisters, and others.] -== Miscellaneous +== Legal -link:../commercial/[Commercial Vendors] +FreeBSD trademarks are owned by the link:https://freebsdfoundation.org/[FreeBSD Foundation]. diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml index 872754050b..2c7bf086b2 100644 --- a/website/themes/beastie/i18n/en.toml +++ b/website/themes/beastie/i18n/en.toml @@ -295,6 +295,9 @@ other = "Get FreeBSD" [f-code-of-conduct] other = "Code of Conduct" +[f-contact] +other = "Contact" + [f-security-advisories] other = "Security Advisories" diff --git a/website/themes/beastie/layouts/_partials/site-footer.html b/website/themes/beastie/layouts/_partials/site-footer.html index 4a9f2cd919..52c40ea75f 100755 --- a/website/themes/beastie/layouts/_partials/site-footer.html +++ b/website/themes/beastie/layouts/_partials/site-footer.html @@ -80,6 +80,9 @@ <h3 class="column-title">{{ i18n "f-legal" }}</h3> <ul class="column-elements-container"> <li> + <a href="{{ "contact" | relLangURL }}" class="column-element">{{ i18n "f-contact" }}</a> + </li> + <li> <a href="https://freebsdfoundation.org/donate/" target="_blank" class="column-element">{{ i18n "f-donations" }}</a> </li> <li> |
