Page MenuHomeFreeBSD

D59442.id.diff
No OneTemporary

D59442.id.diff

diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -787,6 +787,8 @@
<span class="footer_links">
<a href="$script_name">home</a>
@{[ $stype eq "help" ? "" : qq, | <a href="$script_name?stype=help">help</a>, ]}
+ | <a href="https://cgit.freebsd.org/ports/tree/">git</a>
+ | <a href="https://download.freebsd.org/ports/">ftp</a>
</span>
EOF
}
diff --git a/website/content/en/where.adoc b/website/content/en/where.adoc
--- a/website/content/en/where.adoc
+++ b/website/content/en/where.adoc
@@ -228,20 +228,6 @@
VM images are available for link:{url-snapshot}/VM-IMAGES/{rel145-current}-STABLE/amd64/Latest/[amd64], link:{url-snapshot}/VM-IMAGES/{rel145-current}-STABLE/i386/Latest/[i386], link:{url-snapshot}/VM-IMAGES/{rel145-current}-STABLE/aarch64/Latest/[aarch64], and link:{url-snapshot}/VM-IMAGES/{rel145-current}-STABLE/riscv64/Latest/[riscv64].
-[[apps]]
-== Applications and Utility Software
-
-=== The Ports Collection
-
-A diverse collection of utility and application software that has been _ported_ to FreeBSD.
-
-* link:../ports/[About FreeBSD Ports]
-* https://www.freshports.org/[FreshPorts - a more advanced web interface to the Collection]
-* link:{handbook}ports/[Installing Applications: Packages and Ports] in the FreeBSD Handbook
-* Browse the Collection: https://cgit.freebsd.org/ports/tree/[FreeBSD ports Git repository] | https://download.freebsd.org/ports/[web].
-
-For information about how _you_ can contribute _your_ favorite piece of software to the Collection, have a look at _link:{porters-handbook}[The Porter's Handbook]_ and _link:{contributing}[Contributing to FreeBSD]_.
-
[[fastly]]
== Fastly CDN
diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml
--- a/website/themes/beastie/i18n/en.toml
+++ b/website/themes/beastie/i18n/en.toml
@@ -91,6 +91,9 @@
[h-manual-pages]
other = "Manual pages"
+[h-ports]
+other = "Ported Applications"
+
[h-presentation-and-papers]
other = "Presentations and papers"
@@ -133,9 +136,6 @@
[h-projects]
other = "Projects"
-[h-ports]
-other = "Ports"
-
[h-forums]
other = "Forums"
@@ -307,6 +307,9 @@
[f-manual-pages]
other = "Manual pages"
+[f-ports]
+other = "Ported Applications"
+
[f-presentation-and-papers]
other = "Presentations and papers"
diff --git a/website/themes/beastie/layouts/_partials/sidenav.html b/website/themes/beastie/layouts/_partials/sidenav.html
--- a/website/themes/beastie/layouts/_partials/sidenav.html
+++ b/website/themes/beastie/layouts/_partials/sidenav.html
@@ -78,7 +78,6 @@
{{ end }}
</ul>
</li>
- <li><a href={{ "ports" | relLangURL }}>{{ i18n "portedApplications" }}</a></li>
</ul>
{{ else if eq .sidenavType "ports" }}
<ul>
diff --git a/website/themes/beastie/layouts/_partials/site-footer.html b/website/themes/beastie/layouts/_partials/site-footer.html
--- a/website/themes/beastie/layouts/_partials/site-footer.html
+++ b/website/themes/beastie/layouts/_partials/site-footer.html
@@ -43,13 +43,13 @@
<a href="https://man.FreeBSD.org" target="_blank" class="column-element">{{ i18n "f-manual-pages" }}</a>
</li>
<li>
- <a href="https://papers.FreeBSD.org" target="_blank" class="column-element">{{ i18n "f-presentation-and-papers" }}</a>
+ <a href="https://ports.freebsd.org" target="_blank" class="column-element">{{ i18n "f-ports" }}</a>
</li>
<li>
- <a href="https://docs-archive.freebsd.org/doc/" target="_blank" class="column-element">{{ i18n "f-previous-versions" }}</a>
+ <a href="https://papers.FreeBSD.org" target="_blank" class="column-element">{{ i18n "f-presentation-and-papers" }}</a>
</li>
<li>
- <a href="https://docs-archive.freebsd.org/44doc/" target="_blank" class="column-element">{{ i18n "f-44bsd-documents" }}</a>
+ <a href="https://docs-archive.freebsd.org/doc/" target="_blank" class="column-element">{{ i18n "f-previous-versions" }}</a>
</li>
<li>
<a href="https://wiki.freebsd.org/" target="_blank" class="column-element">{{ i18n "f-wiki" }}</a>
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
@@ -36,9 +36,6 @@
<li>
<a href="{{ "projects" | relLangURL }}">{{ i18n "h-projects" }}</a>
</li>
- <li>
- <a href="https://ports.freebsd.org/cgi/ports.cgi" title={{ i18n "ports" }}>{{ i18n "h-ports" }}</a>
- </li>
</ul>
</li>
<li class="menu-item">
@@ -59,6 +56,9 @@
<li>
<a href="{{ "releng" | relLangURL }}">{{ i18n "h-release-engineering" }}</a>
</li>
+ <li>
+ <a href={{ "ports" | relLangURL }}>{{ i18n "portedApplications" }}</a>
+ </li>
</ul>
</li>
<li class="menu-item">

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 12, 12:45 PM (3 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38791831
Default Alt Text
D59442.id.diff (5 KB)

Event Timeline