switch to HTTPS

PR: 222676
This commit is contained in:
Wolfram Schneider 2017-09-29 10:05:20 +00:00
parent b5b51affd0
commit bca623ec23
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50962
8 changed files with 26 additions and 26 deletions

View file

@ -62,7 +62,7 @@
ActiveWire Inc. provides an extremely flexible, USB-based I/O board
that connects to buttons, switches, and LEDs, providing a simple API
to read and write to the I/O pins on the board. The USB port is
supported in <a href="http://www.FreeBSD.org">FreeBSD 4.0</a>
supported in <a href="https://www.FreeBSD.org">FreeBSD 4.0</a>
or later. An additional EZ USB chip firmware downloader is
available in the Ports Collection.
</description>
@ -513,7 +513,7 @@
running Apache. We employed consulting services from <a
href="mailto:phk@FreeBSD.org">Poul-Henning Kamp</a> to develop our
Virtual Server solution (which is now available in <a
href="http://www.FreeBSD.org">FreeBSD</a> 4.0). <p> <a
href="https://www.FreeBSD.org">FreeBSD</a> 4.0). <p> <a
href="http://ServeTheWeb.com/">ServeTheWeb.com</a> is our System
Admin level of Virtual Servers. Please visit <a
href="http://www.ServeTheWeb.com/">www.ServeTheWeb.com</a> for

View file

@ -401,7 +401,7 @@
</xsl:template>
<xsl:template match="db:package">
<xsl:variable name="xhref" select="concat('http://www.freebsd.org/cgi/url.cgi?ports/', ., '/pkg-descr')"/>
<xsl:variable name="xhref" select="concat('https://www.freebsd.org/cgi/url.cgi?ports/', ., '/pkg-descr')"/>
<fo:basic-link external-destination="url({$xhref})">
<fo:inline color="{$link.color}">

View file

@ -71,27 +71,27 @@ used in both environments.
<!-- Entities for multiple "latest" versions of FreeBSD -->
<!ENTITY rel.current "11.1">
<!ENTITY rel.current.date "July 2017">
<!ENTITY rel.current.notes 'http://www.FreeBSD.org/releases/&rel.current;R/notes.html'>
<!ENTITY rel.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
<!ENTITY rel.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
<!ENTITY rel.current.notes 'https://www.FreeBSD.org/releases/&rel.current;R/notes.html'>
<!ENTITY rel.current.hardware 'https://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
<!ENTITY rel.current.errata 'https://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
<!ENTITY rel0.current "11.0">
<!ENTITY rel0.current.date "October 2016">
<!ENTITY rel0.current.notes 'http://www.FreeBSD.org/releases/&rel0.current;R/notes.html'>
<!ENTITY rel0.current.hardware 'http://www.FreeBSD.org/releases/&rel0.current;R/hardware.html'>
<!ENTITY rel0.current.errata 'http://www.FreeBSD.org/releases/&rel0.current;R/errata.html'>
<!ENTITY rel0.current.notes 'https://www.FreeBSD.org/releases/&rel0.current;R/notes.html'>
<!ENTITY rel0.current.hardware 'https://www.FreeBSD.org/releases/&rel0.current;R/hardware.html'>
<!ENTITY rel0.current.errata 'https://www.FreeBSD.org/releases/&rel0.current;R/errata.html'>
<!ENTITY rel2.current "10.3">
<!ENTITY rel2.current.date "April 2016">
<!ENTITY rel2.current.notes 'http://www.FreeBSD.org/releases/&rel2.current;R/notes.html'>
<!ENTITY rel2.current.hardware 'http://www.FreeBSD.org/releases/&rel2.current;R/hardware.html'>
<!ENTITY rel2.current.errata 'http://www.FreeBSD.org/releases/&rel2.current;R/errata.html'>
<!ENTITY rel2.current.notes 'https://www.FreeBSD.org/releases/&rel2.current;R/notes.html'>
<!ENTITY rel2.current.hardware 'https://www.FreeBSD.org/releases/&rel2.current;R/hardware.html'>
<!ENTITY rel2.current.errata 'https://www.FreeBSD.org/releases/&rel2.current;R/errata.html'>
<!ENTITY rel3.current "9.3">
<!ENTITY rel3.current.date "July 2014">
<!ENTITY rel3.current.notes 'http://www.FreeBSD.org/releases/&rel3.current;R/notes.html'>
<!ENTITY rel3.current.hardware 'http://www.FreeBSD.org/releases/&rel3.current;R/hardware.html'>
<!ENTITY rel3.current.errata 'http://www.FreeBSD.org/releases/&rel3.current;R/errata.html'>
<!ENTITY rel3.current.notes 'https://www.FreeBSD.org/releases/&rel3.current;R/notes.html'>
<!ENTITY rel3.current.hardware 'https://www.FreeBSD.org/releases/&rel3.current;R/hardware.html'>
<!ENTITY rel3.current.errata 'https://www.FreeBSD.org/releases/&rel3.current;R/errata.html'>
<!-- Entities for the snapshots -->
<!ENTITY snapshots.stable

