web/html/projects/i18n index.php,1.1.1.1,1.2

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


Author: kwade

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

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


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/i18n/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:21:01 -0000	1.2
@@ -1,90 +1,11 @@
-<?
-include("site.inc");
+<?php
+//
+// Easily-changeable template for redirection.
+//
 
-$template = new Page;
-$template->initCommon();
-include("project.inc");
+//$NEWURL="http://fedora.redhat.com/About/Projects/i18n/";
+$NEWURL="http://fedoraproject.org/wiki/I18N";
 
-/***********************************************************************/
-/***********************************************************************/
-
-/* Initialize the project */
-$project = new Project;
-
-/***********************************************************************/
-/************************ Begin project content ************************/
-/***********************************************************************/
-
-/* Display name is the proper name of the project -- 
- * it is displayed at the top of the page */
-$project->display_name="Internationalization Project";
-$project->project_name="fedora-i18n";
-#$project->bugzilla_component="fedora-i18n";
-
-/* List multiple mailing lists */
-$project->mailing_list_prefix="https://listman.redhat.com/mailman/listinfo/";
-$project->addMailingList("fedora-i18n-list", "Discussions about internationalization of Fedora core");
-
-
-/* Note: The TODO list is a filename which is 
- * the project_name with a .todo extension */
-
-/* Project description */
-$project->desc="
-		<p>
-		The goal of the Internationalization Project are to:
-		<ul>
-		<li> Develop and maintain applications like input methods for different languages</li>
-		<li> Improve applications and utilities to support and process different languages</li>
-		<li> Quality-assure that existing applications meet the i18n standards</li>
-		</ul>
-                </p>
-	       
-";
-
-/* Contacts */
-$project->addMaintainer("Leon Ho","llch at redhat.com");
-$project->addContributor("Jens Petersen","petersen at redhat.com");
-$project->addContributor("Yu Shao","yshao at redhat.com");
-$project->addContributor("Akira Tagoh","tagoh at redhat.com");
-$project->addContributor("Lawrence Lim","llim at redhat.com");
-
-/* Extra stuff */
-$project->addMisc("Bug Reporting, Testing, and Quality Assurance", "
-
-<p>Before you file a bug, please read through the list of current and previous bugs for the cooresponding software package to determine if your bug has already been filed.
-If your bug does not exists, <a href=\"http://bugzilla.redhat.com/bugzilla/enter_bug.cgi\">enter a bug report using the Bugzilla bug entry page</a>. If your bug exists and has not been fixed, add additional information to the existing bug. If your bug exists and has been fixed, upgrade to the version in the bug report to determine if the bug was properly fixed. If it was not, reopen the bug.</p>
-<p>Some other interesting Bugzilla queries:</p>
-
-<ul>
-<li>
-<a href=\"https://bugzilla.redhat.com/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&component_text=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&fixed_in_type=allwordssubstr&fixed_in=&qa_whiteboard_type=allwordssubstr&qa_whiteboard=&devel_whiteboard_type=allwordssubstr&devel_whiteboard=&keywords_type=allwords&keywords=i18n&cust_facing=&cust_facing_type=substring&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&remaction=run&namedcmd=djoo&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=\">All open i18n bugs with i18n keyword</a>
-</li>
-</ul>
-");
-
-$project->addMisc("IIIMF (Intranet/Internet Input Method Framework)", "
-<p>Be part of the revolution!  Intranet/Internet Input Method Framework (IIIMF) is the next generation Input Method Framework set to replace the legacy X Window System Input Method (XIM) used by existing Input Methods such as chinput, xcin, kinput2, ami and many others.</p>
-<ul>
-<li><p>IIIMF is already enabled since Fedora Core 2, and it has been improved on Fedora Core 3. If you are interested in testing latest iiimf packages on development release of Fedora Core, please download in <a href=\"http://fedora.redhat.com/download/\">Download Section</a>.</p></li>
-<li><p>Please read <b><a href=\"iiimf-faq.php\">IIIMF FAQ Selection</a></b> if you have any questions on anything related to IIIMF.</p></li>
-</ul>
-");
-
-/***********************************************************************/
-/************************* End project content *************************/
-/***********************************************************************/
-
-$template->options['title'].=': '.$project->display_name;
-
-/* Standard template footer */
-$template->displayHeader();
-
-/* Display the project content */
-$project->displayProject();
-
-/* Standard template footer */
-$template->displayFooter('$Date$');
+include("redirect.inc");
 
 ?>
-




More information about the Fedora-websites-list mailing list