+documentation page on project web-page
[liquid-graphic] / www / development.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>Development</h2>
26         <p><b>Liquid</b> - is an open source project (GPL). Everyone can join development.</p>
27         <p>You can get the source code from our Git repository: </p>
28         <code>
29                 git clone https://vcs.maemo.org/git/liquid-graphic
30         </code>
31         <p>Or visit our <a href="https://garage.maemo.org/projects/liquid-graphic/">project page</a> on Maemo Garage.</p>
32         <h2>Authors</h2>
33         <ul>
34                 <li>Konstantin Kirpichonock (kirpiche@cs.karelia.ru)</li>
35                 <li>Volkov Aleksandr (avolkov@cs.karelia.ru)</li>
36                 <li>Dmitriev Vladimir (vdmitrie@cs.karelia.ru)</li>
37         </ul>
38         </div>
39 </div>
40 <div id="footer">
41         <span class="f-right">&copy; 2010 <a href="mailto:maemo-sensors@cs.karelia.ru?subject=Liquid">Liquid</a> </span>                
42 </div>
43 </div>
44 </body>
45 </html>