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