r657 - / trunk webspace webspace/images webspace/images/screenshots webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Mar 24 02:06:11 EST 2006


Author: floam
Date: 2006-03-24 02:06:02 -0500 (Fri, 24 Mar 2006)
New Revision: 657

Added:
   webspace/
   webspace/images/screenshots/
   webspace/images/screenshots/arenalinux.jpeg
   webspace/images/screenshots/efportlinux.jpeg
   webspace/images/screenshots/tremlinux.jpeg
Removed:
   trunk/web/
Modified:
   webspace/images/quake3cdkey.jpg
   webspace/images/talkingheadsjoke.jpg
   webspace/include/downloads.php
   webspace/include/get.php
   webspace/include/help.php
   webspace/include/media.php
   webspace/include/thebrain.php
   webspace/ioq3.css
Log:
Changes!


Copied: webspace (from rev 656, trunk/web)

Modified: webspace/images/quake3cdkey.jpg
===================================================================
(Binary files differ)

Added: webspace/images/screenshots/arenalinux.jpeg
===================================================================
(Binary files differ)


Property changes on: webspace/images/screenshots/arenalinux.jpeg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: webspace/images/screenshots/efportlinux.jpeg
===================================================================
(Binary files differ)


Property changes on: webspace/images/screenshots/efportlinux.jpeg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: webspace/images/screenshots/tremlinux.jpeg
===================================================================
(Binary files differ)


Property changes on: webspace/images/screenshots/tremlinux.jpeg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: webspace/images/talkingheadsjoke.jpg
===================================================================
(Binary files differ)

Modified: webspace/include/downloads.php
===================================================================
--- trunk/web/include/downloads.php	2006-03-23 23:57:38 UTC (rev 656)
+++ webspace/include/downloads.php	2006-03-24 07:06:02 UTC (rev 657)
@@ -1,6 +1,6 @@
 <?php
 $downloads = array(
- "windows"	=>	'<h3 class="windows">Windows (x86)</h3>
+ "windows"	=>	'<h3>Windows (x86)</h3>
  				<p>Provides latest patch <tt>pk3</tt> data from
  				id. You need to copy your <tt>pak0.pk3</tt> from the CD-ROM
  				when the installation process is completed.</p>
@@ -13,7 +13,7 @@
  				Thanks to	<a href="mailto:phatfil at optusnet.com.au">Philip
  				Nelson</a>.</p>',
  				
- "linux"		=>	'<h3 class="linux">Linux (x86, x86_64, PowerPC)</h3>
+ "linux"		=>	'<h3>Linux (x86, x86_64, PowerPC)</h3>
 				<p>You must <a href="?page=getdata">download patch data seperately</a>
 				with these installers. When the installation is complete,
 				you need to copy your <tt>pak0.pk3</tt> from your legal CD-ROM.
@@ -39,14 +39,17 @@
 				Nussel</a>.
 				</p>',
 
- "mac"		=>	'<h3 class="apple">Mac OS X (PowerPC)</h3>
+ "apple"		=>	'<h3>Mac OS X (PowerPC)</h3>
 				<p>You must <a href="http://icculus.org/quake3/?page=getdata">download patch data seperately</a>
 				with this <tt>dmg</tt>. When the installation is complete,
 				you need to copy your <tt>pak0.pk3</tt> from your legal CD-ROM. 
-                                Further instruction is in the <tt>ReadMe.rtf</tt> included in 
-                                the <tt>dmg</tt>. Intel binaries will be coming shortly.</p>
-                                <p><a href="http://icculus.org/~zakk/q3run/ioquake3.dmg">
- 				Download for OS X (PowerPC)</a>, 5.5MB.<br />
-                                <em>Built from Subversion <a href="http://svn.icculus.org/quake3/trunk/?rev=653">revision 653</a>.</em></p><p>Thanks to Vincent Morenas for help in creating this <tt>dmg</tt>.</p> '
+				Further instruction is in the <tt>ReadMe.rtf</tt> included in 
+				the <tt>dmg</tt>. Intel binaries will be coming shortly.</p>
+				<p><a href="http://icculus.org/~zakk/q3run/ioquake3.dmg">
+ 				Download for OS X (PowerPC)</a>, 5.5MB.		
+ 				<em>MD5: <tt>cd1298f0430ec9b040f2c855d78363c5</tt></em><br />
+				<em>Built from Subversion
+				<a href="http://svn.icculus.org/quake3/trunk/?rev=653">revision 653</a>.
+				</em></p><p>Thanks to <a href="mailto:vmorenas at free.fr">Vincent Morénas</a>.</p> '
 );
 ?>

Modified: webspace/include/get.php
===================================================================
--- trunk/web/include/get.php	2006-03-23 23:57:38 UTC (rev 656)
+++ webspace/include/get.php	2006-03-24 07:06:02 UTC (rev 657)
@@ -13,7 +13,7 @@
 include("downloads.php");
 
 foreach ($downloads as $os => $desc) {
-	$installers .= "<li>$desc</li>\n";
+	$installers .= "<li class=\"$os\">$desc</li>\n";
 }
 
 $official ="

