Sync with latest Wiki content, syncthing -> Syncthing

This commit is contained in:
Jakob Borg
2015-05-29 09:10:37 +02:00
parent cbf0766e86
commit 567d3dd0f5
27 changed files with 241 additions and 100 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
ItemFinished
------------
Generated when syncthing ends synchronizing a file to a newer version. A
Generated when Syncthing ends synchronizing a file to a newer version. A
successfull operation:
.. code:: json
@@ -35,3 +35,5 @@ An unsuccessfull operation:
"type": "file"
}
}
The ``action`` field is either ``update`` or ``delete``.
+3 -1
View File
@@ -1,7 +1,7 @@
ItemStarted
-----------
Generated when syncthing begins synchronizing a file to a newer version.
Generated when Syncthing begins synchronizing a file to a newer version.
.. code:: json
@@ -16,3 +16,5 @@ Generated when syncthing begins synchronizing a file to a newer version.
"action": "update"
}
}
The ``action`` field is either ``update`` or ``delete``.
+1 -1
View File
@@ -1,7 +1,7 @@
Starting
--------
Emitted exactly once, when syncthing starts, before parsing
Emitted exactly once, when Syncthing starts, before parsing
configuration etc.
.. code:: json
+1 -1
View File
@@ -1,7 +1,7 @@
StartupCompleted
----------------
Emitted exactly once, when initialization is complete and syncthing is
Emitted exactly once, when initialization is complete and Syncthing is
ready to start exchanging data with other devices.
.. code:: json