Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2018 04:10:45 +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: r51420 - head/share/xml
Message-ID:  <201802130410.w1D4Ajag091507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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,



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