diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-21 18:29:19 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-12-21 18:43:02 +0000 |
| commit | 2b7c860b53e5cd1141b870c4427b3a8e1de2e4da (patch) | |
| tree | 434de4f5adcc8130b02d94728069f53459fad612 | |
| parent | ff71b333bffaa8ef0b207dd59ce829c78c591e8c (diff) | |
about: Get number of ports from releases
End the discrepancy!
Reviewed by: carlavilla, lwhsu
Differential Revision: https://reviews.freebsd.org/D54330
| -rw-r--r-- | website/content/en/about.adoc | 3 | ||||
| -rw-r--r-- | website/content/ru/about.adoc | 3 | ||||
| -rw-r--r-- | 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 提供了桌面、伺服器、裝置和嵌入式環境的應用程式。 == 易於安裝 |
