This is SIMDOCK, an eye-candy deskbar for Linux.
This program is free software and still in development
process.



Installing:
---------------------------------------------
1) Launch ./configure
2) Type 'make' to compile
3) Type 'make install' as ROOT to install

See INSTALLING file if you have problems or if you
need compiling options



Required libraries:
---------------------------------------------
libwxgtk2.8-0
libwnck
libgconf-2.0
libX11


Using:
--------------------------------------------
You can add new Launchers editing the file
/home/<yourname>/.simdock/Launchers.xml
A simple Launcher file is as follows:

<Program>

<SimDock>
<path>/usr/bin/firefox</path>
<icon>/usr/share/firefox/icons/mozicon128.png</icon>
<description>Firefox web browser</description>
<name>Firefox</name>
</SimDock>

<SimDock>
<path>/usr/bin/amsn</path>
<icon>/usr/share/amsn/icons/amsn.png</icon>
<description>Msn chat client</description>
<name>Msn</name>
</SimDock>

</Program>

Upgrading from SimBar:
---------------------------------------------
To keep your old launchers and settings just copy
launchers.xml to ~/.simdock/ and substitute every 
SimBar to SimDock. Sorry for the name change problems.

Contact:
---------------------------------------------
http://sourceforge.net/projects/simbar/
simonedll@yahoo.it


