Conduit (software): Difference between revisions
No edit summary |
ClueBot NG (talk | contribs) m Reverting possible vandalism by 66.191.22.231 to version by 94.234.170.212. False positive? Report it. Thanks, ClueBot NG. (1354274) (Bot) |
||
Line 17: | Line 17: | ||
}} |
}} |
||
{{Portal|Free software}} |
{{Portal|Free software}} |
||
'''Conduit''' is an [[open-source]] [[File synchronization|synchronization]] program for [[GNOME]]. It allows the user to synchronize [[information]] to and from various destinations. For instance, it can be used to synchronise photos on the users computer with various websites (such as [[Flickr]], [[Picasa#Picasa_Web_Albums|Picasa]] and [[SmugMug]]). Other types of information |
'''Conduit''' is an [[open-source]] [[File synchronization|synchronization]] program for [[GNOME]]. It allows the user to synchronize [[information]] to and from various destinations. For instance, it can be used to synchronise photos on the users computer with various websites (such as [[Flickr]], [[Picasa#Picasa_Web_Albums|Picasa]] and [[SmugMug]]). Other types of information may be synchronized, such as files, folders, [[RSS|RSS feeds]], [[email]]s, notes, contacts, calendars, and tasks. The program uses a drag-and-drop interface to give a visual representation of what is going to be done. |
||
==Goals== |
==Goals== |
Revision as of 05:52, 24 November 2012
Developer(s) | The GNOME Project, John Stowers, John Carr, Thomas Van Machelen[1] |
---|---|
Initial release | October 7, 2007[2] |
Stable release | 0.3.17[3]
/ January 21, 2010 |
Written in | Python[4] |
Operating system | Linux/FreeBSD |
Type | Synchronisation |
License | GNU General Public License |
Website | live.gnome.org/Conduit |
Conduit is an open-source synchronization program for GNOME. It allows the user to synchronize information to and from various destinations. For instance, it can be used to synchronise photos on the users computer with various websites (such as Flickr, Picasa and SmugMug). Other types of information may be synchronized, such as files, folders, RSS feeds, emails, notes, contacts, calendars, and tasks. The program uses a drag-and-drop interface to give a visual representation of what is going to be done.
Goals
The developers of Conduit aim to provide a complete solution to keeping all of a user's information synchronized, regardless of where and how the data is stored.[5] By creating a generic framework for synchronization, current problems with synchronization may be avoided where the tools are specific to a device/website/software and so the information can only be moved in a very restricted way.
How Conduit works
Conduit works by having a collection of data providers and data conversions. Data providers can represent all sorts of resources, such as an MP3 player attached to a computer, a website, or a program residing on a computer. They have data types, such as image, contact, or note, and are also defined to be either a source, a sink, or both. When the user tries to connect a source data provider and a sink data provider, Conduit will try to allow this connection using the conversions it has available to it. Conduit uses a number of fundamental data types so that a conversion only has to be created once, and can be reused for any data providers that use that data type.