remove a couple of distracting characters
Roger Dingledine

Roger Dingledine commited on 2014-10-20 02:34:54
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.

... ...
@@ -26,7 +26,7 @@
26 26
     </p>
27 27
     <tt>
28 28
 <pre>
29
-rsync -av --exclude 'dist' --delete rsync://rsync.torproject.org/website-mirror tor-mirror/
29
+rsync -av --exclude dist --delete rsync://rsync.torproject.org/website-mirror tor-mirror/
30 30
 rsync -av --delete rsync://rsync.torproject.org/dist-mirror tor-mirror/dist/
31 31
 </pre>
32 32
     </tt>
... ...
@@ -58,7 +58,7 @@ rsync -av --delete rsync://rsync.torproject.org/dist-mirror tor-mirror/dist/
58 58
     <tt>
59 59
 <pre>
60 60
 # m h  dom mon dow   command
61
-0 */6 * * * rsync -aq --exclude 'dist'  --delete rsync://rsync.torproject.org/website-mirror/ /var/www/mirrors/torproject.org
61
+0 */6 * * * rsync -aq --exclude dist --delete rsync://rsync.torproject.org/website-mirror/ /var/www/mirrors/torproject.org
62 62
 5 */6 * * * rsync -aq --delete rsync://rsync.torproject.org/dist-mirror/ /var/www/mirrors/torproject.org/dist
63 63
 </pre>
64 64
     </tt>
... ...
@@ -132,8 +132,8 @@ text/html                             en html htm shtml;
132 132
     file</a> to the mirrors list. Your mirror will then be added manually
133 133
     if it passes availability testing and your provided information is
134 134
     confirmed. Some general pointers on mirrors are:
135
-    <ol><li> Try not run your mirror behind a content delivery network
136
-    (such as Akamai, Cloudflare, Fastly, etc), as most of them block
135
+    <ol><li> Try not to run your mirror behind a content delivery network
136
+    (such as Akamai, Cloudflare, Fastly, etc) as most of them block
137 137
     access from countries where the mirror is needed the most.</li>
138 138
     <li> Try not to redirect http to https. Many places in the world
139 139
     cannot use https due to local or national firewalls.</li>
140 140