Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] MouseHole 1.2 -- rose-colored spectacles for the Web

3 views
Skip to first unread message

why the lucky stiff

unread,
Sep 28, 2005, 3:37:25 PM9/28/05
to
MouseHole is a scriptable web proxy. Alter the Web with Ruby. Host
your own little applications. Install scripts off the web as you surf.
That kind of thing.

A screenshot and discussion is here:
<http://redhanded.hobix.com/inspect/hereIsMousehole12.html>

Here's the MouseHole phone book:

* Download MouseHole 1.2:
* Windows installer
<http://rubyforge.org/frs/download.php/6262/mouseHole-1.2-win32.exe>
(No Ruby required.)
* Source zip
<http://rubyforge.org/frs/download.php/6260/mouseHole-1.2.zip>
(Ruby, yaml, dbm, rexml libraries required.)
* Source tarball
<http://rubyforge.org/frs/download.php/6259/mouseHole-1.2.tar.bz2>
(Ruby, yaml, dbm, rexml libraries required.)
* My own MouseHole scripts. <http://whytheluckystiff.net/mouseHole/>
* The MouseHole wiki. <http://mousehole.rubyforge.org>
* Mailing list is mousehole-scripters
<http://rubyforge.org/mailman/listinfo/mousehole-scripters>

My soup and my spoons thank you. And I eat soup with spoons, may that
be enough thanks for the remainder of you.

_why


Brian Palmer

unread,
Sep 28, 2005, 7:30:47 PM9/28/05
to

>
> My soup and my spoons thank you. And I eat soup with spoons, may
> that be enough thanks for the remainder of you.
>

No, thank YOU.

(MouseHole rocks. And I freely admit I don't know what the hell he's
talking about half the time.)

-- Brian


zimba

unread,
Oct 2, 2005, 6:18:50 PM10/2/05
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

why the lucky stiff a écrit :

And...

* Use it as a password manager
<http://tm.oree.ch/mooswd.user.rb>

Cheers,
zimba
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDQFy+BPd9MK2EeAsRAnWNAJ9pHpx3OBQfpcI0Rv3ZxywH8Kax2wCgnjbK
RoeuPy4ivhqZrFUcbffdtzo=
=SGGU
-----END PGP SIGNATURE-----

CBlair1986

unread,
Oct 2, 2005, 7:38:51 PM10/2/05
to
I can't get MouseHole to run. When I run mousehole.exe I get

./lib/mouseHole.rb:1121: uninitialized constant MouseHole::Log::MH
(NameError)
from C:\WINDOWS\TEMP\eee.mouseHole.exe.2\app\mouseHole.rb:4:in
`require'

from C:\WINDOWS\TEMP\eee.mouseHole.exe.2\app\mouseHole.rb:4
from C:\WINDOWS\TEMP\eee.mouseHole.exe.2\bootstrap.rb:31:in
`load'
from C:\WINDOWS\TEMP\eee.mouseHole.exe.2\bootstrap.rb:31

Any ideas?

drew

unread,
Oct 21, 2005, 2:58:01 AM10/21/05
to
What version of Windows are you running ?

Do you have another web proxy upstream from you ?

drew

Daniel Sheppard

unread,
Oct 21, 2005, 3:09:22 AM10/21/05
to
The MH environment variable isn't being set because it can't find your
home directory.

homes = []
homes << [ENV['HOME'], File.join( ENV['HOME'], '.mouseHole' )] if
ENV['HOME']
homes << [ENV['APPDATA'], File.join( ENV['APPDATA'], 'MouseHole' )]
if ENV['APPDATA']
homes.each do |home_top, home_dir|
next unless home_top
if File.exists? home_top
File.makedirs( home_dir )
MH = home_dir
break
end
end

You need to have either the APPDATA environment variable configured -
the fact that you don't suggests to me that you're running a non-NT
based windows (ie, 95, 98 or Me). If you set directory manually, you
should be up and running.

Also - mousehole should probably be fixed to exit more informatively if
it doesn't find a homedir.

> -----Original Message-----
> From: CBlair1986 [mailto:CBlai...@gmail.com]
> Sent: Monday, 3 October 2005 9:42 AM
> To: ruby-talk ML
> Subject: Re: MouseHole 1.2 -- rose-colored spectacles for the Web
>
> I can't get MouseHole to run. When I run mousehole.exe I get
>

> ../lib/mouseHole.rb:1121: uninitialized constant MouseHole::Log::MH


> (NameError)
> from C:\WINDOWS\TEMP\eee.mouseHole.exe.2\app\mouseHole.rb:4:in
> `require'
>
> from C:\WINDOWS\TEMP\eee.mouseHole.exe.2\app\mouseHole.rb:4
> from C:\WINDOWS\TEMP\eee.mouseHole.exe.2\bootstrap.rb:31:in
> `load'
> from C:\WINDOWS\TEMP\eee.mouseHole.exe.2\bootstrap.rb:31
>
> Any ideas?
>
>
>
>

#####################################################################################
This email has been scanned by MailMarshal, an email content filter.
#####################################################################################


Michal Suchanek

unread,
Oct 21, 2005, 11:16:01 AM10/21/05
to
On 9/29/05, Brian Palmer <ru...@brian.pocketmartiansoftware.com> wrote:
>
>
> (MouseHole rocks. And I freely admit I don't know what the hell he's
> talking about half the time.)

I just apply my usual (English) language filter:
1) ignore words that do not make sense
2) ignore sentences that do not make sense
3) mark messages that do not make sense as spam

Works very well for me :)

--
Support the freedom of music!
Maybe it's a weird genre .. but weird is *not* illegal.
Maybe next time they will send a special forces commando
to your picnic .. because they think you are weird.
www.music-versus-guns.org http://en.policejnistat.cz

0 new messages