[Tux4kids-commits] r1512 - tux4kids-web/htdocs
Matthew McSpadden
mmcspadden-guest at alioth.debian.org
Fri Sep 11 13:50:22 UTC 2009
Author: mmcspadden-guest
Date: 2009-09-11 13:50:22 +0000 (Fri, 11 Sep 2009)
New Revision: 1512
Added:
tux4kids-web/htdocs/projects.php
tux4kids-web/htdocs/svn.php
Log:
Trying to fix svn commit issues.
Added: tux4kids-web/htdocs/projects.php
===================================================================
--- tux4kids-web/htdocs/projects.php (rev 0)
+++ tux4kids-web/htdocs/projects.php 2009-09-11 13:50:22 UTC (rev 1512)
@@ -0,0 +1,53 @@
+<?php include ('includes/pageheader.php');?>
+ <title>Tux4Kids - Projects</title>
+ </head>
+<body>
+ <div align="center">
+ <div class="box">
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="" class="active"><span>Projects</span></a></li>
+ <li><a href="dev.php"><span>For Developers</span></a></li>
+ <li><a href="http://alioth.debian.org/mail/?group_id=31080"><span>Mailing Lists</span></a></li>
+ <li><a href="svn.php"><span>SVN Repository</span></a></li>
+ <li><a href="http://alioth.debian.org/forum/?group_id=31080"><span>Forums</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <table>
+ <tr>
+ <td align="center">
+ <a href="http://tux4kids.alioth.debian.org/newsitetest/tuxmath/index.php"><img src="images/tm_title.png" /></a>
+ </td>
+ <td>
+ <a href="http://tux4kids.alioth.debian.org/newsitetest/tuxmath/index.php">Tux, of Math Command</a>, AKA TuxMath, lets kids hone their arithmetic
+ skills while they defend penguins from incoming comets, or offers them a chance to explore the asteroid belt with only their factoring abilities
+ to bring them through safely!
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="http://www.tuxpaint.org/"><img src="images/tp_title.png" /></a>
+ </td>
+ <td>
+ Partnering with New Breed Software, Tux4Kids helps bring you <a href="http://www.tuxpaint.org/">Tux Paint</a>. This remarkable drawing program
+ empowers kids to be creative in an environment complete with magic tools and sound effects.
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="http://tux4kids.alioth.debian.org/newsitetest/tuxtype/index.php"><img src="images/tt_title.png" /></a>
+ </td>
+ <td>
+ <a href="http://tux4kids.alioth.debian.org/newsitetest/tuxtype/index.php">TuxTyping</a> Tux the penguin is hungry, and loves to eat fish. But Tux
+ can only catch the fish if you type the right letters in time! Can you help Tux?
+ </td>
+ </tr>
+ </table>
+ </div>
+<?php include ('includes/header.php');?>
+ </div>
+ </div>
+</body>
+</html>
\ No newline at end of file
Added: tux4kids-web/htdocs/svn.php
===================================================================
--- tux4kids-web/htdocs/svn.php (rev 0)
+++ tux4kids-web/htdocs/svn.php 2009-09-11 13:50:22 UTC (rev 1512)
@@ -0,0 +1,45 @@
+<?php include ('includes/pageheader.php');?>
+ <title>Tux4kids - SVN</title>
+ </head>
+<body>
+ <div align="center">
+ <div class="box">
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="projects.php"><span>Projects</span></a></li>
+ <li><a href="dev.php"><span>For Developers</span></a></li>
+ <li><a href="mail.php"><span>Mailing Lists</span></a></li>
+ <li><a href="svn.php" class="active"><span>SVN Repository</span></a></li>
+ <li><a href="https://alioth.debian.org/forum/?group_id=31080"><span>Forums</span></a></li>
+ </ul>
+ <br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+ <br /><br /><br /><br /><br /><br /><br /><br />
+ <img src="images/pow-fusionforge.png" alt="Fusion Forge" />
+ </div>
+ <div class="col2">
+ <b>Viewing the Repository</b><br />
+ To check out the repository without making any changes, check out the browsable svn below. If all you need is the url for the svn, here it is as well.
+ <ul>
+ <li><a href="http://svn.debian.org/wsvn/tux4kids">browsable</a></li>
+ <li><a href="svn://svn.debian.org/tux4kids/">svn://svn.debian.org/tux4kids/</a></li>
+ </ul><br />
+ <b>Working with the Repository</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 /><br />
+ <kbd>svn co svn://svn.debian.org/tux4kids/</kbd><br /><br />
+ This will get you the source code, but you won\'t be able to check in your modifications, because you need to have an account on Alioth.<br /><br />
+ To get a fully-functional SVN checkout, <a href="http://alioth.debian.org">apply for an Alioth account</a> and wait for administrator approval. Once you
+ have approval, do the checkout in the following way:<br /><br />
+ <kbd>svn co svn+ssh://fred-guest@svn.debian.org/svn/tux4kids</kbd><br /><br />
+ assuming your user name is "fred-guest". You will have to supply your password (perhaps more than once; note you can upload an SSH key to Alioth and
+ bypass the requirement to type the password each time you make a commit).<br />
+ With this checkout, you can use the full functionality of SVN and distribute your improvements to all the developers. If you started developing with an
+ anonymous checkout, you can manually copy any changes over to the new directory created with your Alioth account and check them in.<br />
+ <br />
+ </div>
+<?php include ('includes/header.php');?>
+ </div>
+ </div>
+</body>
+</html>
\ No newline at end of file
More information about the Tux4kids-commits
mailing list