The last development version is available at http://lussumo.com/svn/vanilla/trunk/.
The content of the "src" folder can be used for testing and development.
For production, you probably will want to build Vanilla; the build process will compress js and css files and produce a zip archive. Vanilla is built using Ant.
sudo apt-get install subversion sun-java6-jdk ant ant-optional php5-cli
svn co http://lussumo-vanilla.googlecode.com/svn/trunk/ vanilla-dev
cd vanilla-dev svn up ant
It might fail if Ant cannot find a recent jdk version of Java. You might have to set JAVA_HOME; e.g.:
export JAVA_HOME=/usr/lib/jvm/java-6-sun/
http://lussumo-vanilla.googlecode.com/svn/trunk/ and click “ok”;build.bat in the vanilla folder. The package is created in dist/Each time you want to create an updated package, simple click on build.bat. It will download the last update for you.