svn commit: r45633 - head/share/xml

Gavin Atkinson gavin at FreeBSD.org
Wed Sep 17 23:13:48 UTC 2014


Author: gavin
Date: Wed Sep 17 23:13:47 2014
New Revision: 45633
URL: http://svnweb.freebsd.org/changeset/doc/45633

Log:
  Switch to the recommended URL for the old Google Chart API
  
  Note that this code uses the old API which is officially deprecated,
  however converting this to use the new Chart API will take some time.
  
  Obtained from:	https://developers.google.com/chart/image/docs/making_charts

Modified:
  head/share/xml/templates.usergroups.xsl

Modified: head/share/xml/templates.usergroups.xsl
==============================================================================
--- head/share/xml/templates.usergroups.xsl	Wed Sep 17 19:03:36 2014	(r45632)
+++ head/share/xml/templates.usergroups.xsl	Wed Sep 17 23:13:47 2014	(r45633)
@@ -16,7 +16,7 @@
   <xsl:key name="usergroup-by-country" match="entry"
     use="../@code" />
 
-  <xsl:variable name="charturl" select="'http://chart.apis.google.com/chart?cht=t&chs=400x200&chtm=world&chco=ffffff,ffbe38,600000&chf=bg,s,4D89F9'" />
+  <xsl:variable name="charturl" select="'https://chart.googleapis.com/chart?cht=t&chs=400x200&chtm=world&chco=ffffff,ffbe38,600000&chf=bg,s,4D89F9'" />
 
   <xsl:variable name="title">&title;</xsl:variable>
 


More information about the svn-doc-head mailing list