mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
testing
This commit is contained in:
parent
663a1dc2db
commit
a0e891ea6d
2 changed files with 16 additions and 0 deletions
|
@ -65,6 +65,8 @@
|
|||
<UL>
|
||||
<LI>You can find a version of CVS on Cyclic's <a href="http://download.cyclic.com/pub/">ftp server</a>.</LI>
|
||||
<LI>Grab ssh 1.x so you can access shell1.sourceforge.net. You can get either <a href="http://www.openssh.org">OpenSSH</a> or a less free <a href="ftp://ftp.cs.hut.fi/pub/ssh/">SSH</A></LI>
|
||||
<LI><a href="http://download.cyclic.com/pub/cvs-1.10/windows/cvs-1.10-win.zip">here</a> is an official Cyclic Windows release of CVS.</LI>
|
||||
<LI>Personally I think my </LI>
|
||||
<LI>WinCVS/MacCVS is now available for Linux as gCVS and a copy can be found <a href="http://www.wincvs.org/download.html">here</a>.</LI>
|
||||
<LI><a href="http://home.earthlink.net/~nawalker/pharmacy/">Pharmacy</a> is a GUI front-end to CVS in X11, it looks quite useful.</LI>
|
||||
<LI>Get a copy of the latest GCC compiler (latest is GCC v2.95): <a href="ftp://ftp.gnu.org/pub/gnu/gcc">ftp://ftp.gnu.org/pub/gnu/gcc</a></LI>
|
||||
|
|
14
temp.php
Normal file
14
temp.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<HTML><BODY BGCOLOR="#000000" TEXT="#FFFFFF" LINK="#009AFF"
|
||||
VLINK="#CC9AFF" ALINK="#009AFF" MARGINWIDTH="0"
|
||||
MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0"><?
|
||||
$x = 'BGCOLOR="#990099" ALIGN="center" VALIGN="middle" BORDER="0"';
|
||||
$y = 'BGCOLOR="#CC33FF" ALIGN="left" VALIGN="middle" BORDER="0"';$tr = 11;
|
||||
?>
|
||||
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0"
|
||||
ALIGN="center" VALIGN="top" BORDER="0"><?for ($i=1; $i<$tr; $i++) {
|
||||
$tr_spec = ($i % 2) ? $x : $y; ?><TR <? echo $tr_spec; ?>><TD><? if($i %
|
||||
2) { ?>
|
||||
<FONT COLOR="#FFFFFF" FACE="times" SIZE="3">Table Row
|
||||
Specification</FONT><? }
|
||||
else { ?><FONT COLOR="#000000" FACE="helvetica" SIZE="2"><B>
|
||||
<? echo $tr_spec; } ?></B></FONT></TD></TR><? } ?></TABLE></BODY></HTML>
|
Loading…
Reference in a new issue