diff options
author | Marco Peereboom <marco@conformal.com> | 2012-03-01 11:44:22 -0600 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2012-03-01 11:44:22 -0600 |
commit | c89ab058145333cf48e772397e79c94f52f4ab86 (patch) | |
tree | 28031ec7120176dd808e6ebada781081bddd8d83 | |
parent | 3bcae4000bc8f3c780aa7131cef3792fcaeadeac (diff) | |
download | xombrero-c89ab058145333cf48e772397e79c94f52f4ab86.tar.gz |
add language that we are not suggesting search engines
-rw-r--r-- | xxxterm.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c index c9923bf..c641fd1 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -7572,7 +7572,12 @@ welcome(void) "xombrero.<p>", version); startpage_add("Details will soon appear on the " "<a href=https://opensource.conformal.com/wiki/xombrero>xombrero " - "wiki page</a>"); + "wiki page</a><p>"); + startpage_add("Unfortunately scroogle has shut it's doors and due to " + "that one has to edit search_string in ~/.xxxterm.conf.<br>" + "There are various examples in the configuration file.<br>" + "The authors of xxxterm are not in a position to suggest a search " + "engine."); } int |