[Tux4kids-commits] r951 - in tux4kids-web/htdocs/newsitetest: . tuxmath tuxmath/css tuxmath/images tuxmath/includes tuxmath/screenshots
Matthew McSpadden
mmcspadden-guest at alioth.debian.org
Mon Apr 6 14:20:32 UTC 2009
Author: mmcspadden-guest
Date: 2009-04-06 14:20:32 +0000 (Mon, 06 Apr 2009)
New Revision: 951
Added:
tux4kids-web/htdocs/newsitetest/tuxmath/
tux4kids-web/htdocs/newsitetest/tuxmath/css/
tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css
tux4kids-web/htdocs/newsitetest/tuxmath/css/stylesheet.css
tux4kids-web/htdocs/newsitetest/tuxmath/css/thumbnailviewer.css
tux4kids-web/htdocs/newsitetest/tuxmath/css/thumbnailviewer.js
tux4kids-web/htdocs/newsitetest/tuxmath/debdown.php
tux4kids-web/htdocs/newsitetest/tuxmath/download.php
tux4kids-web/htdocs/newsitetest/tuxmath/help.php
tux4kids-web/htdocs/newsitetest/tuxmath/images/
tux4kids-web/htdocs/newsitetest/tuxmath/images/dbutton.png
tux4kids-web/htdocs/newsitetest/tuxmath/images/gear.gif
tux4kids-web/htdocs/newsitetest/tuxmath/images/gears1.gif
tux4kids-web/htdocs/newsitetest/tuxmath/images/linux-ubuntu.gif
tux4kids-web/htdocs/newsitetest/tuxmath/images/loading.gif
tux4kids-web/htdocs/newsitetest/tuxmath/images/macosx.gif
tux4kids-web/htdocs/newsitetest/tuxmath/images/tm_title.png
tux4kids-web/htdocs/newsitetest/tuxmath/images/tmheader.png
tux4kids-web/htdocs/newsitetest/tuxmath/images/tmmbg.png
tux4kids-web/htdocs/newsitetest/tuxmath/images/tp_title.png
tux4kids-web/htdocs/newsitetest/tuxmath/images/tt_title.png
tux4kids-web/htdocs/newsitetest/tuxmath/images/tux.png
tux4kids-web/htdocs/newsitetest/tuxmath/images/verMenuImages.png
tux4kids-web/htdocs/newsitetest/tuxmath/images/windows.gif
tux4kids-web/htdocs/newsitetest/tuxmath/includes/
tux4kids-web/htdocs/newsitetest/tuxmath/includes/header.php
tux4kids-web/htdocs/newsitetest/tuxmath/includes/pageheader.php
tux4kids-web/htdocs/newsitetest/tuxmath/index.php
tux4kids-web/htdocs/newsitetest/tuxmath/macdown.php
tux4kids-web/htdocs/newsitetest/tuxmath/other.php
tux4kids-web/htdocs/newsitetest/tuxmath/screens.php
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/game_play.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/game_play_sm.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/help.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/help_sm.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/highscores.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/highscores_sm.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/intl.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/intl_sm.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons1.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons1_sm.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons2.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons2_sm.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/login.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/login_sm.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/menu.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/menu_sm.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/snow.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/snow_sm.jpg
tux4kids-web/htdocs/newsitetest/tuxmath/sourcedown.php
tux4kids-web/htdocs/newsitetest/tuxmath/windown.php
Log:
Adding the new TuxMath website to the SVN
Added: tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,84 @@
+ .html, body, form, fieldset, img, div{
+ font: 100% Verdana, Arial;
+ padding: 0px;
+ border: 0px;
+ margin: 0px;
+ }
+
+ .box{
+ position: relative;
+ left: 0px;
+ top: 0px;
+ height: 600px;
+ width: 1000px;
+ color: #D3EDCB;
+ vertical-align: top;
+ background-color: #fff;
+ text-align: left;
+ }
+
+ .header{
+ position: relative;
+ top: 0px;
+ left: 0px;
+ width: 1000px;
+ height: 125px;
+ background-image: url('../images/tmheader.png');
+ background-repeat: no-repeat;
+ background-color: #fff;
+ }
+
+ .heading{
+ font-size: 20px;
+ }
+
+ .col1{
+ position:relative;
+ left: 0px;
+ top: 0px;
+ height: 600px;
+ width: 175px;
+ background-image: url('../images/tmmbg.png');
+ background-repeat: no-repeat;
+ background-color: #000;
+ }
+
+ .col2{
+ position:relative;
+ left: 175px;
+ top: -600px;
+ width: 815px;
+ color: #000;
+ vertical-align: top;
+ background-color: #fff;
+ text-align: left;
+ padding: 5px;
+ }
+
+ .drop {
+ display:block;
+ margin:0;
+ text-align:left;
+ }
+
+ .drop span {
+ position: relative;
+ top: -98px;
+ float:right;
+ }
+
+ .downloads {
+
+ }
+
+ .downloads th {
+ font-size: 25px;
+ }
+
+ .command {
+ font-family: courier new;
+ }
+
+ .news {
+ font-size: 14px;
+ font-family: Times New Roman;
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/css/stylesheet.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/css/stylesheet.css (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/css/stylesheet.css 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,59 @@
+/* Generated via www.cssmenubuilder.com */
+
+ .menu{
+ margin:0;
+ padding:0;
+ width:175px;
+ list-style:none;
+ background:rgb(0,0,0);
+ }
+
+ .menu li{
+ padding:0;
+ margin:0 0 5px 0;
+ height:40px;
+ display:block;
+ float:left;
+ filter:alpha(opacity=85);
+ opacity:.85;
+ }
+
+ .menu li a{
+ text-align:left;
+ height:40px;
+ width: 145px;
+ padding:0px 15px;
+ font:16px Verdana, Arial, Helvetica, sans-serif;
+ color:rgb(255,255,255);
+ display:block;
+ background:url('../images/verMenuImages.png') 0px 0px no-repeat;
+ text-decoration:none;
+ font-weight: bold;
+ outline: none;
+ float:left;
+ filter:alpha(opacity=85);
+ opacity:.85;
+ }
+
+ .menu li a:hover{
+ background:url('../images/verMenuImages.png') 0px -40px no-repeat;
+ color:rgb(250,250,2);
+ float:left;
+ filter:alpha(opacity=85);
+ opacity:.85;
+ }
+
+ .menu li a.active, .menu li a.active:hover{
+ background:url('../images/verMenuImages.png') 0px -40px no-repeat;
+ color:rgb(250,250,2);
+ float:left;
+ filter:alpha(opacity=85);
+ opacity:.85;
+ }
+
+ .menu li a span{
+ line-height:40px;
+ float:left;
+ filter:alpha(opacity=85);
+ opacity:.85;
+ }
Added: tux4kids-web/htdocs/newsitetest/tuxmath/css/thumbnailviewer.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/css/thumbnailviewer.css (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/css/thumbnailviewer.css 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,37 @@
+#thumbBox{ /*Outermost DIV for thumbnail viewer*/
+position: absolute;
+left: 0;
+top: 0;
+width: auto;
+padding: 4px;
+padding-bottom: 0;
+background: #000000;
+visibility: hidden;
+z-index: 10;
+cursor: hand;
+cursor: pointer;
+}
+
+#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
+font: 18px "Times New Roman", Times, serif;
+text-decoration : none;
+letter-spacing: 1px;
+line-height: 1.1em;
+color: white;
+padding: 1px 0;
+text-align: right;
+}
+
+
+#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
+background-color: white;
+}
+
+#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
+position: absolute;
+visibility: hidden;
+border: 1px solid black;
+background-color: #EFEFEF;
+padding: 5px;
+z-index: 5;
+}
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/css/thumbnailviewer.js
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/css/thumbnailviewer.js (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/css/thumbnailviewer.js 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,153 @@
+// -------------------------------------------------------------------
+// Image Thumbnail Viewer Script- By Dynamic Drive, available at: http://www.dynamicdrive.com
+// Last updated: Jan 22nd, 2007
+// -------------------------------------------------------------------
+
+var thumbnailviewer={
+enableTitle: true, //Should "title" attribute of link be used as description?
+enableAnimation: true, //Enable fading animation?
+definefooter: '<div class="footerbar">CLOSE X</div>', //Define HTML for footer interface
+defineLoading: '<img src="../images/loading.gif" /> Loading Image...', //Define HTML for "loading" div
+
+/////////////No need to edit beyond here/////////////////////////
+
+scrollbarwidth: 16,
+opacitystring: 'filter:progid:DXImageTransform.Microsoft.alpha(opacity=10); -moz-opacity: 0.1; opacity: 0.1',
+targetlinks:[], //Array to hold links with rel="thumbnail"
+
+createthumbBox:function(){
+//write out HTML for Image Thumbnail Viewer plus loading div
+document.write('<div id="thumbBox" onClick="thumbnailviewer.closeit()"><div id="thumbImage"></div>'+this.definefooter+'</div>')
+document.write('<div id="thumbLoading">'+this.defineLoading+'</div>')
+this.thumbBox=document.getElementById("thumbBox")
+this.thumbImage=document.getElementById("thumbImage") //Reference div that holds the shown image
+this.thumbLoading=document.getElementById("thumbLoading") //Reference "loading" div that will be shown while image is fetched
+this.standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body //create reference to common "body" across doctypes
+},
+
+
+centerDiv:function(divobj){ //Centers a div element on the page
+var ie=document.all && !window.opera
+var dom=document.getElementById
+var scroll_top=(ie)? this.standardbody.scrollTop : window.pageYOffset
+var scroll_left=(ie)? this.standardbody.scrollLeft : window.pageXOffset
+var docwidth=(ie)? this.standardbody.clientWidth : window.innerWidth-this.scrollbarwidth
+var docheight=(ie)? this.standardbody.clientHeight: window.innerHeight
+var docheightcomplete=(this.standardbody.offsetHeight>this.standardbody.scrollHeight)? this.standardbody.offsetHeight : this.standardbody.scrollHeight //Full scroll height of document
+var objwidth=divobj.offsetWidth //width of div element
+var objheight=divobj.offsetHeight //height of div element
+var topposition=(docheight>objheight)? scroll_top+docheight/2-objheight/2+"px" : scroll_top+10+"px" //Vertical position of div element: Either centered, or if element height larger than viewpoint height, 10px from top of viewpoint
+divobj.style.left=docwidth/2-objwidth/2+"px" //Center div element horizontally
+divobj.style.top=Math.floor(parseInt(topposition))+"px"
+divobj.style.visibility="visible"
+},
+
+showthumbBox:function(){ //Show ThumbBox div
+this.centerDiv(this.thumbBox)
+if (this.enableAnimation){ //If fading animation enabled
+this.currentopacity=0.1 //Starting opacity value
+this.opacitytimer=setInterval("thumbnailviewer.opacityanimation()", 20)
+}
+},
+
+
+loadimage:function(link){ //Load image function that gets attached to each link on the page with rel="thumbnail"
+if (this.thumbBox.style.visibility=="visible") //if thumbox is visible on the page already
+this.closeit() //Hide it first (not doing so causes triggers some positioning bug in Firefox
+var imageHTML='<img src="'+link.getAttribute("href")+'" style="'+this.opacitystring+'" />' //Construct HTML for shown image
+if (this.enableTitle && link.getAttribute("title")) //Use title attr of the link as description?
+imageHTML+='<br /><table class="table"><tr><td align="left">'+link.getAttribute("title")+'</td></tr></table>'
+this.centerDiv(this.thumbLoading) //Center and display "loading" div while we set up the image to be shown
+this.thumbImage.innerHTML=imageHTML //Populate thumbImage div with shown image's HTML (while still hidden)
+this.featureImage=this.thumbImage.getElementsByTagName("img")[0] //Reference shown image itself
+this.featureImage.onload=function(){ //When target image has completely loaded
+thumbnailviewer.thumbLoading.style.visibility="hidden" //Hide "loading" div
+thumbnailviewer.showthumbBox() //Display "thumbbox" div to the world!
+}
+if (document.all && !window.createPopup) //Target IE5.0 browsers only. Address IE image cache not firing onload bug: panoramio.com/blog/onload-event/
+this.featureImage.src=link.getAttribute("href")
+this.featureImage.onerror=function(){ //If an error has occurred while loading the image to show
+thumbnailviewer.thumbLoading.style.visibility="hidden" //Hide "loading" div, game over
+}
+},
+
+setimgopacity:function(value){ //Sets the opacity of "thumbimage" div per the passed in value setting (0 to 1 and in between)
+var targetobject=this.featureImage
+if (targetobject.filters && targetobject.filters[0]){ //IE syntax
+if (typeof targetobject.filters[0].opacity=="number") //IE6
+targetobject.filters[0].opacity=value*100
+else //IE 5.5
+targetobject.style.filter="alpha(opacity="+value*100+")"
+}
+else if (typeof targetobject.style.MozOpacity!="undefined") //Old Mozilla syntax
+targetobject.style.MozOpacity=value
+else if (typeof targetobject.style.opacity!="undefined") //Standard opacity syntax
+targetobject.style.opacity=value
+else //Non of the above, stop opacity animation
+this.stopanimation()
+},
+
+opacityanimation:function(){ //Gradually increase opacity function
+this.setimgopacity(this.currentopacity)
+this.currentopacity+=0.1
+if (this.currentopacity>1)
+this.stopanimation()
+},
+
+stopanimation:function(){
+if (typeof this.opacitytimer!="undefined")
+clearInterval(this.opacitytimer)
+},
+
+
+closeit:function(){ //Close "thumbbox" div function
+this.stopanimation()
+this.thumbBox.style.visibility="hidden"
+this.thumbImage.innerHTML=""
+this.thumbBox.style.left="-2000px"
+this.thumbBox.style.top="-2000px"
+},
+
+cleanup:function(){ //Clean up routine on page unload
+this.thumbLoading=null
+if (this.featureImage) this.featureImage.onload=null
+this.featureImage=null
+this.thumbImage=null
+for (var i=0; i<this.targetlinks.length; i++)
+this.targetlinks[i].onclick=null
+this.thumbBox=null
+},
+
+dotask:function(target, functionref, tasktype){ //assign a function to execute to an event handler (ie: onunload)
+var tasktype=(window.addEventListener)? tasktype : "on"+tasktype
+if (target.addEventListener)
+target.addEventListener(tasktype, functionref, false)
+else if (target.attachEvent)
+target.attachEvent(tasktype, functionref)
+},
+
+init:function(){ //Initialize thumbnail viewer script by scanning page and attaching appropriate function to links with rel="thumbnail"
+if (!this.enableAnimation)
+this.opacitystring=""
+var pagelinks=document.getElementsByTagName("a")
+for (var i=0; i<pagelinks.length; i++){ //BEGIN FOR LOOP
+if (pagelinks[i].getAttribute("rel") && pagelinks[i].getAttribute("rel")=="thumbnail"){ //Begin if statement
+pagelinks[i].onclick=function(){
+thumbnailviewer.stopanimation() //Stop any currently running fade animation on "thumbbox" div before proceeding
+thumbnailviewer.loadimage(this) //Load image
+return false
+}
+this.targetlinks[this.targetlinks.length]=pagelinks[i] //store reference to target link
+} //end if statement
+} //END FOR LOOP
+//Reposition "thumbbox" div when page is resized
+this.dotask(window, function(){if (thumbnailviewer.thumbBox.style.visibility=="visible") thumbnailviewer.centerDiv(thumbnailviewer.thumbBox)}, "resize")
+
+
+} //END init() function
+
+}
+
+thumbnailviewer.createthumbBox() //Output HTML for the image thumbnail viewer
+thumbnailviewer.dotask(window, function(){thumbnailviewer.init()}, "load") //Initialize script on page load
+thumbnailviewer.dotask(window, function(){thumbnailviewer.cleanup()}, "unload")
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/debdown.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/debdown.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/debdown.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,45 @@
+<?php
+include ('includes/pageheader.php');
+
+echo'
+ <title>Tux4kids » Tuxmath » Downloads</title>';
+
+include ('includes/header.php');
+
+echo'
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="download.php" class="active"><span>Download</span></a></li>
+ <li><a href="screens.php"><span>Screenshots</span></a></li>
+ <li><a href="help.php"><span>Get help</span></a></li>
+ <li><a href="other.php"><span>Other Projects</span></a></li>
+ <li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <table class="downloads">
+ <tr>
+ <td width="50px">
+ <img src="images/linux-ubuntu.gif" alt="Ubuntu Logo" />
+ </td>
+ <th>
+ <font>Debian based Linux</font>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2">
+ If you run Debian simply open a terminal and run<br />
+ <br />
+ <font class="command">aptitude install tuxmath tuxtype tuxtype-data-nonfree</font>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+</body>
+</html>';
+?>
+
+
Added: tux4kids-web/htdocs/newsitetest/tuxmath/download.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/download.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/download.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,56 @@
+<?php
+include ('includes/pageheader.php');
+
+echo'
+ <title>Tux4kids » Tuxmath » Downloads</title>';
+
+include ('includes/header.php');
+
+echo'
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="" class="active"><span>Download</span></a></li>
+ <li><a href="screens.php"><span>Screenshots</span></a></li>
+ <li><a href="help.php"><span>Get help</span></a></li>
+ <li><a href="other.php"><span>Other Projects</span></a></li>
+ <li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <a href="sourcedown.php"><strong>Source</strong></a><br />
+ <img src="images/gear.gif" alt="Gears" />Get the source and compile it yourself.<br />
+ Clicking the link above would take you to yet<br />
+ another page where the download links can <br />
+ be found.
+ <br />
+ <br />
+ <br />
+ <a href="windown.php"><strong>Windows 2000, XP, Vista</strong></a><br />
+ <img src="images/windows.gif" alt="Windows Logo" />Here is a blurb about Windows Users<br />
+ Clicking the link above would take you to yet<br />
+ another page where the download links can <br />
+ be found.
+ <br />
+ <br />
+ <br />
+ <a href="macdown.php"><strong>Apple Mac OS X</strong></a><br />
+ <img src="images/macosx.gif" alt="Mac OS X Logo" />Here is a blurb about Mac Users<br />
+ Clicking the link above would take you to yet<br />
+ another page where the download links can <br />
+ be found.
+ <br />
+ <br />
+ <br />
+ <a href="debdown.php"><strong>Ubuntu Linux</strong></a><br />
+ <img src="images/linux-ubuntu.gif" alt="Ubuntu Logo" />Here is a blurb about Linux Users<br />
+ Clicking the link above would take you to yet<br />
+ another page where the download links can <br />
+ be found.
+ <br />
+ </div>
+ </div>
+ </div>
+</body>
+</html>';
+?>
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/help.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/help.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/help.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,27 @@
+<?php
+include ('includes/pageheader.php');
+
+echo'
+ <title>Tux4kids » Tuxmath » Get Help</title>';
+
+include ('includes/header.php');
+
+echo'
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="download.php"><span>Download</span></a></li>
+ <li><a href="screens.php"><span>Screenshots</span></a></li>
+ <li><a href="" class="active"><span>Get help</span></a></li>
+ <li><a href="other.php"><span>Other Projects</span></a></li>
+ <li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ We will be adding a FAQ as well as some tutorials on this page as time permits.
+ </div>
+ </div>
+ </div>
+</body>
+</html>';
+?>
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/dbutton.png
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/dbutton.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/gear.gif
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/gear.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/gears1.gif
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/gears1.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/linux-ubuntu.gif
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/linux-ubuntu.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/loading.gif
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/loading.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/macosx.gif
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/macosx.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/tm_title.png
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/tm_title.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/tmheader.png
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/tmheader.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/tmmbg.png
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/tmmbg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/tp_title.png
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/tp_title.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/tt_title.png
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/tt_title.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/tux.png
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/tux.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/verMenuImages.png
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/verMenuImages.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/images/windows.gif
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/images/windows.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/includes/header.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/includes/header.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/includes/header.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,9 @@
+</head>
+
+<body>
+ <div align="center">
+ <div class="box">
+ <div class="header">
+ <span class="drop"><img src="images/tm_title.png" alt="TuxMath Logo" /><br />
+ <span><img src="images/tux.png" alt="Tux" /></span></span>
+ </div>
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/includes/pageheader.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/includes/pageheader.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/includes/pageheader.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,8 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <link rel="stylesheet" media="all" type="text/css" href="css/layout.css" />
+ <link rel="stylesheet" type="text/css" media="screen" href="css/stylesheet.css" />
+ <link rel="stylesheet" href="css/thumbnailviewer.css" type="text/css" />
+ <script src="css/thumbnailviewer.js" type="text/javascript"></script>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/index.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/index.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/index.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,42 @@
+<?php
+include ('includes/pageheader.php');
+
+echo'
+ <title>Tux4kids » Tuxmath » Home</title>';
+
+include ('includes/header.php');
+
+echo'
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="" class="active"><span>Home</span></a></li>
+ <li><a href="download.php"><span>Download</span></a></li>
+ <li><a href="screens.php"><span>Screenshots</span></a></li>
+ <li><a href="help.php"><span>Get help</span></a></li>
+ <li><a href="other.php"><span>Other Projects</span></a></li>
+ <li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <font class="heading">Welcome to Tux, of Math Command!</font><br />
+ <br />
+ TuxMath is an arcade game that helps kids practice their math facts. The main goal is to make it effective and fun! <br />
+ <br />
+ <font class="news"><b>NEWS 2009-03-14: New release of TuxMath</b> TuxMath 1.7.2 is available for download on our downloads page as source tarballs and Win32 installer builds.
+ RPM packages for most GNU/Linux distributions can be found via this search page. For Mac users, the new packages should be in MacPorts shortly, and dmg files
+ will be posted here when built. These releases mostly reflect underlying code cleanup in advance of this year\'s Google Summer of Code, with only minor user-visible
+ changes.<br />
+ <br />
+
+ <b>NEWS 2008-12-08: Updated release of TuxMath</b> TuxMath 1.7.1 is available for download. For TuxMath, 1.7.1 includes a number of less critical fixes and
+ enhancements. The most important change is correction of many of the lesson files so they should now reliably generate the intended questions.<br />
+ <br />
+
+ <b>NEWS 2008-12-08: TuxMath 1.7.0 Released!</b> Source tar.gz archives and executable Win32 installer for TuxMath 1.7.0 are available for download on our Released Files
+ page. See below for a description of the new features. Tux Typing 1.7.0 should be released within the next day or so.<br /></font>
+ </div>
+ </div>
+ </div>
+</body>
+</html>';
+?>
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/macdown.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/macdown.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/macdown.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,44 @@
+<?php
+include ('includes/pageheader.php');
+
+echo'
+ <title>Tux4kids » Tuxmath » Downloads</title>';
+
+include ('includes/header.php');
+
+echo'
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="download.php" class="active"><span>Download</span></a></li>
+ <li><a href="screens.php"><span>Screenshots</span></a></li>
+ <li><a href="help.php"><span>Get help</span></a></li>
+ <li><a href="other.php"><span>Other Projects</span></a></li>
+ <li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <table class="downloads">
+ <tr>
+ <td width="50px">
+ <img src="images/macosx.gif" alt="Mac OS X Logo" />
+ </td>
+ <th>
+ <font>Mac dmg files</font>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2">
+ Either you love it or your hate it, but it is unfrogettable Mac OS X
+ </td>
+ </tr>
+ </table>
+ <br />
+ <a href="https://alioth.debian.org/frs/download.php/2765/tuxmath-1.7.1-macosx.dmg">
+ <img src="images/dbutton.png"></a>
+ </div>
+ </div>
+ </div>
+</body>
+</html>';
+?>
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/other.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/other.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/other.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,46 @@
+<?php
+include ('includes/pageheader.php');
+
+echo'
+ <title>Tux4kids » Tuxtype » Other projects by Tux4Kids</title>';
+
+include ('includes/header.php');
+
+echo'
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="download.php"><span>Downloads</span></a></li>
+ <li><a href="screens.php"><span>Screenshots</span></a></li>
+ <li><a href="help.php"><span>Get help</span></a></li>
+ <li><a href="other.php" class="active"><span>Other Projects</span></a></li>
+ <li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <table>
+ <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>
+ <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>
+ </table>
+ </div>
+ </div>
+ </div>
+</body>
+</html>';
+?>
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screens.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/screens.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/screens.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,77 @@
+<?php
+include ('includes/pageheader.php');
+
+echo'
+ <title>Tux4kids » Tuxmath » Screenshots</title>';
+
+include ('includes/header.php');
+
+echo'
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="download.php"><span>Download</span></a></li>
+ <li><a href="" class="active"><span>Screenshots</span></a></li>
+ <li><a href="help.php"><span>Get help</span></a></li>
+ <li><a href="other.php"><span>Other Projects</span></a></li>
+ <li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <table>
+ <tr>
+ <td>
+ <a href="screenshots/menu.jpg" rel="thumbnail" title="TuxMath Menu:">
+ <img src="screenshots/menu_sm.jpg" border="1" alt="Tux Menu Thumbnail"><br>
+ <small>Click to Enlarge</small></a>
+ </td>
+ <td>
+ <a href="screenshots/game_play.jpg" rel="thumbnail" title="Your mission is to protect your penguin\'s igloos from falling comets:">
+ <img src="screenshots/game_play_sm.jpg" border="1" alt="TuxMath Gameplay"><br>
+ <small>Click to Enlarge</small></a>
+ </td>
+ <td>
+ <a href="screenshots/help.jpg" rel="thumbnail" title="Learn how to play:">
+ <img src="screenshots/help_sm.jpg" border="1" alt="TuxMath Tutorial"><br>
+ <small>Click to Enlarge</small></a>
+ </td>
+ <td>
+ <a href="screenshots/highscores.jpg" rel="thumbnail" title="players can compete to earn a place on a high score table:">
+ <img src="screenshots/highscores_sm.jpg" border="1" alt="Tux running"><br>
+ <small>Click to Enlarge</small></a>
+ </td>
+ <td>
+ <a href="screenshots/intl.jpg" rel="thumbnail" title="Tuxmath is available in several different languages:">
+ <img src="screenshots/intl_sm.jpg" border="1" alt="Tux running"><br>
+ <small>Click to Enlarge</small></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="screenshots/lessons1.jpg" rel="thumbnail" title="The Command Training lets you focus on a particular set of facts:">
+ <img src="screenshots/lessons1_sm.jpg" border="1" alt="Tux running"><br>
+ <small>Click to Enlarge</small></a>
+ </td>
+ <td>
+ <a href="screenshots/lessons2.jpg" rel="thumbnail" title="Once you have completed all the training, try your hand at the arcade game:">
+ <img src="screenshots/lessons2_sm.jpg" border="1" alt="Tux running"><br>
+ <small>Click to Enlarge</small></a>
+ </td>
+ <td>
+ <a href="screenshots/login.jpg" rel="thumbnail" title="You can configure TuxMath for multiple users: ">
+ <img src="screenshots/login_sm.jpg" border="1" alt="Tux running"><br>
+ <small>Click to Enlarge</small></a>
+ </td>
+ <td>
+ <a href="screenshots/snow.jpg" rel="thumbnail" title="All is not lost, the snow cloud comes to the rescue:">
+ <img src="screenshots/snow_sm.jpg" border="1" alt="Tux running"><br>
+ <small>Click to Enlarge</small></a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+</body>
+</html>';
+?>
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/game_play.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/game_play.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/game_play_sm.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/game_play_sm.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/help.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/help.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/help_sm.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/help_sm.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/highscores.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/highscores.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/highscores_sm.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/highscores_sm.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/intl.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/intl.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/intl_sm.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/intl_sm.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons1.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons1.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons1_sm.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons1_sm.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons2.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons2.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons2_sm.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/lessons2_sm.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/login.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/login.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/login_sm.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/login_sm.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/menu.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/menu.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/menu_sm.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/menu_sm.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/snow.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/snow.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/snow_sm.jpg
===================================================================
(Binary files differ)
Property changes on: tux4kids-web/htdocs/newsitetest/tuxmath/screenshots/snow_sm.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: tux4kids-web/htdocs/newsitetest/tuxmath/sourcedown.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/sourcedown.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/sourcedown.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,45 @@
+<?php
+include ('includes/pageheader.php');
+
+echo'
+ <title>Tux4kids » Tuxmath » Downloads</title>';
+
+include ('includes/header.php');
+
+echo'
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="download.php" class="active"><span>Download</span></a></li>
+ <li><a href="screens.php"><span>Screenshots</span></a></li>
+ <li><a href="help.php"><span>Get help</span></a></li>
+ <li><a href="other.php"><span>Other Projects</span></a></li>
+ <li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <table class="downloads">
+ <tr>
+ <td width="50px">
+ <img src="images/gear.gif" alt="Gears" />
+ </td>
+ <th>
+ <font>Source</font>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2">
+ For your frustration and enjoyment we give you the foundation of open source software, the source code itself. Whether
+ you are a developer or a DIYer you\'ll find the latest releases of the source code right here.
+ </td>
+ </tr>
+ </table>
+ <br />
+ <a href="http://alioth.debian.org/frs/download.php/2971/tuxmath_w_fonts-1.7.2.tar.gz">
+ <img src="images/dbutton.png"></a>
+ </div>
+ </div>
+ </div>
+</body>
+</html>';
+?>
\ No newline at end of file
Added: tux4kids-web/htdocs/newsitetest/tuxmath/windown.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/windown.php (rev 0)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/windown.php 2009-04-06 14:20:32 UTC (rev 951)
@@ -0,0 +1,44 @@
+<?php
+include ('includes/pageheader.php');
+
+echo'
+ <title>Tux4kids » Tuxmath » Downloads</title>';
+
+include ('includes/header.php');
+
+echo'
+ <div class="col1">
+ <ul class="menu">
+ <li><a href="index.php"><span>Home</span></a></li>
+ <li><a href="download.php" class="active"><span>Download</span></a></li>
+ <li><a href="screens.php"><span>Screenshots</span></a></li>
+ <li><a href="help.php"><span>Get help</span></a></li>
+ <li><a href="other.php"><span>Other Projects</span></a></li>
+ <li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <table class="downloads">
+ <tr>
+ <td width="50px">
+ <img src="images/windows.gif" alt="Windows Logo" />
+ </td>
+ <th>
+ <font>Windows Installer</font>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2">
+ Here you can download the installer for ever hated, and yet still most popular OS around, Windows.
+ </td>
+ </tr>
+ </table>
+ <br />
+ <a href="http://alioth.debian.org/frs/download.php/2972/tuxmath-1.7.2-win32-installer.exe">
+ <img src="images/dbutton.png"></a>
+ </div>
+ </div>
+ </div>
+</body>
+</html>';
+?>
\ No newline at end of file
More information about the Tux4kids-commits
mailing list