svn commit: r51420 - head/share/xml
Benjamin Kaduk <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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, _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"