Author: kwade Update of /cvs/fedora/web/html/projects/desktop In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projects/desktop Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/desktop/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:48 -0000 1.2 @@ -1,79 +1,10 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); -$template->displayHeader(); - -?> - - <!-- content BEGIN --> - <h1>Desktop Project</h1> - - <p> - The desktop project includes: - <ul> - <li>The X Window System and other shared platform/infrastructure</li> - <li>The "desktop shell" (GNOME, KDE, or "twm classic" for example)</li> - <li>The applications, most importantly email/calendaring, office suite, - and web browser</li> - </ul> - </p> - - <p> - To get involved in desktop development, reading the sections of the - <a href="/participate/developers-guide/">Developer's Guide</a> - that discuss <a href="/participate/developers-guide/ch-ui-guidelines.php">user interface</a> - would be a great start. - </p> - - <p> - In general, we do most work in the context of upstream projects. - Discussion of technical issues should almost always happen - in the forums for those projects, rather than in Red Hat forums. - Translations, documentation, and so on should all be done - within the upstream projects when possible. - </p> +$NEWURL="http://fedora.redhat.com/About/Projects/desktop/"; - <p> - However, we do have a layer of Red Hat specific - integration work, including a theme, splash screens, - and the selection of default applications. These things - are all open for discussion and hacking. - </p> +include("redirect.inc"); - <p> - We have some <a href="defaults.php">notes on choosing default - applications</a>. - </p> - - <p>Developers involved at least part-time in the desktop include: - <ul> - <li>Jonathan Blandford</li> - <li>Chris Blizzard</li> - <li>John Dennis</li> - <li>Mike Harris</li> - <li>Jeremy Katz</li> - <li>Alex Larsson</li> - <li>Than Ngo</li> - <li>Havoc Pennington</li> - <li>Owen Taylor</li> - <li>Dan Williams</li> - </ul> - </p> - - <p> - The desktop project is led by - <span>Havoc Pennington</span> - <? print mailto("hp@xxxxxxxxxx","","About $PROJECT_NAME"); ?>, but please post general discussion points to the - <a href="http://www.redhat.com/mailman/listinfo/fedora-devel-list">mailing list</a> rather - than sending private mail. - </p> - - <!-- content END --> - -<? - -$template->displayFooter('$Date$'); - ?> -