- Merge the following from the English version:
r34370 -> r50962 head/ja_JP.eucJP/share/xml/templates.news-rss.xsl
This commit is contained in:
parent
e8be2332c5
commit
78e2e3f4fe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53508
1 changed files with 4 additions and 8 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue