diff --git a/website/.gitignore b/website/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..19087cab2a06f451293753090ad2101d23065e72
--- /dev/null
+++ b/website/.gitignore
@@ -0,0 +1 @@
+.trac_config
diff --git a/website/.trac_config b/website/.trac_config
deleted file mode 100644
index 5788e86b963155f1fb857c87573d795935a41e4c..0000000000000000000000000000000000000000
--- a/website/.trac_config
+++ /dev/null
@@ -1 +0,0 @@
-{"username": "jfjlaros", "info": {"git": [15, "e7cdcdf9234d9e40e42159594b5ba041"]}, "protocol": "https", "location": "humgenprojects.lumc.nl/trac/humgenprojects"}
\ No newline at end of file
diff --git a/website/attachments/basics.pdf b/website/attachments/basics.pdf
deleted file mode 100644
index e80e48d1b75356411af69fe92478e39130828ee1..0000000000000000000000000000000000000000
Binary files a/website/attachments/basics.pdf and /dev/null differ
diff --git a/website/attachments/basics_handouts.pdf b/website/attachments/basics_handouts.pdf
deleted file mode 100644
index c993dda58f9f496bd35035ff7baab9850794c538..0000000000000000000000000000000000000000
Binary files a/website/attachments/basics_handouts.pdf and /dev/null differ
diff --git a/website/attachments/branching.pdf b/website/attachments/branching.pdf
deleted file mode 100644
index 41bc84fc51827a77bc9951ac9b21c9391a200403..0000000000000000000000000000000000000000
Binary files a/website/attachments/branching.pdf and /dev/null differ
diff --git a/website/attachments/branching_handouts.pdf b/website/attachments/branching_handouts.pdf
deleted file mode 100644
index 32a5c142582ef5665a76d6973c230c853eb9bd54..0000000000000000000000000000000000000000
Binary files a/website/attachments/branching_handouts.pdf and /dev/null differ
diff --git a/website/attachments/introduction.pdf b/website/attachments/introduction.pdf
deleted file mode 100644
index cfdb66e9c6a44b8358575236aa747ae24b7aa331..0000000000000000000000000000000000000000
Binary files a/website/attachments/introduction.pdf and /dev/null differ
diff --git a/website/attachments/introduction_handouts.pdf b/website/attachments/introduction_handouts.pdf
deleted file mode 100644
index b2cdfc4ded13f188ad22b8960d452a008ae562fa..0000000000000000000000000000000000000000
Binary files a/website/attachments/introduction_handouts.pdf and /dev/null differ
diff --git a/website/attachments/program.pdf b/website/attachments/program.pdf
deleted file mode 100644
index 61de7b105fc10bdee8581c1bf8d51dc6e77bfcf6..0000000000000000000000000000000000000000
Binary files a/website/attachments/program.pdf and /dev/null differ
diff --git a/website/attachments/remotes.pdf b/website/attachments/remotes.pdf
deleted file mode 100644
index 5a8c64f68f9fdd00f9621816069cd4ada79244ef..0000000000000000000000000000000000000000
Binary files a/website/attachments/remotes.pdf and /dev/null differ
diff --git a/website/attachments/remotes_handouts.pdf b/website/attachments/remotes_handouts.pdf
deleted file mode 100644
index 2c24f528fb605f3e6fa5948bafbd17a17db19527..0000000000000000000000000000000000000000
Binary files a/website/attachments/remotes_handouts.pdf and /dev/null differ
diff --git a/website/attachments/skeleton.pdf b/website/attachments/skeleton.pdf
deleted file mode 100644
index 4ef5a09dd5a2defd5288f7db935d1e72b92425e3..0000000000000000000000000000000000000000
Binary files a/website/attachments/skeleton.pdf and /dev/null differ
diff --git a/website/attachments/skeleton_handouts.pdf b/website/attachments/skeleton_handouts.pdf
deleted file mode 100644
index 4b3d354d519b22302cb1c875390d0260c423853a..0000000000000000000000000000000000000000
Binary files a/website/attachments/skeleton_handouts.pdf and /dev/null differ
diff --git a/website/build.sh b/website/build.sh
new file mode 100644
index 0000000000000000000000000000000000000000..4f7550d6cc3d320182f2022c685411e00be1645b
--- /dev/null
+++ b/website/build.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+src="introduction basics branching remotes skeleton program"
+
+for i in $src; do
+  cd ../$i
+  make
+  mv *.pdf ../website/
+  make distclean
+done
+
+cd ../website
+tracwiki commit git
+tracwiki attach git *.pdf data.tgz
+tracwiki commit git__SLASH__SoftwareInstallation
diff --git a/website/attachments/data.tgz b/website/data.tgz
similarity index 100%
rename from website/attachments/data.tgz
rename to website/data.tgz
diff --git a/website/git b/website/git
index 15278d60d39fd472d14f7ea14857433d128de639..b25e361e93d660205982a79aa468752f215b13a1 100644
--- a/website/git
+++ b/website/git
@@ -1,4 +1,4 @@
-= Git introduction course =
+= Version control with Git course =
 
 This course aims at everyone who works in the Bioinformatics field. We cover a
 ''version control system'' named ''Git''. This system is widely used by
