gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 1 | <?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 | *******************************************************************************/ |
kitlo | 5b0cdfb | 2009-03-19 04:42:44 +0000 | [diff] [blame] | 13 | |
| 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 | |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 17 | require("global.php"); |
| 18 | InitPage(""); |
| 19 | |
| 20 | $pageTitle = "Babel Project"; |
| 21 | $pageKeywords = "translation,language,nlpack,pack,eclipse,babel"; |
| 22 | |
atoulme | a4adf8e | 2009-01-27 19:01:35 +0000 | [diff] [blame] | 23 | global $addon; |
| 24 | $addon->callHook("head"); |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 25 | |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 26 | ?> |
| 27 | |
| 28 | <h1 id="page-message">Help Getting Projects into Babel</h1> |
| 29 | <div id="index-page"> |
| 30 | |
| 31 | |
| 32 | |
atoulme | e9ec6d8 | 2008-11-19 14:41:30 +0000 | [diff] [blame] | 33 | <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> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 34 | <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> |
kitlo | c3470ac | 2009-03-18 21:26:24 +0000 | [diff] [blame] | 39 | <ol> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 40 | <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. |
kitlo | a6f82c4 | 2009-03-16 13:55:16 +0000 | [diff] [blame] | 44 | Please follow these instructions: http://babel.eclipse.org/babel/importing.php" |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 45 | <li>Submit the bug. |
| 46 | </ol> |
| 47 | |
Paul Pazderski | 10ba3f3 | 2019-08-28 13:47:44 +0200 | [diff] [blame] | 48 | <a href="login_oauth.php"><img src="<?php echo imageRoot() ?>/large_icons/apps/preferences-desktop-theme.png"><h2>Project Leads</h2></a> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 49 | <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> |
kitlo | c3470ac | 2009-03-18 21:26:24 +0000 | [diff] [blame] | 53 | <ol> |
Paul Pazderski | 10ba3f3 | 2019-08-28 13:47:44 +0200 | [diff] [blame] | 54 | <li><a href="login_oauth.php">Log into Babel</a>. |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 55 | <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 |
atoulme | a4adf8e | 2009-01-27 19:01:35 +0000 | [diff] [blame] | 64 | global $addon; |
| 65 | $addon->callHook("footer"); |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 66 | ?> |