cvs commit: www/ru includes.sgml includes.xsl index.xsl www/ru/news news.xml www/ru/releng index.sgml

Simon L. Nielsen simon at FreeBSD.org
Thu Oct 30 07:18:24 PST 2003


On 2003.10.30 05:26:49 -0800, Denis Peplin wrote:
> den         2003/10/30 05:26:49 PST
> 
>   FreeBSD doc repository
> 
>   Modified files:
>     ru                   includes.sgml includes.xsl index.xsl 
>     ru/news              news.xml 
>     ru/releng            index.sgml 
>   Log:
>   Merge the following from the English version:
>   
>      1.16 -> 1.17 includes.xsl
>      1.78 -> 1.80 index.xsl

I think there is a minor bug here.  The English web pages are installed
in '/', not in '/en/'.

Attached patch should fix it.

-- 
Simon L. Nielsen
FreeBSD Documentation Team
-------------- next part --------------
Index: index.xsl
===================================================================
RCS file: /home/ncvs/www/ru/index.xsl,v
retrieving revision 1.9
diff -u -r1.9 index.xsl
--- index.xsl	30 Oct 2003 13:26:48 -0000	1.9
+++ index.xsl	30 Oct 2003 15:14:29 -0000
@@ -170,7 +170,7 @@
 		<font color="#990000"><b>????: </b></font> 
 		<a href="{$base}/de/index.html" title="????????">[de]</a>
 		<xsl:text>&#160;</xsl:text>
-		<a href="{$base}/en/index.html" title="??????????">[en]</a>
+		<a href="{$base}/index.html" title="??????????">[en]</a>
 		<xsl:text>&#160;</xsl:text>
 		<a href="{$base}/es/index.html" title="?????????">[es]</a>
 		<xsl:text>&#160;</xsl:text>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20031030/b2c15bd3/attachment.bin


More information about the cvs-all mailing list