kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

Split into server and clients #298

Open kynikos opened 10 years ago

kynikos commented 10 years ago

The core/extensions could be a separate process from the interfaces/plugins. They should interact asynchronously. It could be implemented with D-Bus, SSL...

Related: #289 #264

kynikos commented 10 years ago

Maybe an intermediate step could be only running organism (the timer and signalling of alarms) as a separate process.