Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Babel / Server Tool Project Plan"

(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== Initial Release of Phase I ===
+
[[Category:Babel]]
Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/login.php).
+
=== Initial Release Milestone M0 ===
 +
Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/).
 +
<br>
 +
<strike>Coding Tasks Before Launch:</strike>
 +
<br>
 +
<strike>* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)</strike>
 +
<br>
 +
Importing Task Before Launch:
 +
* <strike>Populate with all Languages Eclipse has existing language packs for</strike>
 +
<strike>* Populate Projects with strings</strike>
 +
<br>
 +
Right after Launch Features:
 +
* <strike>Write a Developer guide, including how to set up a dev environment</strike>
 +
* Automate/<strike>document release process</strike>
 +
* Make SVN work with the maps processor https://bugs.eclipse.org/bugs/show_bug.cgi?id=217196
  
Tasks before launch:
+
=== Milestone M1 ===
* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)
+
* Automate release cycle
 +
** database refactoring code from portal approved (http://dev.eclipse.org/ipzilla/show_bug.cgi?id=2069)
 +
** bug opened to simplify database refactoring code (https://bugs.eclipse.org/bugs/show_bug.cgi?id=217787)
 +
* <strike>Import translations string for version 3.2 of Eclipse</strike>
 
* Add voting for a translation
 
* Add voting for a translation
 +
* Add copyright notices to language packs
 +
 +
=== Milestone M2 ===
 
* Add initial users page with some useful stats (like # of string translated)
 
* Add initial users page with some useful stats (like # of string translated)
 
* stream line translation so it is easier
 
* stream line translation so it is easier
 +
** allow hiding string that have already been translationed
  
* Populate all Languages
+
=== Milestone M3 ===
* Populate Projects with strings
+
 
+
Tasks to do soon after launch:
+
* Import all translations
+

Revision as of 07:02, 9 October 2008

Initial Release Milestone M0

Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/).
Coding Tasks Before Launch:
* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)
Importing Task Before Launch:

  • Populate with all Languages Eclipse has existing language packs for

* Populate Projects with strings
Right after Launch Features:

Milestone M1

Milestone M2

  • Add initial users page with some useful stats (like # of string translated)
  • stream line translation so it is easier
    • allow hiding string that have already been translationed

Milestone M3

Back to the top