Changeset 3410


Ignore:
Timestamp:
09/28/09 23:53:22 (2 years ago)
Author:
vain
Message:
  • added AddLanguage? to the toplevel directory htaccess
  • added README.html.de
  • renamed README.html to README.html.en
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • .htaccess

    r2645 r3410  
    1414AddDescription "Clansuite Community Toolbar (Firefox-Addon)" toolbar 
    1515AddDescription "Clansuite Webserver Packs" serverpacks 
     16AddDescription "Vendor Modules / External Modules" vendor-modules  
    1617AddDescription "Vendor Branches / External Libraries" vendor 
    1718AddDescription "Official Website @ clansuite.com" website-clansuite.com 
    1819AddDescription "Official Website @ gna.org" website 
    1920 
     21LanguagePriority de en 
     22AddLanguage de .de 
     23AddLanguage en .en 
     24 
    2025HeaderName HEADER.html 
    2126ReadmeName README.html 
  • HEADER.html

    r3282 r3410  
    1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    22<html> 
    33<head> 
    4         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
     4        <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
    55        <title>Subversion Index of Clansuite</title> 
    66 
     
    3434</tr> 
    3535</table> 
    36 </body> 
    37 </html> 
Note: See TracChangeset for help on using the changeset viewer.