@@ -6,10 +6,21 @@ software developers, but can also be used for project management. By keeping
 track of all versions, history, etc. collaboration with colleagues is easy and
 your analysis will be reproducible.
 
-The program can be found [raw-attachment:program.pdf here].
+The next installment will be on '''June 23'''. Registration is required and handled by MGC. [http://www.medgencentre.nl/ Register at their website].
 
+The June 23, 2014 program can be found [raw-attachment:program.pdf here].
+
+
+== Prerequisites ==
+
+Affinity with the UNIX shell is required before taking the course. For example, our [wiki:scripting scripting course] is more than enough, or you could go though [http://www.ee.surrey.ac.uk/Teaching/Unix/ tutorials 1-3 here].
+
+We can provide you with a laptop that has all the required software installed. You can also use your own laptop, but make sure it has the necessary software installed (see [wiki:git/SoftwareInstallation Software installation]). The lessons are interactive, meaning that you really need a laptop.
 
 == Course material ==
+
+'''Note: most of this is not yet updated from last year's course.'''
+
 Introduction [raw-attachment:introduction.pdf presentation],
 [raw-attachment:introduction_handouts.pdf practical]. [[br]]
 Git Basics [raw-attachment:basics.pdf presentation],
@@ -23,10 +34,19 @@ Project skeleton / `git-annex`
 [raw-attachment:skeleton_handouts.pdf practical],
 [raw-attachment:data.tgz data].
 
-[https://git.lumc.nl/j.f.j.laros/gitcourse Material sources].
+[https://git.lumc.nl/humgen/gitcourse Material sources].
+
 
 == Further reading ==
-[http://git-scm.com/book The entire Pro Git book] on the official [http://git-scm.com/ Git website]. [[br]]
-[http://rypress.com/tutorials/git/index.html Ry's Git Tutorial]. [[br]]
-[https://www.atlassian.com/git/tutorial Git tutorials at Atlassian]. [[br]]
-[https://git.wiki.kernel.org/index.php/GitCheatSheet Git cheat sheet].
\ No newline at end of file
+
+ - [https://try.github.io/ Code School - Try Git] (you could even try this before the course)
+ - [http://git-scm.com/book The entire Pro Git book] on the official [http://git-scm.com/ Git website]
+ - [http://rypress.com/tutorials/git/index.html Ry's Git Tutorial]
+ - [https://www.atlassian.com/git/tutorial Git tutorials at Atlassian]
+ - [http://pcottle.github.io/learnGitBranching/ Learn Git Branching]
+ - [https://git.wiki.kernel.org/index.php/GitCheatSheet Git cheat sheet] (useful for printing)
+
+
+== Contact ==
+
+Please contact [mailto:m.vermaat.hg@lumc.nl Martijn Vermaat] if you have any questions or comments.
\ No newline at end of file
diff --git a/website/git__SLASH__SoftwareInstallation b/website/git__SLASH__SoftwareInstallation
new file mode 100644
index 0000000000000000000000000000000000000000..9ccecd530aa2d80d579610d89ca21fbf36a7354d
--- /dev/null
+++ b/website/git__SLASH__SoftwareInstallation
@@ -0,0 +1,14 @@
+= Software installation =
+
+We assume you have a system with all software listed below installed '''before''' the course starts.
+
+If you're in the Human Genetics department, Michel can help you by installing all this on your LUMC computer. Simply mention ''git course''.
+
+We work with [http://en.wikipedia.org/wiki/Linux Linux], more specifically Ubuntu (12.04 Quantal Quetzal or later) or Debian Linux (7/Wheezy or later). Git also runs on Windows and Mac OSX, so if you manage to install it on there that's also fine (but note that during the course we will assume Linux).
+
+You can [http://www.ubuntu.com/ download Ubuntu here] and either install it directly on your laptop, or run it inside [https://www.virtualbox.org/ VirtualBox].
+
+We need some system packages to be installed. For the following command, you need sudo rights:
+{{{
+sudo apt-get install -y git gitg git-annex
+}}}