svn commit: r53509 - head/ja_JP.eucJP/htdocs/events
Ryusuke SUZUKI <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Copyright (c) 2003 Simon L. Nielsen <[email protected]> @@ -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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"