|
From: Qball C. <qb...@qb...> - 2006-03-17 09:27:56
|
wwp wrote: > Hello QBall, > > > I wonder how I could work w/ gtodo when I'm in disconnected mode, and w/ > ackerTodo when I'm online. Would there be some ways for both software to > exchange data (I know that ackerTodo is able to export .xml, but this .xml is > a bit different from gtodo's one)? I really like the idea of an online todo > base (to share w/ other people w/ a project management purpose) and > ackterTodo is really neat, but I really *want* to keep up working w/ gtodo > locally. > > Any thought? > > > Regards, > > I've taken a look at the xml export file, Its very similar to the xml file used in xml2, so conversion should be relatively easy. (also to the old gtodo format). There is just one problem, The tasks doesn't have a unique id in the exported xml file, making synchronization very tricky and very error prone. For gtodo2 I intent to make the backend modulair, so you can also use gtodo to open the task list of f.e. evolution data server, writing a backend that can work with the data stored in mysql by ackerTodo is then possible. I hope this answers the question? Qball |