svn commit: r53509 - head/ja_JP.eucJP/htdocs/events

Ryusuke SUZUKI ryusuke at FreeBSD.org
Fri Oct 25 10:56:10 UTC 2019


Author: ryusuke
Date: Fri Oct 25 10:56:09 2019
New Revision: 53509
URL: https://svnweb.freebsd.org/changeset/doc/53509

Log:
  - Merge the following from the English version:
  
  	r31291 -> r50992	head/ja_JP.eucJP/htdocs/events/rss.xsl

Modified:
  head/ja_JP.eucJP/htdocs/events/rss.xsl

Modified: head/ja_JP.eucJP/htdocs/events/rss.xsl
==============================================================================
--- head/ja_JP.eucJP/htdocs/events/rss.xsl	Fri Oct 25 10:47:17 2019	(r53508)
+++ head/ja_JP.eucJP/htdocs/events/rss.xsl	Fri Oct 25 10:56:09 2019	(r53509)
@@ -4,7 +4,7 @@
 
 <!-- $FreeBSD$ -->
 <!-- The FreeBSD Japanese Documentation Project -->
-<!-- Original revision: 1.1 -->
+<!-- Original revision: r50992 -->
 
 <!-- Copyright (c) 2008 Murray Stokely <murray at FreeBSD.org>
      Copyright (c) 2003 Simon L. Nielsen <simon at FreeBSD.org>
@@ -49,7 +49,7 @@
   <!-- Template: events -->
   <xsl:template match="events">
     <xsl:variable name="title">Upcoming FreeBSD Events</xsl:variable>
-    <xsl:variable name="link">http://www.FreeBSD.org/events/</xsl:variable>
+    <xsl:variable name="link">https://www.FreeBSD.org/events/</xsl:variable>
 
     <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
       <channel>
@@ -62,7 +62,7 @@
         <docs>http://blogs.law.harvard.edu/tech/rss</docs>
         <ttl>120</ttl>
         <image>
-          <url>http://www.FreeBSD.org/logo/logo-full.png</url>
+          <url>https://www.FreeBSD.org/logo/logo-full.png</url>
           <title><xsl:value-of select="$title" /></title>
           <link><xsl:value-of select="$link" /></link>
         </image>


More information about the svn-doc-all mailing list