Switching to https links for www.atagar.com
Damian Johnson

Damian Johnson commited on 2013-09-29 01:18:11
Zeige 5 geänderte Dateien mit 7 Einfügungen und 7 Löschungen.


Dreamhost just added SSL support via SNI (Server Name Indication), no longer
requiring a unique IP. As such, the only fee is the cert itself so finally
adding SSL support for my site. I've added a http->https redirect, but still
good to update these links...


... ...
@@ -99,7 +99,7 @@
99 99
           a full Tor network simulator that he's using to help us understand
100 100
           and improve Tor network performance.</dd>
101 101
           <dt>Damian Johnson, Developer</dt>
102
-          <dd>Author of <a href="http://www.atagar.com/arm/">arm</a>, a command-line
102
+          <dd>Author of <a href="https://www.atagar.com/arm/">arm</a>, a command-line
103 103
           application that provides real-time status information for Tor relays
104 104
           and <a href="https://stem.torproject.org/">Stem</a>, a controller
105 105
           library for interacting with Tor.</dd>
... ...
@@ -223,7 +223,7 @@
223 223
       <li><h4><a href="http://www.gsathya.in/gsoc11.html">Orbot + ORLib</a> by Sathya Gunasekaran</h4></li>
224 224
       <li><h4><a href="http://blanu.net/TorSummerOfCodeProposal.pdf">Blocking-resistant Transport Evaluation Framework</a> by Brandon Wiley</h4></li>
225 225
       <li><h4><a href="../about/gsocProposal/gsoc11-proposal-metadataToolkit.pdf">Metadata Anonymisation Toolkit</a> by Julien Voisin</h4></li>
226
-      <li><h4><a href="http://www.atagar.com/misc/gsocBlog09/">Website Pootle Translation</a> by Damian Johnson</h4></li>
226
+      <li><h4><a href="https://www.atagar.com/misc/gsocBlog09/">Website Pootle Translation</a> by Damian Johnson</h4></li>
227 227
     </ul>
228 228
     
229 229
   </div>
... ...
@@ -91,9 +91,9 @@
91 91
                 -->
92 92
               <td>
93 93
                 <div class="project">
94
-                <a href="http://www.atagar.com/arm/"><img
94
+                <a href="https://www.atagar.com/arm/"><img
95 95
                 src="$(IMGROOT)/icon-Arm.jpg" alt="Arm Icon"></a>
96
-                <h3><a href="http://www.atagar.com/arm/">Arm</a></h3>
96
+                <h3><a href="https://www.atagar.com/arm/">Arm</a></h3>
97 97
                 <p>Terminal (command line) application for monitoring
98 98
                 and configuring Tor.</p>
99 99
                 </div>
... ...
@@ -477,7 +477,7 @@ meetings around the world.</li>
477 477
     </p>
478 478
 
479 479
     <a id="project-arm"></a>
480
-    <h3><a href="http://www.atagar.com/arm/">Arm</a> (<a
480
+    <h3><a href="https://www.atagar.com/arm/">Arm</a> (<a
481 481
     href="https://gitweb.torproject.org/arm.git">code</a>, <a
482 482
     href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=arm&order=priority">bug
483 483
     tracker</a>)</h3>
... ...
@@ -1083,7 +1083,7 @@ meetings around the world.</li>
1083 1083
     href="https://gitweb.torproject.org/torspec.git/blob/HEAD:/control-spec.txt">control
1084 1084
     protocol</a> to help developers program against the tor process, enabling
1085 1085
     them to build things similar to <a href="#project-vidalia">Vidalia</a> and
1086
-    <a href="http://www.atagar.com/arm/">arm</a>.
1086
+    <a href="https://www.atagar.com/arm/">arm</a>.
1087 1087
     </p>
1088 1088
 
1089 1089
     <p>
... ...
@@ -24,7 +24,7 @@ package requires no installation. Just extract it and run.</p>
24 24
 </div></div>
25 25
 
26 26
 <div class="projectbox">
27
-<a href="http://www.atagar.com/arm/"><img class="icon"
27
+<a href="https://www.atagar.com/arm/"><img class="icon"
28 28
 src="$(IMGROOT)/icon-Arm.jpg" alt="Arm Icon" width="75" height="75"></a>
29 29
 <div class="projectdesc"><div class="name"><a href="<page
30 30
 projects/arm>">Arm</a></div> <p>Arm is a terminal status monitor for Tor,
31 31