SVN
Jisko is constantly developed, that is because we use a revision control system called Subversion. You can find more information about it at Wikipedia.
Subversion (SVN) it's a more simple way to download Jisko to your server, that's because it's so popular.
Jisko's Subversion system is placed at http://svn.jisko.org/jisko and it's organized this way:
- branches/ Here you can find the final release of all the versions of Jisko, unless it's in development stage
- trunk/ This is the 'development' folder. Jisko should not be downloaded from trunk if it's going to be in a production server
We have an online web viewer of the svn at http://svn.jisko.org
You can find a lot of manuals of how to use svn, but, for example, to download Jisko 2.0 you have to type the following text into your terminal:
svn co http://svn.jisko.org/jisko/branches/2.0
If you want to help developing Jisko by reporting bugs of the development version, or you just want to take a look at the development version, then you can download it by typing into the terminal:
svn co http://svn.jisko.org/jisko/trunk

