From nobody Fri Oct 29 09:45:37 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7270C1825901 for ; Fri, 29 Oct 2021 09:45:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HgcxF2RJGz4pwy; Fri, 29 Oct 2021 09:45:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F91615102; Fri, 29 Oct 2021 09:45:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19T9jbjs068376; Fri, 29 Oct 2021 09:45:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19T9jbY8068375; Fri, 29 Oct 2021 09:45:37 GMT (envelope-from git) Date: Fri, 29 Oct 2021 09:45:37 GMT Message-Id: <202110290945.19T9jbY8068375@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Marc Fonvieille Subject: git: b47ba46b23 - main - ru/articles: Fix include links List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: blackend X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b47ba46b239f35d4ceb89bb3f80c7eeaa0f5395a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=b47ba46b239f35d4ceb89bb3f80c7eeaa0f5395a commit b47ba46b239f35d4ceb89bb3f80c7eeaa0f5395a Author: Marc Fonvieille AuthorDate: 2021-10-29 09:43:20 +0000 Commit: Marc Fonvieille CommitDate: 2021-10-29 09:43:20 +0000 ru/articles: Fix include links --- .../content/ru/articles/committers-guide/_index.adoc | 16 ++++++++++++++++ .../content/ru/articles/contributing/_index.adoc | 12 ++++++++++++ .../content/ru/articles/freebsd-questions/_index.adoc | 12 ++++++++++++ documentation/content/ru/articles/geom-class/_index.adoc | 10 ++++++++++ .../content/ru/articles/gjournal-desktop/_index.adoc | 10 ++++++++-- documentation/content/ru/articles/hubs/_index.adoc | 14 ++++++++++++++ documentation/content/ru/articles/ipsec-must/_index.adoc | 10 ++++++++++ .../content/ru/articles/mailing-list-faq/_index.adoc | 14 ++++++++++++++ .../content/ru/articles/pr-guidelines/_index.adoc | 12 ++++++++++++ .../content/ru/articles/problem-reports/_index.adoc | 14 ++++++++++++++ documentation/content/ru/articles/releng/_index.adoc | 13 +++++++++++-- 11 files changed, 133 insertions(+), 4 deletions(-) diff --git a/documentation/content/ru/articles/committers-guide/_index.adoc b/documentation/content/ru/articles/committers-guide/_index.adoc index 18dd58d8fe..527d827223 100644 --- a/documentation/content/ru/articles/committers-guide/_index.adoc +++ b/documentation/content/ru/articles/committers-guide/_index.adoc @@ -25,10 +25,26 @@ trademarks: ["freebsd", "cvsup", "ibm", "intel", "sparc", "general"] :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/authors.adoc[] include::shared/ru/teams.adoc[] include::shared/ru/mailing-lists.adoc[] include::shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/authors.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[] +include::../../../../shared/ru/teams.adoc[] +include::../../../../shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/authors.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[] +include::../../../../shared/ru/teams.adoc[] +include::../../../../shared/ru/urls.adoc[] +endif::[] [.abstract-title] Аннотация diff --git a/documentation/content/ru/articles/contributing/_index.adoc b/documentation/content/ru/articles/contributing/_index.adoc index 0e13620842..6a3a59c72a 100644 --- a/documentation/content/ru/articles/contributing/_index.adoc +++ b/documentation/content/ru/articles/contributing/_index.adoc @@ -23,8 +23,20 @@ trademarks: ["freebsd", "ieee", "general"] :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/ru/mailing-lists.adoc[lines=9..-1] include::shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +endif::[] [.abstract-title] Аннотация diff --git a/documentation/content/ru/articles/freebsd-questions/_index.adoc b/documentation/content/ru/articles/freebsd-questions/_index.adoc index c12131d23d..a5e814377d 100644 --- a/documentation/content/ru/articles/freebsd-questions/_index.adoc +++ b/documentation/content/ru/articles/freebsd-questions/_index.adoc @@ -24,8 +24,20 @@ trademarks: ["freebsd", "microsoft", "opengroup", "qualcomm", "general"] :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/ru/mailing-lists.adoc[lines=9..-1] include::shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +endif::[] [.abstract-title] Аннотация diff --git a/documentation/content/ru/articles/geom-class/_index.adoc b/documentation/content/ru/articles/geom-class/_index.adoc index 8ae7c22a71..38cb551ccd 100644 --- a/documentation/content/ru/articles/geom-class/_index.adoc +++ b/documentation/content/ru/articles/geom-class/_index.adoc @@ -24,7 +24,17 @@ trademarks: ["freebsd", "intel", "general"] :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/ru/urls.adoc[] +endif::[] [.abstract-title] Аннотация diff --git a/documentation/content/ru/articles/gjournal-desktop/_index.adoc b/documentation/content/ru/articles/gjournal-desktop/_index.adoc index cdff660fdf..521fa7c8e0 100644 --- a/documentation/content/ru/articles/gjournal-desktop/_index.adoc +++ b/documentation/content/ru/articles/gjournal-desktop/_index.adoc @@ -24,19 +24,25 @@ trademarks: ["freebsd", "general"] :figure-caption: Рисунок :example-caption: Пример + +ifeval::["{backend}" == "html3"] include::shared/authors.adoc[] include::shared/ru/mailing-lists.adoc[lines=9..-1] include::shared/ru/urls.adoc[] - -ifeval::["{backend}" == "html5"] :imagesdir: ../../../images/articles/gjournal-desktop/ endif::[] ifeval::["{backend}" == "pdf"] +include::../../../../shared/authors.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] :imagesdir: ../../../../static/images/articles/gjournal-desktop/ endif::[] ifeval::["{backend}" == "epub3"] +include::../../../../shared/authors.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] :imagesdir: ../../../../static/images/articles/gjournal-desktop/ endif::[] diff --git a/documentation/content/ru/articles/hubs/_index.adoc b/documentation/content/ru/articles/hubs/_index.adoc index 93bd14b127..c4b0b25c04 100644 --- a/documentation/content/ru/articles/hubs/_index.adoc +++ b/documentation/content/ru/articles/hubs/_index.adoc @@ -31,9 +31,23 @@ trademarks: ["freebsd", "general"] :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/ru/mailing-lists.adoc[lines=9..-1] include::shared/ru/urls.adoc[] include::shared/releases.adoc[] +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +include::../../../../shared/releases.adoc[] +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +include::../../../../shared/releases.adoc[] +endif::[] [.abstract-title] Аннотация diff --git a/documentation/content/ru/articles/ipsec-must/_index.adoc b/documentation/content/ru/articles/ipsec-must/_index.adoc index 43d6ebe49b..450de8c6d5 100644 --- a/documentation/content/ru/articles/ipsec-must/_index.adoc +++ b/documentation/content/ru/articles/ipsec-must/_index.adoc @@ -24,7 +24,17 @@ trademarks: ["freebsd", "opengroup", "general"] :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/ru/urls.adoc[] +endif::[] [.abstract-title] Аннотация diff --git a/documentation/content/ru/articles/mailing-list-faq/_index.adoc b/documentation/content/ru/articles/mailing-list-faq/_index.adoc index bd093c1fe4..59dd9ed70a 100644 --- a/documentation/content/ru/articles/mailing-list-faq/_index.adoc +++ b/documentation/content/ru/articles/mailing-list-faq/_index.adoc @@ -23,9 +23,23 @@ releaseinfo: "$FreeBSD$" :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/authors.adoc[] include::shared/ru/mailing-lists.adoc[lines=9..-1] include::shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/authors.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/authors.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +endif::[] [.abstract-title] Аннотация diff --git a/documentation/content/ru/articles/pr-guidelines/_index.adoc b/documentation/content/ru/articles/pr-guidelines/_index.adoc index 060b607e10..b2bc4aeb6a 100644 --- a/documentation/content/ru/articles/pr-guidelines/_index.adoc +++ b/documentation/content/ru/articles/pr-guidelines/_index.adoc @@ -24,8 +24,20 @@ trademarks: ["freebsd", "opengroup", "general"] :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/ru/mailing-lists.adoc[lines=9..-1] include::shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/ru/mailing-lists.adoc[lines=9..-1] +include::../../../../shared/ru/urls.adoc[] +endif::[] [.abstract-title] Аннотация diff --git a/documentation/content/ru/articles/problem-reports/_index.adoc b/documentation/content/ru/articles/problem-reports/_index.adoc index 1f5001b51d..6c911bc0b3 100644 --- a/documentation/content/ru/articles/problem-reports/_index.adoc +++ b/documentation/content/ru/articles/problem-reports/_index.adoc @@ -24,9 +24,23 @@ trademarks: ["freebsd", "ibm", "intel", "sparc", "sun", "general"] :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/ru/teams.adoc[] include::shared/ru/mailing-lists.adoc[] include::shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "pdf"] +include::../../../../shared/ru/teams.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[] +include::../../../../shared/ru/urls.adoc[] +endif::[] + +ifeval::["{backend}" == "epub3"] +include::../../../../shared/ru/teams.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[] +include::../../../../shared/ru/urls.adoc[] +endif::[] [.abstract-title] Аннотация diff --git a/documentation/content/ru/articles/releng/_index.adoc b/documentation/content/ru/articles/releng/_index.adoc index 513eac6829..c7c58fdd8e 100644 --- a/documentation/content/ru/articles/releng/_index.adoc +++ b/documentation/content/ru/articles/releng/_index.adoc @@ -26,21 +26,30 @@ trademarks: ["freebsd", "cvsup", "intel", "general"] :figure-caption: Рисунок :example-caption: Пример +ifeval::["{backend}" == "html5"] include::shared/authors.adoc[] include::shared/releases.adoc[] include::shared/ru/teams.adoc[] include::shared/ru/mailing-lists.adoc[] include::shared/ru/urls.adoc[] - -ifeval::["{backend}" == "html5"] :imagesdir: ../../../images/articles/releng/ endif::[] ifeval::["{backend}" == "pdf"] +include::../../../../shared/authors.adoc[] +include::../../../../shared/releases.adoc[] +include::../../../../shared/ru/teams.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[] +include::../../../../shared/ru/urls.adoc[] :imagesdir: ../../../../static/images/articles/releng/ endif::[] ifeval::["{backend}" == "epub3"] +include::../../../../shared/authors.adoc[] +include::../../../../shared/releases.adoc[] +include::../../../../shared/ru/teams.adoc[] +include::../../../../shared/ru/mailing-lists.adoc[] +include::../../../../shared/ru/urls.adoc[] :imagesdir: ../../../../static/images/articles/releng/ endif::[]