Take a look at:
https://launchpad.net/desktopcouch
http://www.freedesktop.org/wiki/Specifications/desktopcouch
http://www.kryogenix.org/days/2009/09/03/desktop-couch-irc-talk
for more info.
Thanks,
~Jason
On Nov 27, 3:45 pm, Chris Dekter <cdek...@gmail.com> wrote:
> Dropbox seems like a good simple solution. I think there are numerous
> other ways you could also do this (rsync). I'm not familiar with
> couchdb but I had a quick look and it kinda seems like overkill
> (correct me if I'm wrong). If you wanted to build a super-simple user
> friendly way to do this, it would be easy to create a setup where one
> instance of AutoKey running on a machine acts as a config server, and
> all other machines connect to it and download their config from there.
>
> 2009/11/28 MAWSpitau <mawspi...@googlemail.com>:
2009/12/23 jwhitlark <ja...@whitlark.org>:
2009/12/23 Chris Dekter <cde...@gmail.com>:
~J
On Dec 22, 5:09 pm, Chris Dekter <cdek...@gmail.com> wrote:
> I think the simplest approach would be to create an alternative
> persistence backend that instead of pickling to a file on disk,
> pickles to memory, base 64 encode and then store in a CouchRecord. If
> you want to have a go at this I'd be glad to help out - otherwise I
> might work on it over the break if I have time.
>
> 2009/12/23 Chris Dekter <cdek...@gmail.com>: