Package conduit
[hide private]

Package conduit

source code

Introduction

Conduit is a synchronization solution for GNOME which allows the user to take their emails, files, bookmarks, and any other type of personal information and synchronize that data with another computer, an online service, or even another electronic device. Conduit manages the synchronization and conversion of data into other formats. For example, conduit allows you to;
  1. Synchronize your tomboy notes to a file on a remote computer
  2. Synchronize your emails to your mobile phone
  3. Synchronize your bookmarks to delicious, gmail, or even your own webserver
  4. and many more...

Any combination you can imagine, Conduit will take care of the conversion and synchronization.

Copyright: John Stowers, 2006 License: GPLv2

Submodules [hide private]

Variables [hide private]
  DIRECTORY = os.path.abspath(os.path.join(os.path.dirname(__fil...
  IS_INSTALLED = not os.path.exists(os.path.join(DIRECTORY, "Cha...
  IS_DEVELOPMENT_VERSION = True
  USER_DIR = os.path.join(os.environ.get("XDG_CONFIG_HOME", os.p...
  VERSION = "0.3.13"
  LOCALE_DIR = os.path.join(DIRECTORY, "po")
  SHARED_DATA_DIR = os.path.join(DIRECTORY, "data")
  GLADE_FILE = os.path.join(DIRECTORY, "data", "conduit.glade")
  SHARED_MODULE_DIR = os.path.join(DIRECTORY, "conduit", "modules")
  SETTINGS_IMPL = "GConf"
  GLOBALS = Globals.Globals()
Variables Details [hide private]

DIRECTORY

Value:
os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))

IS_INSTALLED

Value:
not os.path.exists(os.path.join(DIRECTORY, "ChangeLog"))

USER_DIR

Value:
os.path.join(os.environ.get("XDG_CONFIG_HOME", os.path.join(os.environ\
 ['HOME'], ".config")), "conduit")