X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=www%2Fgit.xhtml;fp=www%2Fgit.xhtml;h=c4fb7e425774e96d70b2b76652b685a638e1110e;hb=c8e0a4a33a54a770ba9a71524438cd321cd64937;hp=0000000000000000000000000000000000000000;hpb=01fa9cc5d6b8488dc475a11781ba0e28d32a9b45;p=www.i-scream.org.git diff --git a/www/git.xhtml b/www/git.xhtml new file mode 100644 index 0000000..c4fb7e4 --- /dev/null +++ b/www/git.xhtml @@ -0,0 +1,83 @@ + + + + i-scream Git Repositories + + + + +
+
+ +
+

+ i-scream Git Repositories +

+

+ The i-scream Git repositories contain the currently + developed source code. All historic source code can be + found in CVS. +

+

+ All code available in the Git repositories is + licensed under the GPL. +

+

+ Web Access +

+

+ We use GitWeb to provide a visual frontend to the Git + repositories. It allows you to browse around each repository, + viewing any version of a file, and the differences between + different versions. There is also a link to download the + latest version of any section. +

+

+ http://git.i-scream.org/ +

+

+ Anonymous Git Access (read-only) +

+

+ Anyone can access the i-scream Git repositories in anonymous + read-only mode. The following commands will both allow you + to check out the libstatgrab repository. To see what other + repositories are available you can look at the web frontend. + Choose whichever protocol you prefer. +

+
+git clone http://git.i-scream.org/libstatgrab
+git clone git://git.i-scream.org/libstatgrab
+
+

+ Developer CVS Access (write) +

+

+ The i-scream development team have write access to the + required Git repositories. This is only available over SSH on + a non-standard port. You will need to have a SSH key + installed on the server first. Then just clone and push + using ssh. +

+
+git clone ssh://git@git.i-scream.org/libstatgrab
+
+

+ GitHub Mirror +

+

+ Our Git repositories are mirrored on GitHub. The master + repository that we'll push commits to is located here, but + we provide the GitHub mirrors to make it easier for you to + make changes and work with our code. +

+

+ http://github.com/i-scream +

+
+ +
+ +
+ +