Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 14:43:17 GMT
From:      Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 25277fae44 - main - status/README: Correct paths and sample for newsflash
Message-ID:  <202101261443.10QEhHxt077167@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by debdrup:

URL: https://cgit.FreeBSD.org/doc/commit/?id=25277fae441901e0e528e5bb04c6382a25cc40d3

commit 25277fae441901e0e528e5bb04c6382a25cc40d3
Author:     Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
AuthorDate: 2021-01-26 14:40:26 +0000
Commit:     Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
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):
-      <day>
-	<name>15</name>
-	<event>
-	  <title>October-December 2020 Status Report</title>
-
-	<p>The <a
-	  href="&enbase;/news/status/report-2020-10-2020-12.html">October to December 2020 Status Report</a>
-	  is now available with 42 entries.</p>
-	</event>
-      </day>
+	[[news]]
+	date = "2021-01-16"
+	title = "October-December 2020 Status Report"
+	description = "The <a href=\"https://www.FreeBSD.org/status/report-2020-10-2020-12.html\">October to December 2020 Status Report</a> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261443.10QEhHxt077167>