[mhonarc] Google Search now requires you to create your own custom search with a proper cx code registered wit



commit d25572f066df6e34b14e1243d712f4ddb98ecb81
Author: Andrea Veri <av gnome org>
Date:   Sat Sep 19 16:23:32 2015 +0200

    Google Search now requires you to create your own custom search with a proper cx code registered within a 
Google account, fixes BZ: #754519

 update-master |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update-master b/update-master
index 56b4c05..fefa188 100755
--- a/update-master
+++ b/update-master
@@ -106,10 +106,10 @@ 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="https://www.google.com/cse";>
+          <form role="search" method="get" id="searchform" action="https://cse.google.com/cse";>
             <div>
+              <input type="hidden" name="cx" value="013743514357734452612:cqmzna8qgms">
               <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" />
             </div>
           </form>
         </div>


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