View file

@ -10,7 +10,7 @@
<country role="primary">Central Servers</country>
<host type="www">
<name>www.FreeBSD.org</name>
<url proto="http">http://www.FreeBSD.org/</url>
<url proto="http">https://www.FreeBSD.org/</url>
</host>
<host type="ftp">

View file

@ -37,7 +37,7 @@
exclude-result-prefixes="cvs">
<xsl:import href="http://www.FreeBSD.org/XML/lang/share/xml/libcommon.xsl"/>
<xsl:variable name="freebsd-web-base" select="'http://www.FreeBSD.org'"/>
<xsl:variable name="freebsd-web-base" select="'https://www.FreeBSD.org'"/>
<xsl:output method="text" encoding="&xml.encoding;"/>
<xsl:strip-space elements="*"/>

View file

@ -18,7 +18,7 @@
<channel>
<title>FreeBSD Project News</title>
<link>http://www.FreeBSD.org/news/</link>
<link>https://www.FreeBSD.org/news/</link>
<description>News from the FreeBSD Project</description>
</channel>
@ -52,7 +52,7 @@
</xsl:otherwise>
</xsl:choose>
<link>
<xsl:text>http://www.FreeBSD.org/news/newsflash.html#</xsl:text>
<xsl:text>https://www.FreeBSD.org/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" />

View file

@ -2,7 +2,7 @@
<!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/news/">
<!ENTITY link "https://www.FreeBSD.org/news/">
<!ENTITY email "freebsd-www">
<!ENTITY realname "Webmaster Team">
]>
@ -31,7 +31,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>
@ -58,7 +58,7 @@
</xsl:param>
<xsl:variable name="link">
<xsl:text>http://www.FreeBSD.org/news/newsflash.html#</xsl:text>
<xsl:text>https://www.FreeBSD.org/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" />

View file

@ -2,7 +2,7 @@
<!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 in the Press">
<!ENTITY link "http://www.FreeBSD.org/news/press.html">
<!ENTITY link "https://www.FreeBSD.org/news/press.html">
<!ENTITY email "freebsd-www">
<!ENTITY realname "Webmaster Team">
]>
@ -57,11 +57,11 @@
<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>
<atom:link href="http://www.FreeBSD.org/news/press-rss.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://www.FreeBSD.org/news/press-rss.xml" rel="self" type="application/rss+xml" />
<!-- Only include the last 10 stories -->
<xsl:apply-templates select="descendant::story[position() &lt;= 10]"/>
@ -84,7 +84,7 @@
</xsl:param>
<xsl:variable name="link">
<xsl:text>http://www.FreeBSD.org/news/press.html#</xsl:text>
<xsl:text>https://www.FreeBSD.org/news/press.html#</xsl:text>
<xsl:call-template name="html-news-generate-anchor">
<xsl:with-param name="label" select="'story'" />
<xsl:with-param name="year" select="$year" />