Themes
[xdock.git] / www / index.html
bloba1f5df97fd2228f1bf4c8b0917f03c61ef117bce
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>xdock 0.2.0</title>
5 <style type="text/css">
6 @import url("default.css");
7 </style>
8 </head>
9 <body>
10 <div class="container">
11 <div id="header">
12 <h1>xdock 0.2.0</h1>
13 <!--
14 <img src="hello.png">
15 <img src="xdrandom.png">
16 <img src="xdworld.png">
17 <img src="xdmemory.png">
18 -->
19 </div>
20 <div id="description">
21 <div class="box">
23 <div class="se-screenshot">
24 <img src="screenshot.png" border=1 alt="xdock screenshot" />
25 </div>
27 <h2>About</h2>
28 <p><b>xdock</b> is a software that emulates the Window Maker docks,
29 with the following differences:</p>
30 <p><ul>
31 <li><b>runs in any window manager</b>
32 <li><b>client/server</b> - it works in a client/server way,
33 where a server sits in the right side of the screen, and the docks
34 are clients that connect to that server;
35 <li><b>easy to program</b> - programming the Window Maker docks was
36 a hard job. But xdock provides a <a href="api.html">API</a> that
37 makes programming much easier! (check also the
38 <a href="tutorial.html">tutoral</a>).
39 </ul></p>
40 </div>
41 </div>
43 <div id="left">
44 <div class="box">
45 <h2>News</h2>
46 <h3>Sep-10-2007</h3>
47 <p><b>Version 0.2.0</b> is released! A few changes:</p>
48 <ul>
49 <li>The API now support events (mouse clicks).
50 <li>Docks now can be moved and reordered with the mouse.
51 <li>Two new docks were added: <b>xdevent</b> (for the tutorial) and <b>xdchess</b>, a chess game dock applet.
52 <li>A few bugfixes.
53 </ul>
54 <h3>Sep-09-2007</h3>
55 <p>The website was mistakenly informing that you'd need <b>Imlib2</b>,
56 when what you actually need is <a href="http://ftp.gnome.org/pub/GNOME/sources/imlib/">Imlib1</a>.
58 <h3>Aug-31-2007</h3>
59 <p>Initial version released.</p>
60 </div>
62 <div class="box">
63 <h2>Usage</h2>
64 <p>Start the server with:</p>
65 <ul><pre>xdockserver &amp;</pre></ul>
66 <p>then start a client (such as <i>xdmemory</i>) with:</p>
67 <ul><pre>xdmemory &amp;</pre></ul>
68 </div>
70 <div class="box">
71 <h2>Future plans:</h2>
72 <ul>
73 <li>new widgets on the API
74 <li>new docks to be included in the default distribution
75 <li>other language bindings (such as Ruby, Python, etc)
76 <li>Win32 and FreeBSD support
77 </ul>
78 </div>
80 </div>
82 <div id="right">
84 <div class="box">
85 <h2>Documentation</h2>
86 <p><ul>
87 <li><a href="readme.html">README</a>
88 <li><a href="api.html">API</a>
89 <li><a href="tutorial.html">Tutorial</a>
90 </ul></p>
91 </div>
93 <div class="box">
94 <h2>Downloads</h2>
95 <h3>Downloads</h3>
96 <p><ul>
97 <li><a href="http://downloads.sourceforge.net/xdock/">Source</a> (containing the server, the library and a few clients)
98 <li><a href="http://xdock.wiki.sourceforge.net/clients">Clients</a> contributed by the community
99 </ul></p>
100 <a href="http://sourceforge.net/projects/xdock"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=204521&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
102 <h3>Requirements</h3>
103 <p><ul>
104 <li>Linux (currently)
105 <li><a href="http://www.x.org">Xlib</a>
106 <li><a href="http://ftp.gnome.org/pub/GNOME/sources/imlib/">Imlib</a>
107 </ul></p>
108 </div>
110 <div class="box">
111 <h2>Community / Contact</h2>
112 <p>Be sure to check ou the <a href="http://groups.google.com/group/xdock/topics">new mailing list</a>! Feel free to post any questions, comments, bugs or complaints you want. No registration is required to post.</p>
113 </div>
115 </div>
117 <div id="pied">
118 <p>Copyright © 2007 André Wagner</p>
119 </div>
121 </div>
123 </body>
124 </html>