web/html/Download index.php,1.6,1.7

Patrick Barnes (nman64) fedora-websites-list at redhat.com
Wed Nov 1 01:43:50 UTC 2006


Author: nman64

Update of /cvs/fedora/web/html/Download
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10381/html/Download

Modified Files:
	index.php 
Log Message:
Update fedora.redhat.com for Fedora Core 6
Modify pages to use variable for release version to make this even easier in the future



Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/Download/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.php	23 May 2006 13:34:23 -0000	1.6
+++ index.php	1 Nov 2006 01:43:48 -0000	1.7
@@ -10,11 +10,11 @@
 
 <h1>Download Now</h1>
 <ul>
-  <li>Download Fedora Core 5 images:
+  <li>Download <? echo $RELEASE_NAME . " " . $RELEASE_VERSION; ?> images:
     <ul>
-      <li><strong><a href="http://download.fedoraproject.org/pub/fedora/linux/core/5/i386/iso/">i386</a></strong></li>
-      <li><strong><a href="http://download.fedoraproject.org/pub/fedora/linux/core/5/x86_64/iso/">x86_64</a></strong></li>
-      <li><strong><a href="http://download.fedoraproject.org/pub/fedora/linux/core/5/ppc/iso/">ppc</a></strong></li>
+      <li><strong><a href="http://download.fedoraproject.org/pub/fedora/linux/core/<? echo $RELEASE_VERSION; ?>/i386/iso/">i386</a></strong></li>
+      <li><strong><a href="http://download.fedoraproject.org/pub/fedora/linux/core/<? echo $RELEASE_VERSION; ?>/x86_64/iso/">x86_64</a></strong></li>
+      <li><strong><a href="http://download.fedoraproject.org/pub/fedora/linux/core/<? echo $RELEASE_VERSION; ?>/ppc/iso/">ppc</a></strong></li>
     </ul></li>
   <li>Slow downloading?
     <ul>




More information about the Fedora-websites-list mailing list