svn commit: r51239 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Thu Nov 30 04:46:59 UTC 2017


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 at FreeBSD.org</email>
       </person>
 
       <!-- For teams or groups -->
       <person>
 	<name>Wunderteam</name>
-
 	<email>team at 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. -->


More information about the svn-doc-all mailing list