Author: kwade
Update of /cvs/fedora/web/html/projects/i18n
In directory
cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/projec
ts/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://fedo
raproject.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="h
ttps://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 redhat.com");
-$project->addContributor("Jens
Petersen","petersen redhat.com");
-$project->addContributor("Yu
Shao","yshao redhat.com");
-$project->addContributor("Akira
Tagoh","tagoh redhat.com");
-$project->addContributor("Lawrence
Lim","llim 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="htt
p://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.redh
at.com/bugzilla/buglist.cgi?query_format=&short_desc_typ
e=allwordssubstr&short_desc=&component_text=&bug
_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&
amp;long_desc_type=allwordssubstr&long_desc=&bug_fil
e_loc_type=allwordssubstr&bug_file_loc=&status_white
board_type=allwordssubstr&status_whiteboard=&fixed_i
n_type=allwordssubstr&fixed_in=&qa_whiteboard_type=a
llwordssubstr&qa_whiteboard=&devel_whiteboard_type=a
llwordssubstr&devel_whiteboard=&keywords_type=allwor
ds&keywords=i18n&cust_facing=&cust_facing_type=s
ubstring&emailassigned_to1=1&emailtype1=exact&em
ail1=&emailassigned_to2=1&emailreporter2=1&email
qa_contact2=1&emailcc2=1&emailtype2=exact&email2
=&bugidtype=include&bug_id=&changedin=&chfie
ldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit
&remaction=run&namedcmd=djoo&order=Reuse+same+so
rt+as+last+time&field0-0-0=noop&type0-0-0=noop&v
alue0-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.redh
at.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");
?>
-
--
Fedora-websites-list mailing list
Fedora-websites-list redhat.com
https://www.redhat.com/mailman/listinfo/fedora-websi
tes-list
|