Date: Sun, 21 Dec 2025 19:24:52 +0000 From: Alexander Ziaee <ziaee@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 2b7c860b53 - main - about: Get number of ports from releases Message-ID: <69484984.37686.46fae7e2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=2b7c860b53e5cd1141b870c4427b3a8e1de2e4da commit 2b7c860b53e5cd1141b870c4427b3a8e1de2e4da Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-12-21 18:29:19 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-12-21 18:43:02 +0000 about: Get number of ports from releases End the discrepancy! Reviewed by: carlavilla, lwhsu Differential Revision: https://reviews.freebsd.org/D54330 --- website/content/en/about.adoc | 3 ++- website/content/ru/about.adoc | 3 ++- website/content/zh-tw/about.adoc | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/website/content/en/about.adoc b/website/content/en/about.adoc index e00a7f71ca..f57e103f03 100644 --- a/website/content/en/about.adoc +++ b/website/content/en/about.adoc @@ -4,6 +4,7 @@ sidenav: about --- include::shared/en/urls.adoc[] +include::shared/releases.adoc[] = About FreeBSD @@ -25,7 +26,7 @@ FreeBSD brings advanced network operating system features to appliance and embed == Run a huge number of applications -With over 33,000 ported libraries and link:../applications[applications], FreeBSD supports applications for desktop, server, appliance, and embedded environments. +With over {numports} ported libraries and link:../applications[applications], FreeBSD supports applications for desktop, server, appliance, and embedded environments. == Easy to install diff --git a/website/content/ru/about.adoc b/website/content/ru/about.adoc index 5edad0d18f..a5f0c66612 100644 --- a/website/content/ru/about.adoc +++ b/website/content/ru/about.adoc @@ -3,6 +3,7 @@ title: "О FreeBSD" sidenav: about --- +include::shared/releases.adoc[] include::shared/ru/urls.adoc[] // @@ -31,7 +32,7 @@ FreeBSD обеспечивает продвинутые сетевые возм == Поддержка огромного количества приложений -FreeBSD обеспечивает работу более чем 30 000 портированных библиотек и link:../applications/[приложений], предназначенных как для настольных компьютеров, так и серверов, специализированных и встраиваемых устройств. +FreeBSD обеспечивает работу более чем {numports} портированных библиотек и link:../applications/[приложений], предназначенных как для настольных компьютеров, так и серверов, специализированных и встраиваемых устройств. == Простота установки diff --git a/website/content/zh-tw/about.adoc b/website/content/zh-tw/about.adoc index c1acad7f2a..ef1cb5cb3c 100644 --- a/website/content/zh-tw/about.adoc +++ b/website/content/zh-tw/about.adoc @@ -3,6 +3,7 @@ title: 關於 FreeBSD sidenav: about --- +include::shared/releases.adoc[] include::shared/zh-tw/urls.adoc[] = 關於 FreeBSD @@ -25,7 +26,7 @@ FreeBSD 提供嵌入式平台和裝置先進的網路作業系統特色,從高 == 能夠運行大量的應用 -有超過 33,000 個做成 ports 的程式庫和link:../applications[應用程式], FreeBSD 提供了桌面、伺服器、裝置和嵌入式環境的應用程式。 +有超過 {numports} 個做成 ports 的程式庫和link:../applications[應用程式], FreeBSD 提供了桌面、伺服器、裝置和嵌入式環境的應用程式。 == 易於安裝home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69484984.37686.46fae7e2>
