[www] r978 - trunk/svn.matroska.org/WebSVN/include

[email protected] Wed, 3 Aug 2005 07:18:55 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-08-03 07:18:51 +0400 (Wed, 03 Aug 2005)
New Revision: 978

Modified:
   trunk/svn.matroska.org/WebSVN/include/config.inc
Log:
WebSVN: try forcing the content type for localised files

Modified: trunk/svn.matroska.org/WebSVN/include/config.inc
===================================================================
--- trunk/svn.matroska.org/WebSVN/include/config.inc	2005-08-03 03:14:25 UTC (rev 977)
+++ trunk/svn.matroska.org/WebSVN/include/config.inc	2005-08-03 03:18:51 UTC (rev 978)
@@ -193,7 +193,26 @@
 // Here you should add and other extensions not already listed or redefine the default ones. eg:
 //
 // $extEnscript[".pas"] = "pascal";
+$extEnscript[".html.en"] = "html";
+$extEnscript[".html.fr"] = "html";
+$extEnscript[".html.de"] = "html";
+$extEnscript[".html.es"] = "html";
+$extEnscript[".html.it"] = "html";
+$extEnscript[".html.ja"] = "html";
+$extEnscript[".html.nl"] = "html";
+$extEnscript[".html.pt"] = "html";
+$extEnscript[".html.ru"] = "html";
 
+$extEnscript[".php.en"] = "php";
+$extEnscript[".php.fr"] = "php";
+$extEnscript[".php.de"] = "php";
+$extEnscript[".php.es"] = "php";
+$extEnscript[".php.it"] = "php";
+$extEnscript[".php.ja"] = "php";
+$extEnscript[".php.nl"] = "php";
+$extEnscript[".php.pt"] = "php";
+$extEnscript[".php.ru"] = "php";
+
 // --- RSSFEED ---
 
 // Uncomment this line if you wish to hide the RSS feed links across all repositories