[Tux4kids-commits] r964 - in tux4kids-web/htdocs/newsitetest/tux4kids: . css includes

Matthew McSpadden mmcspadden-guest at alioth.debian.org
Sun Apr 26 17:00:43 UTC 2009


Author: mmcspadden-guest
Date: 2009-04-26 17:00:43 +0000 (Sun, 26 Apr 2009)
New Revision: 964

Modified:
   tux4kids-web/htdocs/newsitetest/tux4kids/css/layout.css
   tux4kids-web/htdocs/newsitetest/tux4kids/dev.php
   tux4kids-web/htdocs/newsitetest/tux4kids/includes/header.php
   tux4kids-web/htdocs/newsitetest/tux4kids/index.php
   tux4kids-web/htdocs/newsitetest/tux4kids/projects.php
   tux4kids-web/htdocs/newsitetest/tux4kids/svn.php
Log:
Corrected the div layers so that Tux's shadow is not hidden on a low res screen. Added News tables to the front page



Modified: tux4kids-web/htdocs/newsitetest/tux4kids/css/layout.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tux4kids/css/layout.css	2009-04-26 14:17:26 UTC (rev 963)
+++ tux4kids-web/htdocs/newsitetest/tux4kids/css/layout.css	2009-04-26 17:00:43 UTC (rev 964)
@@ -17,7 +17,7 @@
 	}
 	
 	.header{
-	position: relative;
+	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 100%;
@@ -33,7 +33,7 @@
 	.col1{
 	position:relative;
 	left: 0px;
-	top: 0px;
+	top: 125px;
 	height: 600px;
 	width: 175px;
 	background-color: #D3D3D3;
@@ -42,8 +42,8 @@
 	.col2{
 	position:relative;
 	left: 175px;
-	top: -600px;
-	width: 815px;
+	top: -475px;
+	width: 800px;
 	color: #000;
 	vertical-align: top;
 	background-color: #fff;
@@ -61,4 +61,20 @@
 	position: relative;
 	top: -98px;
 	float:right;
+	}
+	
+	.front {
+	border-collapse: collapse;
+	font-family: Arial;
+	}
+	
+	.front th{
+	background-color: #8bbf82;
+	font-size:15px;
+	}
+	
+	.front td{
+	background-color: #daf9e0;
+	vertical-align: top;
+	font-size:12px;
 	}
\ No newline at end of file

Modified: tux4kids-web/htdocs/newsitetest/tux4kids/dev.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tux4kids/dev.php	2009-04-26 14:17:26 UTC (rev 963)
+++ tux4kids-web/htdocs/newsitetest/tux4kids/dev.php	2009-04-26 17:00:43 UTC (rev 964)
@@ -1,12 +1,11 @@
 <?php
 include ('includes/pageheader.php');
-
 echo'
-	<title>Tux4kids - Developers</title>';
-
-include ('includes/header.php');
-
-echo'
+	<title>Tux4kids - Developers</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>
@@ -42,9 +41,9 @@
 			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 />
 
-                        <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!
-                        <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!
+               <br />
 			<br />
 			
 			<b>Mailing lists</b><br />
@@ -65,7 +64,9 @@
 			
 			<b>Graphics</b><br />
 			Because of the impending support for <a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a>, we <i>strongly</i> prefer that any new graphics files be created in SVG format. We can generate PNG files as needed from the SVGs.
-			</div>
+			</div>';
+include ('includes/header.php');
+echo'
 		</div>
 	</div>
 </body>

Modified: tux4kids-web/htdocs/newsitetest/tux4kids/includes/header.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tux4kids/includes/header.php	2009-04-26 14:17:26 UTC (rev 963)
+++ tux4kids-web/htdocs/newsitetest/tux4kids/includes/header.php	2009-04-26 17:00:43 UTC (rev 964)
@@ -1,8 +1,3 @@
-</head>
-
-<body>
-	<div  align="center">
-		<div class="box">
 			<div class="header">
 			<span class="drop"><img src="images/title.png" alt="Tux4Kids logo" /><br />
 			High Quality Educational Software Alternatives

Modified: tux4kids-web/htdocs/newsitetest/tux4kids/index.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tux4kids/index.php	2009-04-26 14:17:26 UTC (rev 963)
+++ tux4kids-web/htdocs/newsitetest/tux4kids/index.php	2009-04-26 17:00:43 UTC (rev 964)
@@ -1,12 +1,11 @@
 <?php
 include ('includes/pageheader.php');
-
 echo'
-	<title>Tux4kids - Home</title>';
-
-include ('includes/header.php');
-
-echo'
+	<title>Tux4kids - Home</title>
+	</head>
+<body>
+	<div  align="center">
+		<div class="box">
 			<div class="col1">
 				<ul class="menu">
 					<li><a href="" class="active"><span>Home</span></a></li>
@@ -18,8 +17,55 @@
 				</ul>
 			</div>
 			<div class="col2">
-				Welcome to tux4kids project!<br />
-			</div>
+				<font style="font-size: 18px;">Welcome to Tux4kids project!</font><br /><br />
+				<table class="front">
+					<tr>
+						<th><b>NEWS, 2009-03-19: Tux4Kids accepted for GSoC 2009!</b></th>
+					</tr>
+					<tr>
+						<td>
+						Tux4Kids has been accepted as a participating organization for this year\'s Google Summer of Code. We are very excited
+						about another phase of productive coding. All three Tux4Kids programs (Tux Paint, Tux Math and Tux Typing) will take part
+						again this year. The GSoC site has full information, including the list of particating organizations and their applications for
+						students. The list of "Ideas" for Tux4Kids is on the GSoC site. The student application period is 23 March to 03 April.
+						</td>
+					</tr>
+				</table>
+				<br />
+				<table class="front">
+					<tr>
+						<th><b>NEWS, 2009-03-14: Tux4Kids planning to participate in GSoC 2009</b></th>
+					</tr>
+					<tr>
+						<td>
+						Tux4Kids has submitted its application to participate in Google\'s Summer of Code again for 2009. We will be informed on
+						March 18 whether our application has been accepted. Further information will be posted at that time.
+						</td>
+					</tr>
+				</table>
+				<br />
+				<table class="front">
+					<tr>
+						<th><b>NEWS, 2009-02-26: Current RPMs available for multiple distros!</b></th>
+					</tr>
+					<tr>
+						<td>
+						Tux4Kids is now an active participant in the OpenSUSE Build Service, which provides the infrastructure for automated package
+						building for most linux distributions. Tuxmath and Tuxtype packages can be located through the build service search page. This
+						search page will locate both the most recent stable releases, located in the OpenSUSE Education project, as well as "preview"
+						releases, located in my home project but available to anyone. The "preview" packages are now generated almost automatically
+						and will track the status of the Subversion repository quite closely.<br />
+						<br />
+						Currently supported distributions include OpenSUSE (10.3, 11.0, 11.1, Factory); Fedora 9 and 10; and Mandriva 2008 and 2009.
+						All of these packages have been built for both i586 and x86_64 architectures. Testing is needed for all of the preview packages -
+						please report any issues to tuxmath-devel at lists.sourceforge.net. The Build System also supports .deb packaging for recent Debian
+						and Ubuntu releases, but these builds have not yet been implemented.
+						</td>
+					</tr>
+				</table>
+			</div>';
+include ('includes/header.php');
+echo'
 		</div>
 	</div>
 </body>

Modified: tux4kids-web/htdocs/newsitetest/tux4kids/projects.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tux4kids/projects.php	2009-04-26 14:17:26 UTC (rev 963)
+++ tux4kids-web/htdocs/newsitetest/tux4kids/projects.php	2009-04-26 17:00:43 UTC (rev 964)
@@ -1,12 +1,11 @@
 <?php
 include ('includes/pageheader.php');
-
 echo'
-	<title>Tux4kids - Projects</title>';
-
-include ('includes/header.php');
-
-echo'
+	<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>
@@ -18,10 +17,38 @@
 				</ul>
 			</div>
 			<div class="col2">
-				<a href="http://tux4kids.alioth.debian.org/newsitetest/tuxmath/">TuxMath</a><br />
-				<a href="http://www.tuxpaint.org">TuxPaint</a><br />
-				<a href="http://tux4kids.alioth.debian.org/newsitetest/tuxtype/">TuxTyping</a><br />
-			</div>
+				<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, is 
+							a great program that uses several different playing styles on two different games to help teach kids math skills in a fun way.
+						</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 fun drawing game 
+							encourages kids to be creative and creates a fun environment complete with 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>
+							Tux4Kids also works on a typing game called <a href="http://tux4kids.alioth.debian.org/newsitetest/tuxtype/index.php">TuxTyping</a>.
+							This educational game comes with two different games for practicing your typing, and having a great time doing it. 
+						</td>
+					</tr>
+				</table>
+			</div>';
+include ('includes/header.php');
+echo'
 		</div>
 	</div>
 </body>

Modified: tux4kids-web/htdocs/newsitetest/tux4kids/svn.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tux4kids/svn.php	2009-04-26 14:17:26 UTC (rev 963)
+++ tux4kids-web/htdocs/newsitetest/tux4kids/svn.php	2009-04-26 17:00:43 UTC (rev 964)
@@ -1,12 +1,11 @@
 <?php
 include ('includes/pageheader.php');
-
 echo'
-	<title>Tux4kids - SVN</title>';
-
-include ('includes/header.php');
-
-echo'
+	<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>
@@ -18,12 +17,28 @@
 				</ul>
 			</div>
 			<div class="col2">
-			Here you can access the SVN Repository for both Tuxtype and Tuxmath
-			<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>
-			</div>
+				<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>';
+include ('includes/header.php');
+echo'
 		</div>
 	</div>
 </body>




More information about the Tux4kids-commits mailing list