- Merge the following from the English version:

r31291 -> r50992	head/ja_JP.eucJP/htdocs/events/rss.xsl
This commit is contained in:
Ryusuke SUZUKI 2019-10-25 10:56:09 +00:00
parent 78e2e3f4fe
commit d11912ea99
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53509

View file

@ -4,7 +4,7 @@
<!-- $FreeBSD$ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.1 -->
<!-- Original revision: r50992 -->
<!-- Copyright (c) 2008 Murray Stokely <murray@FreeBSD.org>
Copyright (c) 2003 Simon L. Nielsen <simon@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>