svn commit: r53508 - head/ja_JP.eucJP/share/xml

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


Author: ryusuke
Date: Fri Oct 25 10:47:17 2019
New Revision: 53508
URL: https://svnweb.freebsd.org/changeset/doc/53508

Log:
  - Merge the following from the English version:
  
  	r34370 -> r50962	head/ja_JP.eucJP/share/xml/templates.news-rss.xsl

Modified:
  head/ja_JP.eucJP/share/xml/templates.news-rss.xsl

Modified: head/ja_JP.eucJP/share/xml/templates.news-rss.xsl
==============================================================================
--- head/ja_JP.eucJP/share/xml/templates.news-rss.xsl	Fri Oct 25 10:20:58 2019	(r53507)
+++ head/ja_JP.eucJP/share/xml/templates.news-rss.xsl	Fri Oct 25 10:47:17 2019	(r53508)
@@ -2,14 +2,14 @@
 <!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
 				"http://www.FreeBSD.org/XML/share/xml/xslt10-freebsd.dtd" [
 <!ENTITY title "FreeBSD News Flash">
-<!ENTITY link "http://www.FreeBSD.org/ja/news/">
+<!ENTITY link "https://www.FreeBSD.org/ja/news/">
 <!ENTITY email "freebsd-www">
 <!ENTITY realname "Webmaster Team">
 ]>
 
 <!-- $FreeBSD$ -->
 <!-- The FreeBSD Japanese Documentation Project -->
-<!-- Original revision: 1.3 -->
+<!-- Original revision: r50962 -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
   xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
@@ -19,10 +19,6 @@
 
   <xsl:output method="xml" indent="yes" encoding="&xml.encoding;"/>
 
-  <xsl:variable name="date">
-    <xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
-  </xsl:variable>
-
   <!-- Generate the main body of the RDF file -->
   <xsl:template match="news">
     <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
@@ -37,7 +33,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>&title;</title>
 	  <link>&link;</link>
 	</image>
@@ -64,7 +60,7 @@
     </xsl:param>
 
     <xsl:variable name="link">
-	<xsl:text>http://www.FreeBSD.org/ja/news/newsflash.html#</xsl:text>
+	<xsl:text>https://www.FreeBSD.org/ja/news/newsflash.html#</xsl:text>
 	<xsl:call-template name="html-news-generate-anchor">
 	  <xsl:with-param name="label" select="'event'" />
 	  <xsl:with-param name="year" select="$year" />


More information about the svn-doc-all mailing list