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 | *******************************************************************************/ |
| 13 | require("global.php"); |
| 14 | InitPage(""); |
| 15 | |
| 16 | $pageTitle = "Babel Project"; |
| 17 | $pageKeywords = "translation,language,nlpack,pack,eclipse,babel"; |
| 18 | |
| 19 | include("head.php"); |
| 20 | |
| 21 | |
| 22 | |
| 23 | ?> |
| 24 | |
| 25 | <h1 id="page-message">Help Getting Projects into Babel</h1> |
| 26 | <div id="index-page"> |
| 27 | |
| 28 | |
| 29 | |
| 30 | <a href="https://bugs.eclipse.org/bugs/enter_bug_wizard.cgi"><img src="http://dev.eclipse.org/large_icons/apps/system-users.png"><h2>Eager Translators</h2></a> |
| 31 | <br style='clear: both;'> |
| 32 | <p> |
| 33 | 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. |
| 34 | 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. |
| 35 | </p> |
| 36 | <ol style='margin-left: 20px; margin-top: 0px;'> |
| 37 | <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. |
| 38 | <li>Follow the instructions and find the project you want included in Babel. |
| 39 | <li>Leave a comment that politely asks the project leads to import their project into Babel. |
| 40 | <br>Example:<p>"The Babel project aims to help Eclipse projects get translated into new languages. Your project is not currently integrated with Babel. |
| 41 | Please follow these instructions: http://babel.eclipse.org/importing.php" |
| 42 | <li>Submit the bug. |
| 43 | </ol> |
| 44 | |
| 45 | <a href="login.php"><img src="http://dev.eclipse.org/large_icons/apps/preferences-desktop-theme.png"><h2>Project Leads</h2></a> |
| 46 | <br style='clear: both;'> |
| 47 | <p> |
| 48 | If you are a project lead and your project is not included in Babel then follow the steps below. |
| 49 | </p> |
| 50 | <ol style='margin-left: 20px; margin-top: 0px;'> |
| 51 | <li><a href="login.php">Log into Babel</a>. |
| 52 | <li>Click on the 'FOR COMMITTERS' link at the top left hand corner of the web page. |
| 53 | <li>Follow the instructions on that page, good luck! |
| 54 | </ol> |
| 55 | |
| 56 | </div> |
| 57 | |
| 58 | <script>YAHOO.languageManager.getAjaxLanguages();</script> |
| 59 | |
| 60 | <?php |
| 61 | include("foot.php"); |
| 62 | ?> |