Author: kwade Update of /cvs/fedora/web/html/projects/desktop/mozilla In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projects/desktop/mozilla Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/desktop/mozilla/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- index.php 30 Mar 2005 17:47:28 -0000 1.1.1.1 +++ index.php 13 Oct 2006 17:20:54 -0000 1.2 @@ -1,41 +1,10 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); -$template->displayHeader(); +$NEWURL="http://fedoraproject.org/wiki/Desktop/WebBrowser"; -?> - -<!-- content BEGIN --> - -<h1>Mozilla</h1> - -The fedora project includes the most recent stable <a -href="http://www.mozilla.org/releases/">Mozilla release</a> available -at the time that the Fedora tree was frozen. At the time of the -Fedora Core 1 release, this was Mozilla 1.4.1. - -<p> - -We do not at this time include Mozilla Firebird or Mozilla Thunderbird -since they are pre-1.0 products and don't yet include migration tools -to allow users to copy their preferences, mail and other resources. -There are also still signifigant interoperability problems with the -two products and Mozilla that present problems to users. +include("redirect.inc"); -<h1>Plugins</h1> - -There are quite a few plugins that people usually need in order to -fully experience the web that aren't included in Fedora Core. This is -because most of the plugins in question are not open source. Use the -link below for your release of Fedora Core for more information on -where to find those plugins: - -<p> - -<a href="plugins-fc1.php">Plugin Notes for Fedora Core 1</a> - -<!-- content END --> - -<? $template->displayFooter('$Date$'); ?> +?>