[or-cvs] r20004: {website} closed a few tags (website/trunk/en)

runa at seul.org runa at seul.org
Tue Jul 14 08:06:20 UTC 2009


Author: runa
Date: 2009-07-14 04:06:20 -0400 (Tue, 14 Jul 2009)
New Revision: 20004

Modified:
   website/trunk/en/running-a-mirror.wml
Log:
closed a few tags

Modified: website/trunk/en/running-a-mirror.wml
===================================================================
--- website/trunk/en/running-a-mirror.wml	2009-07-14 06:13:16 UTC (rev 20003)
+++ website/trunk/en/running-a-mirror.wml	2009-07-14 08:06:20 UTC (rev 20004)
@@ -33,17 +33,25 @@
 
 
 <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><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><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><br>
+Allows "Directory Index / Indexes" (Index viewing) of the /dist
+directory.<br/><br/>
 
-Allows "Multiviews" or equivalent for language localization.<br><br>
+Allows "Multiviews" or equivalent for language localization.<br/><br/>
 
-Have a valid contact email for administrative communications should your server have issues.<br><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><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 +70,16 @@
 <tt>
 <pre>
 &lt;VirtualHost 1.2.3.4:80&gt;
-        ServerAdmin youremail at example.com<br>
-        ServerName  1.2.3.4<br>
+        ServerAdmin youremail at example.com<br/>
+        ServerName  1.2.3.4<br/>
 
-        DocumentRoot /var/www/mirrors/torproject.org<br>
+        DocumentRoot /var/www/mirrors/torproject.org<br/>
 
-        &lt;Directory /var/www/mirrors/torproject.org/&gt;<br>
-            Options MultiViews Indexes<br>
-            DirectoryIndex index<br>
-            AllowOverride None<br>
-        &lt;/Directory&gt;<br>
+        &lt;Directory /var/www/mirrors/torproject.org/&gt;<br/>
+            Options MultiViews Indexes<br/>
+            DirectoryIndex index<br/>
+            AllowOverride None<br/>
+        &lt;/Directory&gt;<br/>
 
 &lt;/VirtualHost&gt;
 </pre>



More information about the tor-commits mailing list