add a note about re-booting the device
[simple-launcher] / index.html
1 <html
2 <head>
3         <title>Simple Launcher &mdash; simply launches your applications</title>
4 </head>
5 <body>
6         <small>[ Let's start with a plain text page ]</small>
7
8   <h1>News</h1>
9
10   <ul>
11     <li>15 May, 2007: 0.9.4 is released:<ul>
12       <li>New stuff:<ul>
13         <li>option to make background transparent
14         <li>option to change icon size
15       </ul>
16     </ul>
17     <li>28 March, 2007: 0.9.3 is released:<ul>
18       <li>New stuff:<ul>
19           <li>config file can now be backed up
20           <li>default icon is shown
21           <li>non d-bus apps can be started
22         </ul>
23       <li>Fixes:<ul>
24           <li>minimum size for the applet is just 1 button :)
25         </ul>
26     </ul>
27     <li>23 March, 2007: 0.9.1 is released:<ul>
28       <li>fixed minimum size problem
29     </ul>
30     <li>22 March, 2007: 0.9 is released:<ul>
31       <li>first public release
32     </ul>
33   </ul>
34
35         <h1>What this is?</h1>
36   <a name="what"></a>
37         Simple launcher is an home applet for <a href="http://maemo.org">Maemo</a> based systems.
38
39   <p>By default you will have to navigate to your application through the menu system Hildon Desktop
40   offers.  However there is certainly a number of applications that you run most often.  This small
41   applet allows you to run your favourite applications with just one click (one click seems to be
42   quite popular these days :))
43
44         <h1>Install</h1>
45   <a name="install"></a>
46   You can check the <a href="https://garage.maemo.org/frs/?group_id=131">'Files' section</a> at
47   garage.  All releases should be available there.
48
49   <p>The current release &mdash; 0.9.4 &mdash; is available for <a
50   href="https://garage.maemo.org/frs/download.php/1392/simple-launcher_0.9.4_armel.deb">direct download</a>.
51
52   <h1>Configure</h1>
53   <a name="config"></a>
54
55   After you installed the applet, you need to open home application menu, click on 'Select
56   applets&hellip;', click on checkbox next to 'Simple Launcher', and press 'OK'. You will be put
57   into 'Edit Layout' mode where you can select the location and the size of the applet. After you
58   are happy with with the settings, click on green checkbox button at the top right corner. Now you
59   can configure the applet: open the menu, select 'Applet settings', and choose 'Launcher
60   settings&hellip;'.  In the dialog you should now see, you can select the applications you want to
61   use as well as order them according to your preferences. When you are done, press 'OK'.
62
63   <p><b>Note</b>: if you upgrade the applet, you must re-boot the device, otherwise the old version
64   will be used by maemo-af-desktop/hildon-desktop :)
65
66   <h1>Screenshots</h1>
67
68   <img src="http://pics.livejournal.com/lvader/pic/0000s9x9" border="0"/>
69
70   <h1>Bug Reports/Feature Requests</h1>
71   Please use the <a href="https://garage.maemo.org/tracker/?group_id=131">tracker</a> at <a
72     href="https://garage.maemo.org">garage</a>.
73
74   <h1>Subversion Repository Access</h1>
75   You can find instructions at <a href="https://garage.maemo.org/scm/?group_id=131">SCM page @
76     garage</a> or you can simply <a
77     href="https://garage.maemo.org/plugins/scmsvn/viewcvs.php/?root=simple-launcher">browse</a>
78   the svn repository.
79   <hr/>
80
81   <div align="right"><small>Last updated: $Date$</small></div>
82 </body>
83 </html>
84
85 <!--
86         vim:tw=100:et:sw=2:ts=2
87   -->