[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r19940: {website} Encoding fixes.  (website/trunk/en)
Author: Jon
Date: 2009-07-06 23:30:29 -0400 (Mon, 06 Jul 2009)
New Revision: 19940
Modified:
   website/trunk/en/running-a-mirror.wml
Log:
Encoding fixes.
Modified: website/trunk/en/running-a-mirror.wml
===================================================================
--- website/trunk/en/running-a-mirror.wml	2009-07-07 03:19:59 UTC (rev 19939)
+++ website/trunk/en/running-a-mirror.wml	2009-07-07 03:30:29 UTC (rev 19940)
@@ -33,17 +33,17 @@
 
 
 <p>
-In order to assure the mirrors of of high quility and up to date... Please ensure your mirror does at least the following:<br>
+In order to assure the mirrors of of high quility and up to date... Please ensure your mirror does at least the following:<br><br>
 
-Updates no later than every six hours, but no more frequent than every hour.<br>
+Updates no later than every six hours, but no more frequent than every hour.<br><br>
 
-Allows "Directory Index / Indexes" (Index viewing) of the /dist directory.<br>
+Allows "Directory Index / Indexes" (Index viewing) of the /dist directory.<br><br>
 
-Allows "Multiviews" or equivalent for language localization.<br>
+Allows "Multiviews" or equivalent for language localization.<br><br>
 
-Have a valid contact email for administrative communications should your server have issues.<br>
+Have a valid contact email for administrative communications should your server have issues.<br><br>
 
-It is highly recommended for all mirror operators to subscribe to <A href="http://archives.seul.org/tor/mirrors/">tor-mirrors mailing list</A> where all mirror listing modification requests should go (ADD, CHANGE, DELETE, any other requests/notifications).  Also, any technical assistance in setting up your mirror may be found here as well.<br>
+It is highly recommended for all mirror operators to subscribe to <A href="http://archives.seul.org/tor/mirrors/">tor-mirrors mailing list</A> where all mirror listing modification requests should go (ADD, CHANGE, DELETE, any other requests/notifications).  Also, any technical assistance in setting up your mirror may be found here as well.<br><br>
 
 </p>
 <br /><br />
@@ -62,16 +62,16 @@
 <tt>
 <pre>
 <VirtualHost 1.2.3.4:80>
-        <ServerAdmin youremail@xxxxxxxxxxx>
-        <ServerName  1.2.3.4>
+        ServerAdmin youremail@xxxxxxxxxxx<br>
+        ServerName  1.2.3.4<br>
 
-        <DocumentRoot /var/www/mirrors/torproject.org>
+        DocumentRoot /var/www/mirrors/torproject.org<br>
 
-        <Directory /var/www/mirrors/torproject.org/>
-            <Options MultiViews Indexes>
-            <DirectoryIndex index>
-            <AllowOverride None>
-        </Directory>
+        <Directory /var/www/mirrors/torproject.org/><br>
+            Options MultiViews Indexes<br>
+            DirectoryIndex index<br>
+            AllowOverride None<br>
+        </Directory><br>
 
 </VirtualHost>
 </pre>