Modified: webspace/include/help.php
===================================================================
--- trunk/web/include/help.php	2006-03-23 23:57:38 UTC (rev 656)
+++ webspace/include/help.php	2006-03-24 07:06:02 UTC (rev 657)
@@ -164,7 +164,7 @@
 every instance of <tt>int</tt> to intptr_t in the declaration of the <tt>syscall</tt>
 function pointer and the <tt>dllEntry</tt> function. Also find the vmMain function
 for each module (usually in <tt>cg_main.c</tt>, <tt>g_main.c</tt>, etc.) and similarly
-replace the return value in the prototype with <tt>intptr_t (arg0, arg1, ...stay int)</tt>.
+replace the return value in the prototype with <tt>intptr_t (arg0, arg1, …stay int)</tt>.
 </p><p>
 Add the following code snippet to <tt>q_shared.h</tt>:
 <pre>#ifdef Q3_VM

Modified: webspace/include/media.php
===================================================================
--- trunk/web/include/media.php	2006-03-23 23:57:38 UTC (rev 656)
+++ webspace/include/media.php	2006-03-24 07:06:02 UTC (rev 657)
@@ -1,32 +1,41 @@
 <h2>Screenshots</h2>
-<p>Here be some screenshots of icculus.org/quake3 in action on different platforms and games.</p>
+<p>Here be some screenshots of icculus.org/quake3 in action on different platforms
+and games.</p>
 <ul>
 	<li>
-		<h3>Quake 3 Arena</h3>
+		<h3>Quake III: Arena</h3>
 		<ul>
 			<li>
-				On Linux/x86_64:<br />
-				<img src="/images/screenshots/arenalinux.png" />
+				On Linux:<br />
+				<img src="/images/screenshots/arenalinux.jpeg" />
 			</li>
 			<li>
 				On Mac OS X:<br />
-				<img src="/images/screenshots/arenaosx.png" />
+				<img src="/images/screenshots/arenaosx.jpeg" />
 			</li>
 		</ul>
 	</li>
 	<li>
 		<h3>Tremulous</h3>
-		<p><a href="http://tremulous.net/">Tremulous</a> is the first Quake3 mod to evolve
-		into it's very own standalone game, based upon our engine.</p>
+		<p><a href="http://tremulous.net/">Tremulous</a> is the first Quake3 mod
+		to evolve	into it's very own standalone game, based upon icculus.org/quake3.</p>
 		<ul>
 			<li>
-				On Linux/x86:<br />
-				<img src="/images/screenshots/tremlinux.png" />
+				On Linux:<br />
+				<img src="/images/screenshots/tremlinux.jpeg" />
 			</li>
 		</ul>
 	</li>
+	<li>
+		<h3>Star Trek: Voyager Elite Force</h3>
+		<p>An <a href="http://thilo.kickchat.com/efport-progress/">ambitious project</a>
+		is in the process of making icculus.org/quake3 run
+		<a href="http://en.wikipedia.org/wiki/Star_Trek_Voyager_Elite_Force">Elite Force</a>!</p>
+		<ul>
+			<li>
+				On Linux:<br />
+				<img src="/images/screenshots/efportlinux.jpeg" />
+			</li>
+		</ul>
+	</li>
 </ul>
-
-<h2>Logo</h2>
-<p>Put some information here like most places do with links to big versions of the
-logo and talk about general asshattery.</p>

Modified: webspace/include/thebrain.php
===================================================================
--- trunk/web/include/thebrain.php	2006-03-23 23:57:38 UTC (rev 656)
+++ webspace/include/thebrain.php	2006-03-24 07:06:02 UTC (rev 657)
@@ -17,6 +17,7 @@
 
 $navlist = array(
  "home"		=> "Home",
+ "media"		=> "Screenshots",
  "get"		=> "Get It",
  "help"		=> "Help",
  "status" 	=> "Status",

Modified: webspace/ioq3.css
===================================================================
--- trunk/web/ioq3.css	2006-03-23 23:57:38 UTC (rev 656)
+++ webspace/ioq3.css	2006-03-24 07:06:02 UTC (rev 657)
@@ -96,8 +96,8 @@
 	border: none;
 	border-spacing: 0;
 	border-collapse: collapse;
+	empty-cells: show;
 	margin-left: 1em;
-	empty-cells: show;
 }
 
 caption {
@@ -160,21 +160,21 @@
 	color: maroon;
 }
 
-h3.windows, h3.linux, h3.apple {
+.windows, .linux, .apple {
 	padding-top: 16px;
-	padding-left: 50px;
-	height: 48px;
+	padding-left: 48px;
 	background-repeat: no-repeat;
+	list-style: none;
 }
 
-h3.windows {
+.windows {
 	background-image: url('images/windows.png');
 }
 
-h3.linux {
+.linux {
 	background-image: url('images/linux.png');
 }
 
-h3.apple {
+.apple {
 	background-image: url('images/apple.png');
 }




More information about the quake3-commits mailing list