- Fix webpage location
- Use www.freebsd.org instead of cnsnap (our local snapshot server)
This commit is contained in:
parent
beceecc6f2
commit
8ea46c73df
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28261
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/zh_CN/Makefile,v 1.1.1002.14 2006/06/26 05:13:33 delphij Exp $
|
||||
# $FreeBSD$
|
||||
# The FreeBSD Simplified Chinese Documentation Project
|
||||
# Original Revision: 1.135
|
||||
.if exists(../Makefile.conf)
|
||||
|
@ -80,7 +80,7 @@ SUBDIR+= doc
|
|||
SUBDIR+= layout
|
||||
#SUBDIR+= logo
|
||||
|
||||
WEBBASE?= /data/zh_CN
|
||||
WEBDIR?= data/zh_CN
|
||||
|
||||
DATESUBST?= 's/<!ENTITY date[ \t]*"$$Free[B]SD. .* \(.* .*\) .* .* $$">/<!ENTITY date "上次更新: \1">/'
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="GB2312" ?>
|
||||
|
||||
<!-- $FreeBSD: www/zh_CN/news/news-rdf.xsl,v 1.1.1002.7 2005/12/18 18:18:01 delphij Exp $ -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!-- The FreeBSD Simplified Chinese Documentation Project -->
|
||||
<!-- Original Revision 1.7 -->
|
||||
|
@ -60,7 +60,7 @@
|
|||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<link>
|
||||
<xsl:text>http://cnsnap.cn.FreeBSD.org/zh_CN/news/newsflash.html#</xsl:text>
|
||||
<xsl:text>http://www.FreeBSD.org/zh_CN/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