svn commit: samba-web r997 - in trunk: .

deryck at samba.org deryck at samba.org
Mon Jun 12 21:29:03 GMT 2006


Author: deryck
Date: 2006-06-12 21:29:03 +0000 (Mon, 12 Jun 2006)
New Revision: 997

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=997

Log:
Add note about correct MIME types for mirrors.

deryck

Modified:
   trunk/mirroring.html


Changeset:
Modified: trunk/mirroring.html
===================================================================
--- trunk/mirroring.html	2006-06-03 16:46:59 UTC (rev 996)
+++ trunk/mirroring.html	2006-06-12 21:29:03 UTC (rev 997)
@@ -119,11 +119,11 @@
 page (i.e. the top most index.html in the samba web pages directory.</p>
 </blockquote> 
 
-<h3>Cascading Style Sheets</h3>
+<h3>MIME Types</h3>
 
 <p>samba.org now relies on CSS for handling presentation.  You must ensure,
 then, that Apache is configured correctly for CSS.  Usually, this is not
-a problem as Apache reads mime types from the server's mime.types file.  To
+a problem as Apache reads MIME types from the server's mime.types file.  To
 ensure Apache correctly handles CSS, check your server's mime.types file for
 the following:</p>
 
@@ -137,6 +137,9 @@
 <pre>
 AddType text/css .css
 </pre>
+
+<p>Web pages should also be served with a simple MIME type of "text/html"
+rather than anything like "text/html; iso-8859-1" or "text/html; utf-8".</p>
  
 <h3>Server Side Includes</h3>
 



More information about the samba-cvs mailing list