summaryrefslogtreecommitdiffstats
path: root/doc/firefox.hack.txt
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 02:13:59 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 02:13:59 +0000
commita6d58bb6052ac8cb01805a48c4ad2f129126116f (patch)
treedd867a099fcbb263a8009a9fb22695b87855dad6 /doc/firefox.hack.txt
downloadkvirc-a6d58bb6052ac8cb01805a48c4ad2f129126116f.tar.gz
kvirc-a6d58bb6052ac8cb01805a48c4ad2f129126116f.zip
Added KDE3 version of kvirc
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1095341 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/firefox.hack.txt')
-rw-r--r--doc/firefox.hack.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/firefox.hack.txt b/doc/firefox.hack.txt
new file mode 100644
index 00000000..4cdd239e
--- /dev/null
+++ b/doc/firefox.hack.txt
@@ -0,0 +1,32 @@
+Firefox Hack Guide - HelLViS69 - 2007.02.08
+-------------------------------------------------------------------------------
+
+@ Prologue
+
+This guide is meant to be a simple hack to add protocols handlers to Firefox,
+such as irc://
+This guide is been tested on Linux, Mac and Windows.
+
+@ How To
+
+- Open Firefox at the url about:config
+ You'll find the Firefox configuration
+
+- Click with right button, select New, then Boolean
+ As Name insert network.protocol-handler.external.irc and true as Value
+
+- Click with right button, select New, then String
+ As Name insert network.protocol-handler.app.irc
+ As Value you have to insert the path of KVIrc binary, eg /usr/bin/kvirc ,
+ `which kvirc` or C:\Programs\Firefox\firefox.exe
+
+- Make sure that network.protocol-handler.expose-all are setted as true
+
+With these simple steps you can handle irc://irc.something.tld from Firefox
+
+If you want to add more protocols handlers, just follow the same steps changing
+the protocol you want to add in firefox and the application you want to use to
+handle the new protcol
+
+Elvio Basello
+<HelLViS69>