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 Development Process"

(New page: == Babel Team Development Strategy == === Prioritizing Strategy === == Setting up a Development Environment == == Submitting code patches == == Release process ==)
 
Line 1: Line 1:
 
== Babel Team Development Strategy ==
 
== Babel Team Development Strategy ==
 
=== Prioritizing Strategy ===
 
=== Prioritizing Strategy ===
 +
The Babel team's strategy to processing bugs and feature requests is (in order):
 +
 +
# Bugs that cause incorrect translations to be saved or prevent people from enter translations
 +
# Finishing the version zero issues (deployment, documentation)
 +
# Bugs preventing project teams from adding their projects to Babel
 +
# Server performance issues
 +
# Bugs preventing users from consuming the output of Babel
 +
# New features
 +
 
== Setting up a Development Environment ==
 
== Setting up a Development Environment ==
 +
 +
The Babel server environment is a typical LAMP environment.  Apache 2.x, PHP 5.x, MySQL 5.x and a CVS client are likely the only prerequisites.
 +
 +
Steps to setting up a Babel Development Environment on Linux:
 +
#
 +
#
 +
#
 +
 +
 
== Submitting code patches ==
 
== Submitting code patches ==
 +
 +
 +
 
== Release process ==
 
== Release process ==

Revision as of 16:57, 31 January 2008

Babel Team Development Strategy

Prioritizing Strategy

The Babel team's strategy to processing bugs and feature requests is (in order):

  1. Bugs that cause incorrect translations to be saved or prevent people from enter translations
  2. Finishing the version zero issues (deployment, documentation)
  3. Bugs preventing project teams from adding their projects to Babel
  4. Server performance issues
  5. Bugs preventing users from consuming the output of Babel
  6. New features

Setting up a Development Environment

The Babel server environment is a typical LAMP environment. Apache 2.x, PHP 5.x, MySQL 5.x and a CVS client are likely the only prerequisites.

Steps to setting up a Babel Development Environment on Linux:


Submitting code patches

Release process

Back to the top