Merge branch 'master' into diablo-package
[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 <p>Browser Switchboard (formerly browser-proxy) is a program which allows
13 you to choose which browser to use as the default browser on Maemo devices.
14 It supports MicroB, Tear, Fennec/Mobile Firefox, and Midori out of the box,
15 and can also be used to launch MicroB without having browserd running.</p>
16
17 <h2>Current Release</h2>
18 <p>Version 3.0rc1 (2009/12/18) (<a href="https://garage.maemo.org/frs/download.php/7081/browser-switchboard_3.0rc1-1_armel.deb">Diablo package</a>)</p>
19 <ul>
20 <li>Release candidate -- not (yet) a stable release</li>
21 <li>Add a control panel applet to help configure the UI</li>
22 <li>Reimplement the core D-Bus proxy in C to improve speed and memory footprint</li>
23 <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>
24 <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>
25 </ul>
26 <p>Version 2.2 (2009/12/14) (<a href="https://garage.maemo.org/frs/download.php/7038/browser-switchboard_2.2-1_all.deb">Diablo package</a>)</p>
27 <ul>
28 <li>Rename the package to browser-switchboard</li>
29 <li>Move the config file to /home/user/.config/browser-switchboard, and
30 fall back to the old location if no config file is found</li>
31 <li>If no config file is found and Tear isn't installed, launch MicroB;
32 this avoids breaking link opening on a system with a freshly installed
33 browser-switchboard package and Tear not installed</li>
34 <li>Package no longer depends on Tear; should make it easier for users of
35 other alternative browsers to use Browser Switchboard</li>
36 <li>substantial documentation update</li>
37 </ul>
38
39 <h2>Getting Browser Switchboard</h2>
40 <p>Source code and packages for Diablo can be found on the maemo Garage
41 <a href="https://garage.maemo.org/frs/?group_id=1159">download page</a>.</p>
42
43 <h2>Documentation</h2>
44 <p>See the
45 <a href="https://git.maemo.org/projects/browser-switch/?p=browser-switch;a=blob_plain;f=README;h=e7917c6664913fef15cce3b2bc7f974a5e664a4c;hb=HEAD">README</a>
46 for instructions on how to configure and use Browser Switchboard.</p>
47
48 <h2>Support</h2>
49 <p>You can email your question to the maintainers (see below), or you can take
50 it to the
51 <a href="http://talk.maemo.org/showthread.php?t=28539">Tear thread</a>
52 on the talk.maemo.org forums.</p>
53
54 <h2>Development</h2>
55 <p>The latest source is available via a Git repository; you can check it out
56 by running</p>
57 <pre>
58 git clone https://git.maemo.org/projects/browser-switch
59 </pre>
60 <p>from a shell. You can also
61 <a href="https://git.maemo.org/projects/browser-switch/?p=browser-switch;a=summary">browse the repository</a> using gitweb.</p>
62
63 <p>Bug reports and patches can be emailed to the maintainers, or posted on the
64 forum thread.</p>
65
66 <h2>Maintainers</h2>
67 <p>Steven Luo
68 &lt;<a href="mailto:steven+maemo [at] steven676.net">steven+maemo [at] steven676.net</a>&gt;
69 is the primary maintainer of Browser Switchboard, with assistance from Jason
70 Simpson (the original developer).</p>
71 </body>
72
73 </html>