r1001 - in webspace: . include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Dec 1 09:34:58 EST 2006


Author: coyote
Date: 2006-12-01 09:34:58 -0500 (Fri, 01 Dec 2006)
New Revision: 1001

Modified:
   webspace/include/downloads.php
   webspace/ioq3.css
Log:
Publish the PNG and fix the build rev..

Modified: webspace/include/downloads.php
===================================================================
--- webspace/include/downloads.php	2006-12-01 14:12:06 UTC (rev 1000)
+++ webspace/include/downloads.php	2006-12-01 14:34:58 UTC (rev 1001)
@@ -72,8 +72,8 @@
 				the installation process.</p>
 				<p>
 				Installation instructions: as root, run: <br />
-				<tt>pkgadd -d ioquake3d-1.34-REV-ARCH.pkg</tt> (Binaries)<br />
-				<tt>pkgadd -d ioquake3-1.34-REV-ARCH.pkg</tt> (Data Files).</p>
+				<tt>pkgadd -d ioquake3d-1.34-REV-ARCH.pkg</tt> (Data files)<br />
+				<tt>pkgadd -d ioquake3-1.34-REV-ARCH.pkg</tt> (Binaries).</p>
 
 				<p><a href="files/sunos/ioquake3-1.34-r995-200611300936-i386.pkg">
  				Download for Solaris (i386, pkg format) Binaries</a>, 4MB.
@@ -104,7 +104,7 @@
 				<br />
 
 				<em>Built from Subversion
-				<a href="http://svn.icculus.org/quake3/branches/1.34/?rev=995">1.34 branch (revision 892)</a>.
+				<a href="http://svn.icculus.org/quake3/branches/1.34/?rev=995">1.34 branch (revision 995)</a>.
 				</em></p><p>Thanks to <a href="mailto:quake at cojot.name">Vincent S. Cojot</a>.</p> '
 );
 

Modified: webspace/ioq3.css
===================================================================
--- webspace/ioq3.css	2006-12-01 14:12:06 UTC (rev 1000)
+++ webspace/ioq3.css	2006-12-01 14:34:58 UTC (rev 1001)
@@ -187,7 +187,7 @@
 	color: maroon;
 }
 
-.windows, .linux, .apple {
+.windows, .linux, .apple, .solaris {
 	padding-top: .1em;
 	padding-left: 48px;
 	background-repeat: no-repeat;
@@ -206,6 +206,10 @@
 	background-image: url('images/apple.png');
 }
 
+.solaris {
+	background-image: url('images/solaris.png');
+}
+
 .permalink {
 	color: #444;
 	font-size: .8em;




More information about the quake3-commits mailing list