blob: 9ea8e56f9f724298e91d883f6104452d115b108b [file] [log] [blame]
gobrien8043cce2008-04-07 18:09:53 +00001<?php
2/*******************************************************************************
3 * Copyright (c) 2008 Eclipse Foundation and others.
4 * All rights reserved. This program and the accompanying materials
5 * are made available under the terms of the Eclipse Public License v1.0
6 * which accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Eclipse Foundation - Initial API and implementation
11*******************************************************************************/
kitlo5b0cdfb2009-03-19 04:42:44 +000012
13# Note: the style attribute for the ol tag below was causing a truncation in IE.
14# I removed the attribute. The layout is still acceptable. Future modifications to this file should be tested in IE also.
15
gobrien8043cce2008-04-07 18:09:53 +000016include("global.php");
17
18$pageTitle = "Babel Project - Eclipse translation";
19$pageKeywords = "translation,language,nlpack,pack,eclipse,babel,english,french,german,chinese,japanese,spanish,arabic,hebrew,hungarian,polish,italian,russian,dutch,finnish,greek,norwegian,sweedish,turkish";
20
atoulmea4adf8e2009-01-27 19:01:35 +000021global $addon;
22$addon->callHook("head");
gobrien8043cce2008-04-07 18:09:53 +000023
24?>
gobrienf811fb12008-04-17 23:25:24 +000025
gobrien8043cce2008-04-07 18:09:53 +000026<h1 id="page-message">Welcome to the Babel Project</h1>
27<div id="index-page" style='width: 510px; padding-right: 190px;'>
gobrienf811fb12008-04-17 23:25:24 +000028
atoulmee9ec6d82008-11-19 14:41:30 +000029 <img src="<?php echo imageRoot() ?>/large_icons/categories/preferences-desktop-peripherals.png"><h2>Become a Committer on the Babel Project</h2>
gobrienf811fb12008-04-17 23:25:24 +000030 <br style='clear: both;'>
31 <p>The main goal of the Babel project is to involve you the community in making Eclipse projects available in any language.
32 To make this effort a success we need quality translators to help with the translation.
33 And we need help from developers to bring new features to Babel.
34 </p>
35
36 <h3 style='margin-left: 40px;'>Everybody can:</h3>
kitlo979fa562009-03-19 01:51:39 +000037 <ol>
gobrienb6ef8aa2008-04-17 23:35:00 +000038 <li><a href="translate.php">Help translate Eclipse projects into your language</li>
gobrienf811fb12008-04-17 23:25:24 +000039 <li><a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?assigned_to=babel.core-inbox%40eclipse.org&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=&component=Website&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&dependson=&description=&flag_type-1=X&flag_type-2=X&flag_type-4=X&flag_type-6=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=All&priority=P3&product=Babel&qa_contact=&rep_platform=All&short_desc=&version=unspecified">Open a bug you found in Babel</a></li>
40 <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Babel&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=anywords&keywords=helpwanted+bugday&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&known_name=babel&query_based_on=babel&field0-0-0=product&type0-0-0=substring&value0-0-0=babel&field0-0-1=component&type0-0-1=substring&value0-0-1=babel&field0-0-2=short_desc&type0-0-2=substring&value0-0-2=babel&field0-0-3=status_whiteboard&type0-0-3=substring&value0-0-3=babel&field0-0-4=longdesc&type0-0-4=substring&value0-0-4=babel">Squash a bug already open</a></li>
41 <li><a href="https://dev.eclipse.org/mailman/listinfo/babel-translators">Join the mailing list</a></li>
42 </ol>
43
44 <h3 style='margin-left: 40px;'>Projects Members can:</h3>
kitlo979fa562009-03-19 01:51:39 +000045 <ol>
gobrien0424d672008-04-17 23:35:20 +000046 <li><a href="importing.php">Get your Eclipse project imported to Babel</a></li>
gobrienf811fb12008-04-17 23:25:24 +000047 <li>Help make specific language packs for Eclipse projects (pending)</li>
48 <li>Review translations for quality/consistency (pending)</li>
49 <li>Promote your projects translation progress (pending)</li>
50 </ol>
51
gobrien8043cce2008-04-07 18:09:53 +000052</div>
53
54<?php
atoulmea4adf8e2009-01-27 19:01:35 +000055 global $addon;
56 $addon->callHook("footer");
gobrien8043cce2008-04-07 18:09:53 +000057?>