L10n:Silme: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (10 intermediate revisions by 4 users not shown) | |||
| Line 13: | Line 13: | ||
== Releases == | == Releases == | ||
* [[Silme:0.5|Silme 0.5]] - released on | * [[Silme:0.5|Silme 0.5]] - released on May 11th 2009 | ||
* [[Silme:0.7|Silme 0.7]] - | ** [[Silme:0.5.1|Silme 0.5.1]] - released on June 3rd 2009 | ||
* [[Silme:0.8|Silme 0.8]] - | * [[Silme:0.7|Silme 0.7]] - released in July 2009 | ||
* [[Silme:0.9|Silme 0.9]] - planned for end of | * [[Silme:0.8|Silme 0.8]] - released on October 4th 2009 | ||
* [[Silme:1.0|Silme 1.0]] - planned for | * [[Silme:0.9|Silme 0.9]] - planned for end of May 2010 | ||
* [[Silme:1.0|Silme 1.0]] - planned for ??? | |||
* [[Silme:1.1|Silme 1.1]] - planned for ??? | |||
== Tutorial == | == Tutorial == | ||
| Line 32: | Line 34: | ||
* [[Silme:Tutorial:Webtool| Webtool example]] | * [[Silme:Tutorial:Webtool| Webtool example]] | ||
* [[Silme:Tutorial:GUI| GUI example]] | * [[Silme:Tutorial:GUI| GUI example]] | ||
* [[Silme:Tutorial:Shortcuts]] | * [[Silme:Tutorial:Shortcuts|Tips and tricks]] | ||
== Scripts/Examples == | == Scripts/Examples == | ||
| Line 40: | Line 42: | ||
== Sources == | == Sources == | ||
* [http://hg.mozilla.org/ | * [http://hg.mozilla.org/l10n/silme http://hg.mozilla.org/l10n/silme] | ||
== Wishlist == | |||
* [[Silme:Wishlist]] | |||
Latest revision as of 12:14, 13 April 2010
Silme is a l10n library written in python.
Overview
Silme is a library focused on improving the experience of developing localization related applications and web applications.
Features
- Format neutrality which allows easy lossless import and export between various l10n formats.
- I/O neutrality which allows easy read/write from/to files, jar packages, mysql databases and revision control systems.
- Easy diff generator which allows to build and apply smart diffs between different localizations.
Releases
- Silme 0.5 - released on May 11th 2009
- Silme 0.5.1 - released on June 3rd 2009
- Silme 0.7 - released in July 2009
- Silme 0.8 - released on October 4th 2009
- Silme 0.9 - planned for end of May 2010
- Silme 1.0 - planned for ???
- Silme 1.1 - planned for ???
Tutorial
- Concepts
- Setting up environment
- Entity and EntityList
- L10nObject and L10nPackage
- File, SVN, SQL
- DTD, Properties, gettext, HTML, XLIFF
- Diffing between objects, packages
- Logging
- Command line example
- Webtool example
- GUI example
- Tips and tricks
Scripts/Examples
Sources