web/html/download vendors.php,1.2,1.3 vendors.list,1.10,NONE

Patrick Barnes (nman64) fedora-websites-list at redhat.com
Tue Mar 14 17:26:23 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	6 Oct 2005 19:13:04 -0000	1.2
+++ vendors.php	14 Mar 2006 17:26:20 -0000	1.3
@@ -1,59 +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>
-<p>
-Red Hat recognizes that many people do not have sufficient bandwidth
-to easily download an entire operating system.  This is one of the
-reasons that the <a href="http://fedora.redhat.com/about/trademarks/">
-Trademark Guidelines</a> are written to allow third parties to sell
-physical media containing Fedora Core, as long as they comply with
-the guidelines.
-</p>
+<h1>This Page Has Moved</h1>
 
 <p>
-Of course, allowing this solves only half the problem.  The other
-half is making the vendors easy to find.  Therefore, Red Hat is
-providing a list of some third-party vendors who offer Fedora Core
-on physical media.  We are doing this without providing any guarantees
-in regards to the media sold by these vendors.  (However, the
-Trademark Guidelines do require that the vendors themselves
-warranty the media that they sell and that a statement about the warranty
-be on the order form webpage.)
+The new location is:
 </p>
 
-<p>
-Red Hat is happy to help Fedora Core users by providing links to
-providers of physical media.  However, Red Hat disclaims all responsibility
-for the media sold by these third parties.  Red Hat reserves the right
-to remove from the listing, or not add to the listing, any vendors who,
-in Red Hat's sole determination, are not abiding by the trademark
-guidelines or fulfilling their obligations to the community.
-</p>
+<ul>
+ <li><a href="<?php echo $NEWURL; ?>"><?php echo $NEWURL; ?></a></li>
+</ul>
 
 <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 your price for your
-product.  Remember, Red Hat does reserve the right to determine
-whether to post the listing.
+Please update your links or bookmarks accordingly.
 </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