modified: index.html
[frediablo] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4         <head>
5                  <link href="general.css" rel="stylesheet" type="text/css">
6                  <title>FreDiablo</title>
7         </head>
8         <body>
9                 <div id="garage_link">
10                 <a href="http://garage.maemo.org/projects/frediablo">Garage Project page</a>
11                 </div>
12                 <h1>FreDiablo - Maemo 5 Look & Feel for Diablo</h1>
13                 <div id="description">
14                 This project in an attempt to improve diablo (maemo 4.1) look & feel, inspired by fremantle (maemo 5) principles.
15                 We use maemo theme and some config options, to impruve UI finger usability.
16                 <br />
17                 Currently, the development progress is around this maemo talk thread: <a href="http://talk.maemo.org/showthread.php?t=32293">http://talk.maemo.org/showthread.php?t=32293</a>.
18                 <br />
19                 If you want to report bugs, suggest features or anything else, this is the place.
20                 <br />
21                 The theme was tested on N810, but maybe it will work on other devices, too.
22                 </div>
23                 <h2>Screenshots</h2>
24                         <a href="images/screenshot01.png"><img src="images/screenshot01.png" alt="Screenshot 1" /></a>
25                         <a href="images/screenshot02.png"><img src="images/screenshot02.png" alt="Screenshot 2" /></a>
26                         <a href="images/screenshot03.png"><img src="images/screenshot03.png" alt="Screenshot 3" /></a>
27
28                 <h2>Installation</h2>
29                         <div id="attention">
30                         Attention !<br />
31                         This installtion process might damage your system and you may not be able to use your tablet. We try our best, but it comes with ABSOLUTELY NO WARRANTY. Usage of the instructions above is on your own risk.
32                         We also recommend to make full backup before installation.
33                 </div>
34                 <br /><br />
35                 <ol>
36                         <li>First, you have to install the theme file, from <a href="http://garage.maemo.org/frs/?group_id=1152">here</a>, and choose it.
37                         This theme change buttons, colors and other appearance properties.
38                         It also removes the MINIMIZE button, replacing with big CLOSE button. 
39                         </li>
40                         <li>Now we are going to hide the left bar.<br />
41                         <strong>PAY ATTENTION !!</strong>
42                    <br />
43                         You WILL NOT be able to use the main menu.
44                         Therefor, you MUST install personal launcher, and add useful links (like xterm, file manager and so on).
45                         </li>
46                         <li>The most important (and dangerous) step:
47                         <br />
48                         Edit with your favorite text editor (leafpad, pygtkediotr, vi or whatever) the file :
49                         <pre>/home/user/.osso/hildon-desktop/desktop.conf</pre>
50                         and change in [Tasknavigator] section the line :
51                         <pre>X-Size-Height=80</pre>
52                         to:
53                         <pre>X-Size-Height=0</pre>
54                         </li>
55                         <li>Now, better to restart the device.</li>
56                         Optional:
57                         <br /><br />
58                         <li>If you are using personal menu, you can move it to the status bar (the top bar) instead of the left bar.
59                         All you have to do, is to add to the file:
60                         <pre>/home/user/.osso/hildon-desktop/statusbar.conf</pre>
61                         the above lines, at the end of the file:
62                         <pre>[/usr/share/applications/hildon-navigator/personal-menu.desktop]<br />X-Load=true</pre>
63                         
64                         </li>
65                 </ol>
66
67
68                 <h2>TODO</h2>
69                 <ul>
70                         <li>Use HW button back to launch main menu</li>
71                 </ul>
72                 <h2>WISHLIST</h2>
73                 <ul>
74                         <li>Make application menu thumb-friendly</li>
75                         <li>Use kinetic scroll in all applications</li>
76                         <li>move main menu and windows list to top-left corner</li>
77                 </ul>
78                 <strong >* I would be really happy if you have an idea how to implement one of those. I'm waiting in the forum...</strong>
79
80         </body>
81 </html>