web/html/Download vendors.php,1.2,1.3 vendors.list,1.8,NONE

Patrick Barnes (nman64) fedora-websites-list at redhat.com
Tue Mar 14 17:26:16 UTC 2006


Author: nman64

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

Modified Files:
	vendors.php 
Removed Files:
	vendors.list 
Log Message:
Move vendor list to fp.o


Index: vendors.php
===================================================================
RCS file: /cvs/fedora/web/html/Download/vendors.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vendors.php	9 Mar 2006 22:45:56 -0000	1.2
+++ vendors.php	14 Mar 2006 17:26:14 -0000	1.3
@@ -1,44 +1,32 @@
-<?
+<?php
+//
+// Easily-changeable template for redirection.
+//
+
+$NEWURL="http://fedoraproject.org/wiki/Distribution/OnlineVendors";
+
 include("site.inc");
 
 $template = new Page;
 $template->initCommon();
-
 $template->displayHeader();
 
 ?>
-
-<h1>Purchasing Fedora Core Media</h1>
+<h1>This Page Has Moved</h1>
 
 <p>
-We recognize that many people do not have enough bandwidth to download an entire operating system.  The <a 
-href="/About/legal/trademarks/"> Fedora Trademark Guidelines</a> allow third parties to sell physical media containing 
-Fedora Core, as long as they comply with the guidelines.
+The new location is:
 </p>
 
-<p>
-The following list of third-party vendors offer Fedora Core on physical media. The Fedora Foundation can not guarantee 
-the media sold by these vendors; however, the Trademark Guidelines require the vendors to warranty the media.
-</p>
+<ul>
+ <li><a href="<?php echo $NEWURL; ?>"><?php echo $NEWURL; ?></a></li>
+</ul>
 
 <p>
-The Fedora Foundation disclaims all responsibility for the media sold by these third parties.  The Fedora Foundation 
-reserves the right to exclude any vendors who, in the sole determination of the Fedora Foundation, are not abiding by 
-the trademark guidelines or fulfilling their obligations to the community.
+Please update your links or bookmarks accordingly.
 </p>
 
-<p>
-If you wish to have your company listed as a third party vendor of Fedora Core, please send mail to <? print 
-mailto("vendors at fedora.redhat.com", "", "Third Party Vendor list modification") ?> and include your business name, the 
-URL for your business, the URL where customers can purchase Fedora Core media, and the price for your product.
-</p>
-
-<?
-
-include("vendors.inc");
-$vendors = new Vendors;
-
-$vendors->displayVendorsList();
+<?php
 
 $template->displayFooter('$Date$');
 


--- vendors.list DELETED ---




More information about the Fedora-websites-list mailing list