From owner-svn-doc-all@FreeBSD.ORG Wed Jan 21 19:11:47 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E86CB1F3; Wed, 21 Jan 2015 19:11:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB4CAF05; Wed, 21 Jan 2015 19:11:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0LJBlIZ074819; Wed, 21 Jan 2015 19:11:47 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0LJBlHl074818; Wed, 21 Jan 2015 19:11:47 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201501211911.t0LJBlHl074818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Wed, 21 Jan 2015 19:11:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46224 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 19:11:48 -0000 Author: bjk Date: Wed Jan 21 19:11:46 2015 New Revision: 46224 URL: https://svnweb.freebsd.org/changeset/doc/46224 Log: Update the monthly@ README with this cycle's experiences The forums are another place to seek submissions, and go into more detail about the nature of the "prettification" needed for the email copy of the report. Approved by: hrs (mentor, blanket) Modified: head/en_US.ISO8859-1/htdocs/news/status/README Modified: head/en_US.ISO8859-1/htdocs/news/status/README ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/README Wed Jan 21 14:59:03 2015 (r46223) +++ head/en_US.ISO8859-1/htdocs/news/status/README Wed Jan 21 19:11:46 2015 (r46224) @@ -28,6 +28,9 @@ deadline Follow up on missing reports to write good reports. But it also helps to forward all the completed reports to developers for reference, and point to the latest report in the CFR. + - It may also be worth making a call for reports on the forums as was + done here: + https://forums.freebsd.org/threads/call-for-freebsd-2014q4-october-december-status-reports.49812/ 2) In the past we usually had to extend the deadline by a week in order to get everybody to report. Starting early with kind reminders seems to @@ -191,6 +194,14 @@ Report//EN" - Extract a text version with the command lynx -dump -nolist report.html > report.txt and prettify it. + lynx defaults to a width of 80 and will forcibly wrap URLs to fit + within that size. The prettification process includes undoing that + wrapping of URLS, and also fixing any cases where the name and email + for a contact person have been placed onto different lines. In some + cases lynx will refuse to output certain Unicode characters (such + as the U+0142 LATIN SMALL LETTER L WITH STROKE found in trasz's + surname), instead using an ASCII transliteration; these should be + returned to the UTF-8 form. - Send out To: hackers, CC: current, stable, BCC: developers. New email to: announce@. This last one needs to be approved, so find someone (mail postmaster) who can do that before you start.