tazweb rev 104

tazweb: s/google/duckduckgo/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 09 13:57:38 2012 +0100 (2012-03-09)
parents eb52cdd46e11
children 82ed7eddf513
files data/home.html src/main.c
line diff
     1.1 --- a/data/home.html	Sun Feb 19 10:01:00 2012 +0100
     1.2 +++ b/data/home.html	Fri Mar 09 13:57:38 2012 +0100
     1.3 @@ -26,6 +26,7 @@
     1.4  	<a class="tag6" href="http://scn.slitaz.org/">SCN</a>
     1.5  	<a class="tag8" href="http://wikipedia.org/">Wikipedia</a>
     1.6  	<a class="tag5" href="http://forum.slitaz.org/">SliTaz Forum</a>
     1.7 +	<a class="tag4" href="http://duckduckgo.com/">DuckDuckGo</a>
     1.8  	<a class="tag4" href="http://www.google.com/">Google</a>
     1.9  	<a class="tag6" href="http://doc.slitaz.org/">SliTaz Wiki</a>
    1.10  	<a class="tag5" href="http://twitter.com">Twitter</a>
     2.1 --- a/src/main.c	Sun Feb 19 10:01:00 2012 +0100
     2.2 +++ b/src/main.c	Fri Mar 09 13:57:38 2012 +0100
     2.3 @@ -14,7 +14,7 @@
     2.4  
     2.5  #define CONFIG   g_strdup_printf("%s/.config/tazweb", g_get_home_dir())
     2.6  #define START    "file:///usr/share/webhome/index.html"
     2.7 -#define SEARCH   "http://www.google.com/search?q=%s"
     2.8 +#define SEARCH   "http://duckduckgo.com/?q=%s"
     2.9  
    2.10  /* Needs AppleWebKit/531.2+ to handle all sites ? */
    2.11  static gchar *useragent = "TazWeb (X11; SliTaz GNU/Linux; U; en_US)";