Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-09-12 17:41:49 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-09-12 17:41:49 (GMT)
commit1ba83ea8ee06aa86d3a7a783410f4afc787bacae (patch)
treef4f47512f0d7f0deaa67f4c7410e35144cbe2174
parent9fa35123a6c1a65c09da487e5dbee64706109a2a (diff)
Remove hardcoded google search; add Join link
-rw-r--r--cgi/template/index.tmpl2
-rw-r--r--cgi/template/linkblock.tmpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/cgi/template/index.tmpl b/cgi/template/index.tmpl
index 2a8efe8..ed521c6 100644
--- a/cgi/template/index.tmpl
+++ b/cgi/template/index.tmpl
@@ -10,7 +10,7 @@
<p>Among other features, supybot can handle meetings on all channels it joined to. Look into <a href="http://meetbot.debian.net/Manual.html#tutorial">MeetBot Tutorial</a> to learn what IRC meetings are and how to use MeetBot to process them. All meeting logs are accessible on particular channel page.</p>
<p>If you are participating in one of mentioned below channels and do not wish your message to be recorded, please prefix your message with the keyword:</p>
<pre> [nolog]</pre>
- <p><a href="<TMPL_VAR BASE_URL>search.pl">Search the logs</a></p>
+ <p><a href="<TMPL_VAR BASE_URL>search.pl">Search</a></p>
</div>
<ul>
diff --git a/cgi/template/linkblock.tmpl b/cgi/template/linkblock.tmpl
index fbb4e80..196c22c 100644
--- a/cgi/template/linkblock.tmpl
+++ b/cgi/template/linkblock.tmpl
@@ -1,5 +1,5 @@
&nbsp;
&nbsp;
<a href="<TMPL_VAR NAME=BASE_URL>">Channels</a> |
-<a href="<TMPL_VAR BASE_URL>search.pl?channel=<TMPL_VAR CHANNEL>">Search</a> |
-<a href="http://www.google.com/search?q=site%3Airclog.perlgeek.de+inurl%3A<TMPL_VAR NAME=CHANNEL ESCAPE=URL>">Google Search</a>
+<a href="<TMPL_VAR BASE_URL>search.pl?channel=<TMPL_VAR CHANNEL><TMPL_IF MEETINGS>;meetings=1</TMPL_IF>">Search</a> |
+<a href="http://webchat.freenode.net/?randomnick=1&amp;prompt=1&amp;channels=<TMPL_VAR NAME=CHANNEL>">Join</a>