c8cde68247191266098a79063e640e1eb30a57d7
[browser-switch] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2         "http://www.w3.org/TR/html4/strict.dtd">
3
4 <html>
5
6 <head>
7 <title>Browser Switchboard - default browser selection for Maemo</title>
8 </head>
9
10 <body>
11 <h1>Browser Switchboard</h1>
12
13 <p>
14 <img src="cp-screenshot-diablo.jpg" width="350" alt="Browser Switchboard control panel screenshot on Diablo">
15 <img src="cp-screenshot-fremantle.jpg" width="350" alt="Browser Switchboard control panel screenshot on Fremantle">
16 </p>
17
18 <p>Browser Switchboard (formerly browser-proxy) is a program which allows
19 you to choose which browser to use as the default browser on Maemo devices.
20 It supports MicroB, Tear, Fennec/Mobile Firefox, and Midori out of the box,
21 and can also be used to launch MicroB without having browserd running.</p>
22
23 <h2>Current Release</h2>
24 <p>Version 3.0 (2009/12/23) (<a href="https://garage.maemo.org/frs/download.php/7116/browser-switchboard_3.0-1_armel.deb">Diablo package</a>, <a href="https://garage.maemo.org/frs/download.php/7112/browser-switchboard_3.0-1fremantle1_armel.deb">EXPERIMENTAL Fremantle package</a>)</p>
25 <ul>
26 <li>Add a control panel applet to help configure the UI</li>
27 <li>Reimplement the core D-Bus proxy in C to improve speed and memory footprint</li>
28 <li>Default to launching MicroB as the default browser if unconfigured -- if you were using Browser Switchboard to launch Tear, you need to explicitly set Tear as the default browser using the UI (or by configuring by hand)</li>
29 <li><b>EXPERIMENTAL</b> Fremantle support (see <a href="https://garage.maemo.org/frs/?group_id=1159">download page</a> for source and packages).  BACK UP before installing, and let me know how it goes!</li>
30 </ul>
31
32 <h2>Getting Browser Switchboard</h2>
33 <p>Source code, packages for Diablo, and EXPERIMENTAL packages for Fremantle
34 can be found on the maemo Garage
35 <a href="https://garage.maemo.org/frs/?group_id=1159">download page</a>.
36 Packages can also be installed from the maemo
37 <a href="http://wiki.maemo.org/Extras-devel">extras-devel repository</a>
38 (though don't blindly enable extras-devel and install/upgrade &mdash; see
39 the linked page first!)</p>
40
41 <h2>Quick Start</h2>
42 <ol>
43 <li>Download the binary package: browser-switchboard_X.Y-Z_all.deb
44 (where X.Y-Z is the version number, of course).</li>
45 <li>Install the package using the Application Manager (on Diablo, open the
46 Application Manager, then select Application->Install from file in the
47 menu).</li>
48 </ol>
49
50 <p><img src="cpapplet-diablo.jpg" width=320 alt="Browser Switchboard control panel UI"><br>
51 You can now select the default browser by using the Browser Switchboard
52 applet in the Control Panel.  Links in most applications, locally-saved
53 web pages opened from the file manager, and (for Maemo 4.x) entries in
54 the Web sidebar panel will open in the browser that you select as the
55 default.  If you don't configure a default browser, MicroB will continue
56 to be used as the default browser.</p>
57
58 <p>No matter which browser you select as the default, MicroB can always be
59 opened via the Web menu entry in the applications menu (for Maemo 4.x,
60 located in the Internet menu by default), or by running "browser" from
61 the shell.  While MicroB is open, it will receive all links from other
62 applications; closing MicroB will restore your chosen default browser.</p>
63
64 <p>Some users have reported that a restart may be necessary to ensure that
65 Browser Switchboard is functioning.  If you experience trouble after
66 installing the package, try rebooting your device first.</p>
67
68 <h2>Documentation</h2>
69 <p>See the
70 <a href="https://git.maemo.org/projects/browser-switch/?p=browser-switch;a=blob_plain;f=README;hb=HEAD">README</a>
71 for further instructions on how to configure and use Browser Switchboard.</p>
72
73 <h2>Support</h2>
74 <p>You can email your question to the maintainers (see below), or you can take
75 it to the
76 <a href="http://talk.maemo.org/showthread.php?t=38273">Browser Switchboard thread</a>
77 on the talk.maemo.org forums.</p>
78
79 <h2>Development</h2>
80 <p>The latest source is available via a Git repository; you can check it out
81 by running</p>
82 <pre>
83 git clone https://git.maemo.org/projects/browser-switch
84 </pre>
85 <p>from a shell. You can also
86 <a href="https://git.maemo.org/projects/browser-switch/?p=browser-switch;a=summary">browse the repository</a> using gitweb.</p>
87
88 <p>Bug reports and patches can be emailed to the maintainers, or posted on the
89 forum thread.</p>
90
91 <h2>Maintainers</h2>
92 <p>Steven Luo
93 &lt;<a href="mailto:steven+maemo [at] steven676.net">steven+maemo [at] steven676.net</a>&gt;
94 is the primary maintainer of Browser Switchboard, with assistance from Jason
95 Simpson (the original developer).</p>
96 </body>
97
98 </html>