Hi all:
I'm the Devede author. I created a GIT repository with the code, in
order to allow people to have access to fast bugfixes and beta
versions. It's located at GITHUB.
To get the code, the first time just run
git clone
https://github.com/devede/Devede.git
from a command line. This will create a folder called Devede, with all
the code and the GIT repository itself. Then, each time you want to
update the repository, just run
git pull
and all new changes will be downloaded.
Enjoy it!