~bertrand-rousseau/gtg/new-task-list-layout

« back to all changes in this revision

Viewing changes to doc/userdoc/C/gtg-sync.page

  • Committer: Bertrand Rousseau
  • Date: 2012-07-13 17:24:28 UTC
  • mfrom: (1178.1.28 trunk)
  • mto: (1178.1.30 trunk)
  • mto: This revision was merged to the branch mainline in revision 1183.
  • Revision ID: bertrand.rousseau@gmail.com-20120713172428-ou3ic646fccov41d
Merge with trunk. Fixes conflict with CHANGELOG.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="topic" style="task"
 
3
      id="gtg-sync">
 
4
 
 
5
  <info>
 
6
    <link type="guide" xref="index#gtg-sync"/>
 
7
     <link type="seealso" xref="gtg-add-sync"/>
 
8
      <link type="seealso" xref="gtg-remove-sync"/>
 
9
 
 
10
    <revision pkgversion="0.1" version="0.1" date="2012-07-03" status="candidate"/>
 
11
    <credit type="author">
 
12
      <name>Radina Matic</name>
 
13
     <email>radina.matic@gmail.com</email>
 
14
    </credit>
 
15
  </info>
 
16
 
 
17
  <title>Understand Sync Services</title>
 
18
 
 
19
<p>Sync Services allow GTG to synchronize (meaning to have access or to import) tasks, notes or bugs from other sites or services like <em>Launchpad</em>, <em>Remember the Milk</em>, <em>Tomboy</em>, <em>GNote</em>...</p> 
 
20
 
 
21
<p>There are different types of synchronization:</p>
 
22
<list>
 
23
      <item><p><em>Read-only synchronization</em>: The primary goal is to track things, for example the bugs assigned to you on a bug tracking system. You cannot directly mark the task as resolved in GTG, but when you mark the associated bug as fixed on the bug tracking system, it will show up as such in GTG.  Read-only also means that if you open one of the imported tasks and change the title, description or tags, those changes are visible only to you and will be lost when the associated task is modified on the originating service. You are free to set any other field (start/due dates, subtasks...) as for those field your changes will be preserved. This is useful to add personal annotations to imported tasks.</p></item>
 
24
      <item><p><em>Import synchronization</em>: This is similar to read-only synchronization but you are free to change any field you want. However, keep in mind that all the changes you make will be visible only on your computer. GTG will also make sure that no task is imported twice</p></item> 
 
25
      <item><p><em>Full synchronization</em>:</p></item>
 
26
</list>
 
27
 
 
28
<p>List of available sync services in GTG:</p>
 
29
 
 
30
<p><em style="strong">Evolution tasks</em></p>
 
31
<p>Allows you to synchronize your GTG tasks with Evolution tasks (full synchronization). <em>This sync service is currently disabled because of a bug between PyGTK and python-evolution.</em></p>
 
32
 
 
33
<p><em style="strong">Identi.ca</em></p>
 
34
<p>Imports your Identi.ca messages into your GTG (import synchronization).</p>
 
35
 
 
36
<p><em style="strong">Tomboy</em></p>
 
37
<p>Synchronizes all or part of your Tomboy notes in GTG (full synchronization).</p>
 
38
 
 
39
<p><em style="strong">Gnote</em></p>
 
40
<p>Synchronizes all or part of your Gnote notes in GTG (full synchronization).</p>
 
41
 
 
42
<p><em style="strong">Launchpad</em></p>
 
43
<p>Allows you to import any Launchpad bugs assigned to you (or someone else) in your GTG (read-only synchronization).</p> 
 
44
 
 
45
<p><em style="strong">Remember the Milk</em></p>
 
46
<p>Synchronize your tasks with the web service RememberTheMilk (full synchronization).</p>
 
47
 
 
48
</page>
 
49