From owner-svn-doc-head@freebsd.org Wed Sep 26 15:00:09 2018
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97AD210AF0D3;
Wed, 26 Sep 2018 15:00:09 +0000 (UTC)
(envelope-from trasz@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
[IPv6:2610:1c1:1:606c::19:3])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client CN "mxrelay.nyi.freebsd.org",
Issuer "Let's Encrypt Authority X3" (verified OK))
by mx1.freebsd.org (Postfix) with ESMTPS id 4C7FC810D7;
Wed, 26 Sep 2018 15:00:09 +0000 (UTC)
(envelope-from trasz@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4349818B31;
Wed, 26 Sep 2018 15:00:09 +0000 (UTC)
(envelope-from trasz@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QF09Ok020059;
Wed, 26 Sep 2018 15:00:09 GMT (envelope-from trasz@FreeBSD.org)
Received: (from trasz@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8QF08Lu020054;
Wed, 26 Sep 2018 15:00:08 GMT (envelope-from trasz@FreeBSD.org)
Message-Id: <201809261500.w8QF08Lu020054@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: trasz set sender to
trasz@FreeBSD.org using -f
From: Edward Tomasz Napierala
Date: Wed, 26 Sep 2018 15:00:08 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r52306 - in head/en_US.ISO8859-1/htdocs: . cgi news/status
X-SVN-Group: doc-head
X-SVN-Commit-Author: trasz
X-SVN-Commit-Paths: in head/en_US.ISO8859-1/htdocs: . cgi news/status
X-SVN-Commit-Revision: 52306
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.27
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 26 Sep 2018 15:00:09 -0000
Author: trasz
Date: Wed Sep 26 15:00:07 2018
New Revision: 52306
URL: https://svnweb.freebsd.org/changeset/doc/52306
Log:
Prepare for moving the Quarterly to Markdown. This includes removing
the monthly.cgi and updating various pieces of documentation. Notably
missing is the French translation.
Reviewed by: bcr
Approved by: bcr (mentor)
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D17300
Deleted:
head/en_US.ISO8859-1/htdocs/cgi/monthly.cgi
Modified:
head/en_US.ISO8859-1/htdocs/cgi/Makefile
head/en_US.ISO8859-1/htdocs/news/status/README
head/en_US.ISO8859-1/htdocs/news/status/howto.xml
head/en_US.ISO8859-1/htdocs/news/status/status.xml
head/en_US.ISO8859-1/htdocs/robots.txt
Modified: head/en_US.ISO8859-1/htdocs/cgi/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/Makefile Tue Sep 25 22:13:12 2018 (r52305)
+++ head/en_US.ISO8859-1/htdocs/cgi/Makefile Wed Sep 26 15:00:07 2018 (r52306)
@@ -18,7 +18,6 @@ CGI+= mailindex.cgi
CGI+= man.cgi
CGI+= mid.cgi
CGI+= mirror.cgi
-CGI+= monthly.cgi
CGI+= ports.cgi
.SUFFIXES: .C .cgi
Modified: head/en_US.ISO8859-1/htdocs/news/status/README
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/README Tue Sep 25 22:13:12 2018 (r52305)
+++ head/en_US.ISO8859-1/htdocs/news/status/README Wed Sep 26 15:00:07 2018 (r52306)
@@ -18,9 +18,8 @@ deadline Follow up on missing reports
developers@ as well. Also ping individuals which are known to have
something cooking.
- The xml-template is at:
- https://www.freebsd.org/news/status/report-sample.xml and the generator
- CGI at: https://www.freebsd.org/cgi/monthly.cgi at the time of this
- writing. Make sure to keep them up to date with regard to categories
+ https://www.freebsd.org/news/status/report-sample.xml at the time of this
+ writing. Make sure to keep it up to date with regard to categories
to pick from and place them prominently in the CFR - otherwise people
submit plain text reports and you have to format them yourself.
- Reporting howto is at: https://www.freebsd.org/news/status/howto.html.
Modified: head/en_US.ISO8859-1/htdocs/news/status/howto.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/howto.xml Tue Sep 25 22:13:12 2018 (r52305)
+++ head/en_US.ISO8859-1/htdocs/news/status/howto.xml Wed Sep 26 15:00:07 2018 (r52306)
@@ -21,7 +21,7 @@
Chisnall, experienced in technical writing.
Do not worry if you are not a native English speaker. The team
- handling status reports, monthly@FreeBSD.org, will check
+ handling status reports, quarterly@FreeBSD.org, will check
your entries for spelling and grammar, and fix it for you.
Introduce Your Work
Modified: head/en_US.ISO8859-1/htdocs/news/status/status.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/status.xml Tue Sep 25 22:13:12 2018 (r52305)
+++ head/en_US.ISO8859-1/htdocs/news/status/status.xml Wed Sep 26 15:00:07 2018 (r52306)
@@ -13,14 +13,13 @@
- Next Quarterly Status Report submissions (July –
- September) due: January 14th, 2018
+ Next Quarterly Status Report submissions (October, 2017 –
+ September, 2018) due: October 31th, 2018
- Use the xml
- generator or download and edit the
- xml-template. Submissions should be submitted by e-mail to
- monthly@FreeBSD.org.
-
+ Submit your entries as Pull Requests from your fork of
+ FreeBSD
+ Quarterly Status Reports GitHub repo or submit them via e-mail to
+ quarterly@FreeBSD.org.
One of the benefits of the FreeBSD development model is a focus on
Modified: head/en_US.ISO8859-1/htdocs/robots.txt
==============================================================================
--- head/en_US.ISO8859-1/htdocs/robots.txt Tue Sep 25 22:13:12 2018 (r52305)
+++ head/en_US.ISO8859-1/htdocs/robots.txt Wed Sep 26 15:00:07 2018 (r52306)
@@ -11,7 +11,6 @@ Disallow: /cgi/mailindex.cgi
Disallow: /cgi/mid.cgi
Disallow: /cgi/mirror.cgi
Disallow: /cgi/missing_handler.cgi
-Disallow: /cgi/monthly.cgi
Disallow: /cgi/ports.cgi
Disallow: /cgi/query-pr-summary.cgi
Disallow: /cgi/query-pr.cgi