r697 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Apr 7 20:58:25 EDT 2006


Author: floam
Date: 2006-04-07 20:58:25 -0400 (Fri, 07 Apr 2006)
New Revision: 697

Modified:
   webspace/include/discuss.php
   webspace/include/get.php
   webspace/include/getdata.php
   webspace/include/help.php
   webspace/include/news.php
Log:
Context link and don't mention lame chatzilla. Looks like I also have some old random stuff?


Modified: webspace/include/discuss.php
===================================================================
--- webspace/include/discuss.php	2006-04-05 02:09:37 UTC (rev 696)
+++ webspace/include/discuss.php	2006-04-08 00:58:25 UTC (rev 697)
@@ -35,10 +35,8 @@
 
 <h2 title="Internet Relay Chat">IRC</h2>
 <p>To join the <acronym title="Internet Relay Chat">IRC</acronym> channel, aim
-your client at <tt>#icculus.org/quake3</tt> on <tt>irc.freenode.net</tt>
+your client at <a href="irc://irc.freenode.net/icculus.org/quake3">
+<tt>#icculus.org/quake3</tt> on <tt>irc.freenode.net</tt></a>
 Please make sure that you've read the <a href="?page=help">Help</a> section
-before you start wasting your time bugging people! You can also install 
-<a href="http://www.mozilla.org/projects/rt-messaging/chatzilla/">ChatZilla</a>
- or another client that respects <tt>irc:</tt> links in web browsers and
- <a href="irc://irc.freenode.net/icculus.org/quake3">click this link</a>.
+before you start wasting your time bugging people!.
 </p>

Modified: webspace/include/get.php
===================================================================
--- webspace/include/get.php	2006-04-05 02:09:37 UTC (rev 696)
+++ webspace/include/get.php	2006-04-08 00:58:25 UTC (rev 697)
@@ -1,4 +1,3 @@
-
 <p class="angryzakk">The Quake 3 engine is open source, this does <strong>not</strong>
 mean that Quake III: Arena the game is free. You must purchase the game to use the data!</p>
 <h2>Get icculus.org/quake3</h2>

Modified: webspace/include/getdata.php
===================================================================
--- webspace/include/getdata.php	2006-04-05 02:09:37 UTC (rev 696)
+++ webspace/include/getdata.php	2006-04-08 00:58:25 UTC (rev 697)
@@ -7,7 +7,6 @@
 			 <p>You'll need to agree to the EULA if you want the
 			 updated data.</p>"; //nazi-german for "NO DATA FOR YOU!"
 		break;
-		
 	case "I Agree":
 		$html = "<h2>You agree!</h2>
 			 <p>Good for you. You can 

Modified: webspace/include/help.php
===================================================================
--- webspace/include/help.php	2006-04-05 02:09:37 UTC (rev 696)
+++ webspace/include/help.php	2006-04-08 00:58:25 UTC (rev 697)
@@ -240,7 +240,6 @@
 a look at the <a href="http://svnbook.red-bean.com/"><acronym title="Subversion">SVN</acronym>
 Book</a>.</p>
 
-
 <h2>Will you guys remove the CD-key check?</h2>
 <p>
 This is literally the only frequenty asked question we get, and it's starting to
@@ -251,4 +250,3 @@
 the pay-for game data, they of course don't need to and should not require a CD
 key in their game.
 </p>
-

Modified: webspace/include/news.php
===================================================================
--- webspace/include/news.php	2006-04-05 02:09:37 UTC (rev 696)
+++ webspace/include/news.php	2006-04-08 00:58:25 UTC (rev 697)
@@ -1,11 +1,12 @@
 <?php
 require("/webspace/icculus.org/news/IcculusNews.php");
 
-$id = $_GET['id'];
+$news_item = $_GET['news_item'];
 if (empty($_GET['news_index']))
 	$news_index = false;
 else
 	$news_index = $_GET['news_index'];
+
 $news_queue = 6;
 $news_item_max = 5;
 
@@ -18,7 +19,7 @@
 
 	$current_post = 0;
 	$news_item_count = count($digestarray);
-	
+
 	if (!isset($err))
 	{
 		foreach($digestarray as $digestItem)
@@ -42,7 +43,6 @@
 }
 
 news_logout($sock);
-
 if ($err)
 {
 	$code = 500;




More information about the quake3-commits mailing list