sm-discuss AT lists.ibiblio.org
Subject: Public SourceMage Discussion List
List archive
- From: Martin Ruderer <martin AT lddd.org>
- To: sm-discuss AT lists.ibiblio.org
- Subject: Re: [SM-Discuss] Browsers with built in search
- Date: Tue, 17 Jun 2003 15:47:20 +0200
On Mon, 16 Jun 2003 23:51:13 -0500
Zach Hobbs <zach-list AT firstwavedesign.com> wrote:
> If you use a browser with a built in search tool on the top I've put
> up a little PHP file that will redirect you to the website for a spell
> you pass to it. I use it so that you can type in a spell in the box
> and it will go to that spell's website. Figure some of you guys might
> find it usefull sometimes.
Inpired (;-) by that thread I hacked a short script to use the local
grimoire. I didn't know which output to use, though.
I used it with ucspi-tools installed.
start it with
tcpserver 127.0.0.1 80 bash file
you can then use it with lynx localhost/?$SPELL
file:
#!/bin/bash
source /etc/sorcery/config
read request
spell=$(echo $request | perl -ple'($_)=m|/\?([^\s]+)|')
spelldir=$(codex_find_spell_by_name $spell)
[ ! $spelldir ] && echo "no such spell $spell" && exit 1
codex_set_current_spell $spelldir
echo "<a href = \"$WEB_SITE\">$WEB_SITE</a>"
--
Martin
-
[SM-Discuss] Browsers with built in search,
Zach Hobbs, 06/17/2003
- Re: [SM-Discuss] Browsers with built in search, Arwed von Merkatz, 06/17/2003
-
Re: [SM-Discuss] Browsers with built in search,
Jason Flatt, 06/17/2003
- Re: [SM-Discuss] Browsers with built in search, Zach Hobbs, 06/17/2003
-
Re: [SM-Discuss] Browsers with built in search,
Martin Ruderer, 06/17/2003
- Re: [SM-Discuss] Browsers with built in search, Martin Ruderer, 06/17/2003
-
Re: [SM-Discuss] Browsers with built in search,
Martin Ruderer, 06/17/2003
-
Re: [SM-Discuss] Browsers with built in search,
Jason Flatt, 06/17/2003
- Re: [SM-Discuss] Browsers with built in search, Jason Flatt, 06/17/2003
- Re: [SM-Discuss] Browsers with built in search, Martin Ruderer, 06/17/2003
-
Re: [SM-Discuss] Browsers with built in search,
Jason Flatt, 06/17/2003
Archive powered by MHonArc 2.6.24.