126e464221b62bdd480127fe4a9e0774944779a5
[liquid-graphic] / www / downloads.html
1 <html>
2 <head>
3 <link href="style.css" rel="stylesheet" type="text/css">
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
5 <title>Liquid - Funny graphic editor.</title>
6 </head>
7 <body>
8 <div id="layout">
9 <div class="header">
10         <h1 class="logo"><a href="http://liquid-graphic.garage.maemo.org" title="Liquid">Liquid<a></h1>
11         
12 </div>
13
14 <div id="menu" class="box">
15         <ul>
16                 <li><a href="index.html">Home</a></li>
17                 <li><a href="documentation.html">Documentation</a></li>
18                 <li><a href="downloads.html">Downloads</a></li>
19                 <li><a href="development.html">Development</a></li>  
20         </ul>
21 </div><br>
22
23 <div id="container">
24         <div class="content">
25                 <h2>Downloads</h2>
26                 <p><b>Latest version of Liquid: 0.5.9</b><br>
27                 <b>Changes:</b>
28                 <ul>
29                         <li>Solve problem with "not found" in application manager of a tablet.</li>
30             <li>Add icon for application manager.</li>
31             <li>Add homepage to "About program"</li>
32                 </ul>
33                 <b>Source code:</b> <a href="http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/liquid/0.5.9-1/">download</a><br>
34                 <b>Debian:</b> <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.9-1_armel.deb">ARMEL</a>, 
35                 <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.9-1_i386.deb">i386</a> <br>
36                 </p>
37                 <hr>
38                 <h3>Old versions:</h3>
39         <p><b>Liquid-0.5.4</b><br>
40                 <b>Changes:</b>
41                 <ul>
42                         <li>Add html-documentation to project (doc/ directory).</li>
43                 </ul>
44                 <b>Source code:</b> <a href="http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/liquid/0.5.4-1/">download</a><br>
45                 <b>Debian:</b> <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.4-1_armel.deb">ARMEL</a>, 
46                 <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.4-1_i386.deb">i386</a> <br>
47                 </p>
48         <hr class="inner_hr">
49         <p><b>Liquid-0.5.3</b><br>
50                 <b>Changes:</b>
51                 <ul>
52                         <li>Getting accelerometer data using dbus, instead of reading accelerometer file.</li>
53                 </ul>
54                 <b>Source code:</b> <a href="http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/liquid/0.5.3-1/">download</a><br>
55                 <b>Debian:</b> <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.3-1_armel.deb">ARMEL</a>, 
56                 <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.3-1_i386.deb">i386</a> <br>
57                 </p>
58         <hr class="inner_hr">
59                 <p><b>Liquid-0.5.1</b><br>
60                 <b>Changes:</b>
61                 <ul>
62                         <li>Adding description of project and developers info into debian config files.</li>
63                 </ul>
64                 <b>Source code:</b> <a href="http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/liquid/0.5.1-1/">download</a><br>
65                 <b>Debian:</b> <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.1-1_armel.deb">ARMEL</a>, 
66                 <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5.1-1_i386.deb">i386</a> <br>
67         </p>
68                 <hr class="inner_hr">
69                 <p><b>Liquid-0.5 (Initial Release)</b><br>
70                 <b>Features:</b>
71                 <ul>
72                         <li>drawing in accelerometer/touchscreen mode</li>
73                         <li>changing drawing mode by shaking device on Z axis</li>
74                         <li>full screen blur effect by shaking device on Y axis</li>
75                         <li>clearing screen by shaking on X axis</li>
76                         <li>creating & editing images</li>
77                         <li>basic drawing tools (brush, eraser, color tool) </li>
78                         <li>additional drawing tools (ice - local blur effect)</li>
79                         <li>popup menu for changing brush size (user must touch brush and wait some time) </li>
80                 </ul>
81                 <b>Source code:</b> <a href="http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/liquid/0.5-1/">download</a><br>
82                 <b>Debian:</b> <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5-1_armel.deb">ARMEL</a>, <a href="http://repository.maemo.org/extras-devel/pool/fremantle/free/l/liquid/liquid_0.5-1_i386.deb">i386</a> <br>
83                 </p>
84         </div>
85 </div>
86 <div id="footer">
87         <span class="f-right">&copy; 2010 <a href="mailto:maemo-sensors@cs.karelia.ru?subject=Liquid">Liquid</a> </span>                
88 </div>
89 </div>
90 </body>
91 </html>