Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 21:43:05 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49931 - head/en_US.ISO8859-1/htdocs
Message-ID:  <201702052143.v15Lh5Bu093377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude
Date: Sun Feb  5 21:43:05 2017
New Revision: 49931
URL: https://svnweb.freebsd.org/changeset/doc/49931

Log:
  Remove links to translated versions of the website for unmaintained translations
  
  The only website translations that have been updated in the last 2 years are
  German and Japanese. Some of the download pages in these translations offer
  FreeBSD 2.2.8 and 3.4, builds for Alpha, or 11.0-RELEASe for pc98 because
  the pages have not been updated.
  
  Reported by:	matteo@openwrt.org via the FOSDEM FreeBSD Booth
  Reviewed by:	bcr

Modified:
  head/en_US.ISO8859-1/htdocs/index.xsl

Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl	Sun Feb  5 14:52:45 2017	(r49930)
+++ head/en_US.ISO8859-1/htdocs/index.xsl	Sun Feb  5 21:43:05 2017	(r49931)
@@ -127,32 +127,8 @@
 				  <li>
 					<a href="&base;/" title="English">en</a>
 				  </li>
-				  <li>
-					<a href="&base;/es/" title="Spanish">es</a>
-				  </li>
-				  <li>
-					<a href="&base;/fr/" title="French">fr</a>
-				  </li>
-				  <li>
-					<a href="&base;/hu/" title="Hungarian">hu</a>
-				  </li>
-				  <li>
-					<a href="&base;/it/" title="Italian">it</a>
-				  </li>
-				  <li>
-					<a href="&base;/ja/" title="Japanese">ja</a>
-				  </li>
-				  <li>
-					<a href="&base;/nl/" title="Dutch">nl</a>
-				  </li>
-				  <li>
-					<a href="&base;/ru/" title="Russian">ru</a>
-				  </li>
-				  <li>
-					<a href="&base;/zh_CN/" title="Chinese (Simplified)">zh_CN</a>
-				  </li>
 				  <li class="last-child">
-					<a href="&base;/zh_TW/" title="Chinese (Traditional)">zh_TW</a>
+					<a href="&base;/ja/" title="Japanese">ja</a>
 				  </li>
 				</ul>
 			</div> <!-- LANGUAGENAV -->



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702052143.v15Lh5Bu093377>