svn commit: r51420 - head/share/xml

Benjamin Kaduk bjk at FreeBSD.org
Tue Feb 13 04:10:46 UTC 2018


Author: bjk
Date: Tue Feb 13 04:10:45 2018
New Revision: 51420
URL: https://svnweb.freebsd.org/changeset/doc/51420

Log:
  Fix markup for Synergy SKY press entry
  
  Add a <site-url> element to hold the organization's URL, and
  put the site (company) name in the <site-name> element.
  
  PR:		225854
  Reported by:	Mateusz Piotrowski <mpp302 at gmail.com>

Modified:
  head/share/xml/press.xml

Modified: head/share/xml/press.xml
==============================================================================
--- head/share/xml/press.xml	Mon Feb 12 22:08:33 2018	(r51419)
+++ head/share/xml/press.xml	Tue Feb 13 04:10:45 2018	(r51420)
@@ -20,7 +20,8 @@
       <story>
 	<name>Why did we build our solution on top of FreeBSD?</name>
 	<url>http://blog.synergysky.com/whydidwebuildoursolutionontopof_freebsd</url>
-	<site-name>http://synergysky.com</site-name>
+	<site-name>Synergy SKY</site-name>
+	<site-url>http://synergysky.com</site-url>
 	<date>Nov 7 2017</date>
 	<author>Egil Hasting</author>
 	<p>FreeBSD has given us the "it just works" experience,


More information about the svn-doc-all mailing list