Hi, welcome to our open source site. We currently only got one tarball of sourcecode, but we will expand this site further in the future with more content.
Download the code here:
wget http://download.videolan.org/pub/videolan/vlc/0.8.6d/vlc-0.8.6d.tar.gz
wget http://opensource.headweb.com/patch/vlc-0.8.6d-headweb.patch
tar xfz vlc-0.8.6d.tar.gz
cd vlc-0.8.6d
patch -p1 < ../vlc-0.8.6d-headweb.patch
<path-to-headweb-backend-executable> --ca-path=<path-to-ca.pem> --web-root=<path-to-web-directory>
After starting the backend, use your web browser and enter "http://localhost:10001" and login with your headweb account.
Buy movies as usual with your browser. The downloads can be found on "http://localhost:10001/client.html".
As you will see, the headweb frontend is nothing but a gloryfied web browser.. Start the frontend like this:
<path-to-xulrunner-executable> --app <path_to_application.ini>
For any constructive input, please send an mail to opensource@headweb.com
Please note: Further support is not available at this time.