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

h01ger-guest at alioth.debian.org h01ger-guest at alioth.debian.org
Sun Nov 18 16:00:03 UTC 2007


Author: h01ger-guest
Date: 2007-11-18 16:00:03 +0000 (Sun, 18 Nov 2007)
New Revision: 332

Modified:
   tux4kids-web/htdocs/index.php
Log:
fix syntax errors and remove (empty) news section on the bottom

Modified: tux4kids-web/htdocs/index.php
===================================================================
--- tux4kids-web/htdocs/index.php	2007-11-18 15:57:29 UTC (rev 331)
+++ tux4kids-web/htdocs/index.php	2007-11-18 16:00:03 UTC (rev 332)
@@ -151,10 +151,10 @@
 
 <p><b>FIXME:</b> add some links to the lists, svn, etc here :-)</p> 
 <ul>
-	<ul>Subversion source repository:<a href="http://svn.debian.org/wsvn/tux4kids">browsable</a></ul> or <a href="svn://svn.debian.org/tux4kids/"></a>svn://svn.debian.org/tux4kids/</ul>
-	<ul><a href="http://bugs.debian.org/tuxtype"></a>bugs in the Debian BTS against tuxtype</ul> 
-	<ul><a href="http://bugs.debian.org/tuxtype-data-nonfree"></a>bugs in the Debian BTS against tuxtype-data-non-free</ul> 
-	<ul><a href="http://bugs.debian.org/tuxmath"></a>bugs in the Debian BTS against tuxmath</ul></ul>
+	<li>Subversion source repository:<a href="http://svn.debian.org/wsvn/tux4kids">browsable</a></ul> or <a href="svn://svn.debian.org/tux4kids/"></a>svn://svn.debian.org/tux4kids/</li>
+	<li><a href="http://bugs.debian.org/tuxtype"></a>bugs in the Debian BTS against tuxtype</li> 
+	<li><a href="http://bugs.debian.org/tuxtype-data-nonfree"></a>bugs in the Debian BTS against tuxtype-data-non-free</li> 
+	<li><a href="http://bugs.debian.org/tuxmath"></a>bugs in the Debian BTS against tuxmath</ul></li>
 		
 	http://svn.debian.org/wsvn/tux4kids    svn://svn.debian.org/tux4kids/
 </ul>
@@ -165,17 +165,17 @@
 <p>
 	For now, just a pointer to the <a href="http://www.tuxpaint.org" target="_blank">tuxpaint homepage</a>.
 </p>
+<hr>
 
 
-
-<?php if ($handle=fopen('http://'.$domain.'/export/projnews.php?group_name='.$group_name,'r')){
+<!-- ?php if ($handle=fopen('http://'.$domain.'/export/projnews.php?group_name='.$group_name,'r')){
 $contents = '';
 while (!feof($handle)) {
 	$contents .= fread($handle, 8192);
 }
 fclose($handle);
 $contents=str_replace('href="/','href="http://'.$domain.'/',$contents);
-echo $contents; } ?>
+echo $contents; } ? -->
 
 </td>
 




More information about the Tux4kids-commits mailing list