Gintautas, Going back to what is supposed to be the heart of the project.
Do you already have an implementation of Pootle in which the back-end is clearly separated from the rest (using the file storage system) and that communicates with the higher layers through the API? How easy will be to merge this with the current code? The API will have to be incremented in the future, as it must not only manage translation, but also process information, goals, statistics, etc... and later, if there is a database implementation, some operations will have to take place in the DB itself, otherwise there will be no savings in process time. This will also have to become part of the API. Javier Gintautas Miliauskas wrote: > Hello, > > >> How is the back-end API project going? >> > > Not too bad. I have made some progress on the relational DB > implementation, and I will have to write an introduction to the API in > the next few days (actually, two days). > > I hope that it will possible to use it as the base of Pootle in the > near future. I know that you are moving towards the more > expressive power of XLIFF, hopefully the interfaces I have declared > will be enough. I generally borrowed a lot from .po (because that's > the primary usecase), but, e.g., for plurals I use the XLIFF model (so > you can have 3 different msgids for 3 different plurals). Right now I > have a deadline to beat, but afterwards I'll try to do some more > coordination. > > Probably the best place to look at what I have is to peek at the > interface descriptions: > > http://svn.sourceforge.net/viewvc/translate/src/branches/pootle-api/Pootle/storage/api.py?revision=3689&view=markup > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Translate-pootle mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/translate-pootle > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
