Difference between revisions of "Download"
From Sit
Ericthefish (Talk | contribs) m (→Image:32px-Fairytale apply.svg.png Verify the download) |
Ericthefish (Talk | contribs) (→Image:Crystal Clear mimetype source php32.png Download the source code) |
||
Line 34: | Line 34: | ||
==== [[Image:Crystal Clear mimetype source php32.png]] Download the source code ==== | ==== [[Image:Crystal Clear mimetype source php32.png]] Download the source code ==== | ||
SiT is a [http://www.gnu.org/philosophy/free-sw.html Free and Open Source] software project (GPL v2), everybody is free to run, study, adapt, redistribute and improve it as they like. | SiT is a [http://www.gnu.org/philosophy/free-sw.html Free and Open Source] software project (GPL v2), everybody is free to run, study, adapt, redistribute and improve it as they like. | ||
− | While the standard SiT tar.gz file contains all the source to SiT, some people may prefer to use the projects [[Git|Git repository]]. If you don't want to make any changes to SiT, you can grab the latest | + | While the standard SiT tar.gz file contains all the source to SiT, some people may prefer to use the projects [[Git|Git repository]]. If you don't want to make any changes to SiT, you can grab the latest source code from https://github.com/sitracker/sitracker/releases or even better you can make a git clone if you plan to make changes: |
− | + | ||
<code><pre> | <code><pre> | ||
− | git clone git:/ | + | git clone git@github.com:sitracker/sitracker.git |
</pre></code> | </pre></code> | ||
− | The code for the 3. | + | The code for the 3.6x (and earlier) versions of SiT can be found at |
svn co https://sitracker.svn.sourceforge.net/svnroot/sitracker/branches/3.x sit3 | svn co https://sitracker.svn.sourceforge.net/svnroot/sitracker/branches/3.x sit3 |