[mhonarc] s/http/https for mail.gnome.org/archives to be completely served by secure resources



commit 04536f863b0251b4f8c0ebf2678ecb48f8bb922b
Author: Andrea Veri <av gnome org>
Date:   Wed Mar 11 15:42:37 2015 +0100

    s/http/https for mail.gnome.org/archives to be completely served by secure resources

 update-master |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/update-master b/update-master
index 45838fa..56b4c05 100755
--- a/update-master
+++ b/update-master
@@ -68,7 +68,7 @@ print >>INDEX, """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.
 <body>
   <!-- site header -->
   <div id="page_archive">
-  
+
        <div id="global_domain_bar_archive">
         <div class="maxwidth">
           <div class="tab">
@@ -76,10 +76,10 @@ print >>INDEX, """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.
           </div>
         </div>
       </div>
-      
-        
-  
-        
+
+
+
+
     <div id="header_archive">
      <div id="logo_bar" class="container_12">
       <div id="logo" class="grid_3">
@@ -106,7 +106,7 @@ print >>INDEX, """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.
         </div>
 
         <div class="right">
-          <form role="search" method="get" id="searchform" action="http://www.google.com/cse";>
+          <form role="search" method="get" id="searchform" action="https://www.google.com/cse";>
             <div>
               <label class="hidden">Search</label> <input type="text" name="q" maxlength="255" size="15" 
class="searchTerms" placeholder="Search" />
               <input type="hidden" name="domains" value="mail.gnome.org" /> <input type="hidden" name="hq" 
id="hq" value="inurl:/archives/" />                       <input type="hidden" name="sitesearch" 
value="mail.gnome.org" />
@@ -143,7 +143,7 @@ if len(obsolete_mlists):
 
     for list in sorted(obsolete_mlists):
         print >>INDEX, '<li><a href="%s/">%s</a></li>' % (list, list)
-    
+
     print >>INDEX, "</ul>"
 
 print >>INDEX, """
@@ -275,6 +275,6 @@ print >>INDEX, """
   </div> <!-- end of div.body -->
 </body>
 </html>"""
-    
+
 INDEX.close()
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]