HoudiniBrowserConfiguration
From Odwiki
Configuring the Help Browser
- Adding bookmarks to the Go menu: Houdini will read all files in the Houdini path under the subdir called config/HelpPaneLinks and add these bookmarks to your browser. There are some directions in comment-block of the distributed file in $HFS/config/HelpPaneLinks. There is no way for users to add their own bookmarks interactively.
- To use a Proxy Server with HBrowser: Edit the file prefs.js under you HOUDINI_PATH: eg. $HOME/.hbrowser/hbrowser/prefs.js
user_pref("network.proxy.http", "yabba");
user_pref("network.proxy.http_port", 1032);
user_pref("network.proxy.type", 1);



