web/html/participate index.php,1.1.1.1,1.2

Karsten Wade (kwade) fedora-websites-list at redhat.com
Fri Oct 13 17:20:24 UTC 2006


Author: kwade

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

Modified Files:
	index.php 
Log Message:
Applying patch from bz#189069


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/participate/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:23 -0000	1.1.1.1
+++ index.php	13 Oct 2006 17:20:22 -0000	1.2
@@ -1,82 +1,11 @@
-<?
-include("site.inc");
+<?php
+//
+// Easily-changeable template for redirection.
+//
 
-$template = new Page;
-$template->initCommon();
-$template->displayHeader();
+//$NEWURL="http://fedora.redhat.com/Contribute/";
+$NEWURL="http://fedoraproject.org/wiki/Contribute";
 
-?>
-<h1>How To Participate</h1>
-
-<p>
-There are many ways to participate in <? print $THE_PROJECT_NAME; ?>.
-</p>
-
-<p>
-<ul>
-<li>Contributing code</li>
-<li>Writing documentation</li>
-<li>Translating documentation and software</li>
-<li>Reporting bugs</li>
-<li>Helping other users via methods such as IRC and mailing list</li>
-</ul>
-</p>
-
-<p>
-Review the schedule and read the guides in this section to learn how
-to participate.  Address all development questions to
-fedora-devel-list at redhat.com for public discussion.
-</p>
-
-<h1>Roadmap for Participation</h1>
-
-<p>Fedora is an evolving project with initial infrastructure that will
-be built over a period of several months.  That means that it will get
-easier to contribute directly to development over time.  Here's the
-current status and rough plan.</p>
-
-<h2>Right Now</h2>
-
-<p>
-Filing bugs in bugzilla
-(<a href="http://bugzilla.redhat.com/bugzilla/">http://bugzilla.redhat.com/bugzilla/</a>)
-is the best
-way to get changes into packages. You can report problems, request
-enhancements, or submit fixes (generally in the form of unified diffs).
-You can also contribute by sorting through existing bugs in bugzilla,
-confirming their validity or requesting more information for them.
-You can particapte in the weekly Wednesday bug days on the
-#fedora-bugs channel on freenode IRC, as well.
-</p>
-
-<p>
-You can also contribute packages using the process to the older
-<a href="http://www.fedora.us/">Fedora Linux project</a> with
-which the Fedora Project will be merging.
-</p>
-
-<h2>Soon</h2>
-
-<p>Red Hat will be making available a public CVS repository for Fedora
-development, and will (over time) move to maintaining packages in that
-public CVS repository.  Anyone will be able to view the contents of
-that public CVS repository; approved contributors will also be given
-commit access to appropriate packages.  This is intended to be available
-real soon now.
-</p>
-
-<h2>Eventually</h2>
-
-<p>
-There will be a Fedora build system that approved contributors can use
-to build their packages for Fedora, including test releases and updates.
-This will take longer to do; there are subtle and difficult security
-issues that need to be handled, and this build system is not completely
-specified.  This does not have a time frame yet.
-</p>
-
-<?
-
-$template->displayFooter('$Date$');
+include("redirect.inc");
 
 ?>




More information about the Fedora-websites-list mailing list