Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 04:46:58 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51239 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201711300446.vAU4kwdB089341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bjk
Date: Thu Nov 30 04:46:58 2017
New Revision: 51239
URL: https://svnweb.freebsd.org/changeset/doc/51239

Log:
  Tweak status report sample to reflect current practices
  
  Remove the blank line before email addresses, title case for URL
  descriptions, etc..

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-sample.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-sample.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-sample.xml	Thu Nov 30 04:41:30 2017	(r51238)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-sample.xml	Thu Nov 30 04:46:58 2017	(r51239)
@@ -15,14 +15,12 @@
 	  <given>John</given>
 	  <common>Smith</common>
 	</name>
-
 	<email>test@FreeBSD.org</email>
       </person>
 
       <!-- For teams or groups -->
       <person>
 	<name>Wunderteam</name>
-
 	<email>team@FreeBSD.org</email>
       </person>
     </contact>
@@ -30,7 +28,7 @@
     <!-- Optional section but highly encouraged. -->
     <links>
       <!-- A hypertext link with a description... -->
-      <url href="http://www.example.com/project/url/here">Description here.</url>
+      <url href="http://www.example.com/project/url/here">Description Here</url>
     </links>
 
     <!-- Required section. -->



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