[Tux4kids-commits] r1723 - tux4kids-web/htdocs

David Bruce dbruce-guest at alioth.debian.org
Sat Jan 16 03:15:50 UTC 2010


Author: dbruce-guest
Date: 2010-01-16 03:15:50 +0000 (Sat, 16 Jan 2010)
New Revision: 1723

Modified:
   tux4kids-web/htdocs/dev.php
Log:
Update of website with announcement about git transition



Modified: tux4kids-web/htdocs/dev.php
===================================================================
--- tux4kids-web/htdocs/dev.php	2010-01-15 19:44:21 UTC (rev 1722)
+++ tux4kids-web/htdocs/dev.php	2010-01-16 03:15:50 UTC (rev 1723)
@@ -39,7 +39,23 @@
 			Mac OSX releases of TuxMath but working on other platforms, too)<br />
 			<br />
 			
-			<b>SVN checkout (TuxMath and TuxTyping)</b><br />
+			<b>NOTE: TuxMath and TuxTyping are changing to git for source code management as of 23 Jan 2010!</b><br />
+			The git repositories for the Tux4Kids subprojects (tuxmath, tuxtype, tux4kids-admin, tux4kids-web, and t4kcommon) have been
+			created and will become the official method of code submission as of Jan 23.  Temporarily, they are located on the Alioth server
+			under alioth.debian.org/git/tux4kids/test/ with the names as listed above.  They can be cloned for testing with e.g.<br /><br />
+
+			git clone git+ssh://dbruce-guest@git.debian.org/git/tux4kids/test/tuxmath<br /><br />
+
+			When our git repositories are officially active, they will be located directly in /git/tux4kids and will have a *.git extension,
+			e.g:<br /><br />
+			git clone git+ssh://dbruce-guest@git.debian.org/git/tux4kids/tuxmath.git<br /><br />
+
+			Anonymous read-only cloning will also be supported but isn't yet working. <br /><br />
+			Note that with git, each project will have its own repository, rather than a single "tux4kids" repository for the entire collection.
+                        This is being done because git does not have the concept of partial-tree checkouts.
+			
+
+			<b>SVN checkout (TuxMath and TuxTyping) ********* CHANGING SOON - SEE ABOVE *******</b><br />
 			The SVN site is hosted on <a href="http://tux4kids.alioth.debian.org/">Alioth</a> (please do not download the SourceForge SVN
 			tree, it could be out of date). You can do an "anonymous" checkout in the following way:<br />
 			<kbd>svn co svn://svn.debian.org/tux4kids/</kbd><br />
@@ -55,8 +71,8 @@
 			Alioth account and check them in.<br />
 			<br />
 			<b>Copyright</b><br />
-			Tux4kids software is released under the GPL2. By commiting your code you agree to distribute your work under this
-			license as well. Please state so in the headers of the source files, including svg images. Thanks!
+			Tux4kids software has historically been a "GPL2 or later" project. By commiting your code you agree to distribute your work under this
+			license as well. All source files should have a copyright and license statement.  We are currently assessing whether to move to GPLv3+.
 			<br />
 			<br />
 							
@@ -83,4 +99,4 @@
 		</div>
 	</div>
 </body>
-</html>
\ No newline at end of file
+</html>




More information about the Tux4kids-commits mailing list