From owner-dev-commits-doc-all@freebsd.org Tue Jan 26 14:43:17 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE31E4F13C2 for ; Tue, 26 Jan 2021 14:43:17 +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 4DQ8c56T8pz4Svj; Tue, 26 Jan 2021 14:43:17 +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 D11583124; Tue, 26 Jan 2021 14:43:17 +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 10QEhHNp077168; Tue, 26 Jan 2021 14:43:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 10QEhHxt077167; Tue, 26 Jan 2021 14:43:17 GMT (envelope-from git) Date: Tue, 26 Jan 2021 14:43:17 GMT Message-Id: <202101261443.10QEhHxt077167@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Daniel Ebdrup Jensen Subject: git: 25277fae44 - main - status/README: Correct paths and sample for newsflash MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: debdrup X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 25277fae441901e0e528e5bb04c6382a25cc40d3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2021 14:43:18 -0000 The branch main has been updated by debdrup: URL: https://cgit.FreeBSD.org/doc/commit/?id=25277fae441901e0e528e5bb04c6382a25cc40d3 commit 25277fae441901e0e528e5bb04c6382a25cc40d3 Author: Daniel Ebdrup Jensen AuthorDate: 2021-01-26 14:40:26 +0000 Commit: Daniel Ebdrup Jensen CommitDate: 2021-01-26 14:42:45 +0000 status/README: Correct paths and sample for newsflash Update paths for the relevant files, as well as the sample to be used for newsflashes, in accordance with the restructuring of the documentation and website. --- website/content/en/status/README | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/website/content/en/status/README b/website/content/en/status/README index 1c7b9509c0..e9576469fe 100644 --- a/website/content/en/status/README +++ b/website/content/en/status/README @@ -124,26 +124,20 @@ quarterly-submissions@FreeBSD.org - Files to edit and commit: The quarterly report itself: - doc/en_US.ISO8859-1/htdocs/news/status/report-yyyy-mm-yyyy-mm.xml + doc/website/content/en/status/report-yyyy-mm-yyyy-mm.xml Update the next due date on the status report page and add a link to the new report below that: - doc/en_US.ISO8859-1/htdocs/news/status/status.xml + doc/website/content/en/status/_index.adoc The news entry for the main website page: - doc/share/xml/news.xml + doc/website/data/en/news/news.toml Sample for the news entry (may need to add month): - - 15 - - October-December 2020 Status Report - -

The October to December 2020 Status Report - is now available with 42 entries.

-
-
+ [[news]] + date = "2021-01-16" + title = "October-December 2020 Status Report" + description = "The October to December 2020 Status Report is now available with 42 entries." - After the html version of the report has been built and is online, run in the quarter directory "make all-txt" and prettify its output.