Difference between revisions of "Silme:roadmap"

From Braniecki's Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 32: Line 32:
 
* Build a hybrid locales
 
* Build a hybrid locales
  
== stage3 ==
+
== silme 0.5 ==
  
Stage 3 is the current one. I'm writing a set of applications on top of the library to test how well the library solves the problems while writing apps.
+
Stage 3 (Silme 0.5) is the current one. I'm writing a set of applications on top of the library to test how well the library solves the problems while writing apps.
  
* Entity processing
+
* Multilocale objects (for XLIFF, tc, po)
* Multilocale objects
 
 
* Add support for L20n
 
* Add support for L20n
 +
* Work on performance, memory management
 +
* Freeze the interface and involve others to work on tools and library itself.
 +
* Remove silme.fp
 +
* Clean silme.format, silme.io
 +
* Make use of silme.(io|format).Manager
 +
* PEP08 and PEP257
 +
* unit tests for silme
 +
* egg packages for silme
 +
 +
== silme 0.7 (plan) ==
 +
 +
* Entity processing (for l20n, DTD)
 
* Add support for html
 
* Add support for html
* Add ability to process entities with remote variables
 
 
* Add fast track for modifing/removing/adding single entity to all files without loading l10nObject
 
* Add fast track for modifing/removing/adding single entity to all files without loading l10nObject
 
* Accesskey solution
 
* Accesskey solution
Line 47: Line 57:
 
* Dictionary solution
 
* Dictionary solution
 
* Similar uses solution
 
* Similar uses solution
* Statistics solution
+
* Statistics solution (silme.stats)
 
* Plurals/Declension solution
 
* Plurals/Declension solution
 
* Investigate Komodo IDE
 
* Investigate Komodo IDE
 
== stage4 ==
 
 
* Work on performance, memory management
 
* Freeze the interface and involve others to work on tools and library itself.
 

Latest revision as of 14:35, 16 February 2009

Work on library is divided into stages:

stage1

The goal of stage one was to create a skeleton of the library, create fully serializable L10nObject and provide an initial 3-way diff.

Goals

  • Create L10nObject, L10nPackage classes
  • Create simple localization scripts
  • Create simple diff classes
  • Create complex diff classes
  • Create simple GUI app
  • Create simple webapp

stage2

In stage2 the whole library has been revised to clean and optimize the code. Additionally, the code structure has been stabilized and many IOClients/FormatParsers has been added.

Goals

  • Rewrite Entity class to look clean
  • ReadersWriters should be able to register themselves to L10nReaderWriter
  • Clean the entirely codebase and simplfy a lot of code pieces
  • Make the code readable
  • Implement in the nice way all the dirty hacks applied "in hurry"
  • Add support for gettext
  • Add support for SQL
  • Support Python 3.0
  • Load L10nPackage without loading L10nObjects
  • Support not processed files/not loaded files in l10nPackage (class Object)
  • Build a hybrid locales

silme 0.5

Stage 3 (Silme 0.5) is the current one. I'm writing a set of applications on top of the library to test how well the library solves the problems while writing apps.

  • Multilocale objects (for XLIFF, tc, po)
  • Add support for L20n
  • Work on performance, memory management
  • Freeze the interface and involve others to work on tools and library itself.
  • Remove silme.fp
  • Clean silme.format, silme.io
  • Make use of silme.(io|format).Manager
  • PEP08 and PEP257
  • unit tests for silme
  • egg packages for silme

silme 0.7 (plan)

  • Entity processing (for l20n, DTD)
  • Add support for html
  • Add fast track for modifing/removing/adding single entity to all files without loading l10nObject
  • Accesskey solution
  • Context soltion
  • Glossary solution
  • Dictionary solution
  • Similar uses solution
  • Statistics solution (silme.stats)
  • Plurals/Declension solution
  • Investigate Komodo IDE