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"

(Milestone I)
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
=== Initial Release Milestone 0 ===
+
[[Category:Babel]]
 +
=== 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/).
 
Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/).
 
<br>
 
<br>
Coding Tasks Before Launch:
+
<strike>Coding Tasks Before Launch:</strike>
 
<br>
 
<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>
 
<strike>* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)</strike>
Line 13: Line 14:
 
* <strike>Write a Developer guide, including how to set up a dev environment</strike>
 
* <strike>Write a Developer guide, including how to set up a dev environment</strike>
 
* Automate/<strike>document release process</strike>
 
* Automate/<strike>document release process</strike>
 +
* Make SVN work with the maps processor https://bugs.eclipse.org/bugs/show_bug.cgi?id=217196
  
=== Milestone I ===
+
=== Milestone M1 ===
* Import all translations -- do we want to import 3.2 strings?
+
* 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
* Automate release cycle
 
 
* Add copyright notices to language packs
 
* Add copyright notices to language packs
* Make SVN work with the maps processor https://bugs.eclipse.org/bugs/show_bug.cgi?id=217196
 
  
=== Milestone II ===
+
=== 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
  
 
+
=== Milestone M3 ===
=== Milestone III ===
+

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