blob: 66375e6ce2d5d818ba7ae8af896cf649e9fc8126 [file] [log] [blame]
gobrien1a8e02f2008-01-30 01:46:26 +00001<?php
2/*******************************************************************************
3 * Copyright (c) 2007 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 * Paul Colton (Aptana)- initial API and implementation
11 * Eclipse Foundation
12*******************************************************************************/
kitlo5b0cdfb2009-03-19 04:42:44 +000013
14# Note: the style attribute for the ol tag below was causing a truncation in IE.
15# I removed the attribute. The layout is still acceptable. Future modifications to this file should be tested in IE also.
16
gobrien1a8e02f2008-01-30 01:46:26 +000017require("global.php");
18InitPage("");
19
20$pageTitle = "Babel Project";
21$pageKeywords = "translation,language,nlpack,pack,eclipse,babel";
22
atoulmea4adf8e2009-01-27 19:01:35 +000023global $addon;
24$addon->callHook("head");
gobrien1a8e02f2008-01-30 01:46:26 +000025
gobrien1a8e02f2008-01-30 01:46:26 +000026?>
27
28<h1 id="page-message">Help Getting Projects into Babel</h1>
29<div id="index-page">
30
31
32
atoulmee9ec6d82008-11-19 14:41:30 +000033 <a href="https://bugs.eclipse.org/bugs/enter_bug_wizard.cgi"><img src="<?php echo imageRoot() ?>/large_icons/apps/system-users.png"><h2>Eager Translators</h2></a>
gobrien1a8e02f2008-01-30 01:46:26 +000034 <br style='clear: both;'>
35 <p>
36 If Babel is missing an Eclipse project and you would like to help translate this project, follow the steps below to open a Bugzilla bug.
37 Opening a bug is the first step in encourage the project to participate in Babel by letting them know translators are out there and willing to help.
38 </p>
kitloc3470ac2009-03-18 21:26:24 +000039 <ol>
gobrien1a8e02f2008-01-30 01:46:26 +000040 <li><a target="_blank" href="https://bugs.eclipse.org/bugs/enter_bug_wizard.cgi">Click here</a> to start the process of opening a bug on Eclipse Bugzilla system.
41 <li>Follow the instructions and find the project you want included in Babel.
42 <li>Leave a comment that politely asks the project leads to import their project into Babel.
43 <br>Example:<p>"The Babel project aims to help Eclipse projects get translated into new languages. Your project is not currently integrated with Babel.
kitloa6f82c42009-03-16 13:55:16 +000044 Please follow these instructions: http://babel.eclipse.org/babel/importing.php"
gobrien1a8e02f2008-01-30 01:46:26 +000045 <li>Submit the bug.
46 </ol>
47
Paul Pazderski10ba3f32019-08-28 13:47:44 +020048 <a href="login_oauth.php"><img src="<?php echo imageRoot() ?>/large_icons/apps/preferences-desktop-theme.png"><h2>Project Leads</h2></a>
gobrien1a8e02f2008-01-30 01:46:26 +000049 <br style='clear: both;'>
50 <p>
51 If you are a project lead and your project is not included in Babel then follow the steps below.
52 </p>
kitloc3470ac2009-03-18 21:26:24 +000053 <ol>
Paul Pazderski10ba3f32019-08-28 13:47:44 +020054 <li><a href="login_oauth.php">Log into Babel</a>.
gobrien1a8e02f2008-01-30 01:46:26 +000055 <li>Click on the 'FOR COMMITTERS' link at the top left hand corner of the web page.
56 <li>Follow the instructions on that page, good luck!
57 </ol>
58
59</div>
60
61<script>YAHOO.languageManager.getAjaxLanguages();</script>
62
63<?php
atoulmea4adf8e2009-01-27 19:01:35 +000064 global $addon;
65 $addon->callHook("footer");
gobrien1a8e02f2008-01-30 01:46:26 +000066?>