[gnote/gnome-3-34] Add manual for GVFS sync



commit 4db007f7c8390c6ad55daaa44cddc7779e2fd870
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Thu Sep 26 22:34:27 2019 +0300

    Add manual for GVFS sync

 help/C/figures/gnote-syncprefs-gvfs.png | Bin 0 -> 34222 bytes
 help/C/gnote-addin-sync-gvfs.page       |  28 ++++++++++++++++++++++++++++
 help/Makefile.am                        |   2 ++
 3 files changed, 30 insertions(+)
---
diff --git a/help/C/figures/gnote-syncprefs-gvfs.png b/help/C/figures/gnote-syncprefs-gvfs.png
new file mode 100644
index 00000000..c9e6993f
Binary files /dev/null and b/help/C/figures/gnote-syncprefs-gvfs.png differ
diff --git a/help/C/gnote-addin-sync-gvfs.page b/help/C/gnote-addin-sync-gvfs.page
new file mode 100644
index 00000000..4901fa7f
--- /dev/null
+++ b/help/C/gnote-addin-sync-gvfs.page
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="addin-sync-gvfs">
+
+  <info>
+    <link type="guide" xref="notes-preferences#sync-addins"/>
+    <link type="guide" xref="synchronization#configuration"/>
+    <desc>Synchronize to an online folder</desc>
+    <license><p>GNU Free Documentation License (GFDL), Version 1.1</p></license>
+    <credit type="author">
+      <name>Aurimas Cernius</name>
+      <years>2019</years>
+    </credit>
+  </info>
+
+  <title>Online Folder Synchronization</title>
+  <p>This type of synchronization lets you synchronize to online folder that can be opened in 
<app>Files</app>.</p>
+  <p>To use this type of synchronization you have to first configure your account for accessing the folder 
in <app>Online Accounts</app>. Once account has been added, it should be visible in the side pane in 
<app>Files</app> application and you should be able to open it and browse your online folder.</p>
+  <p>To configure this type of synchronization, select <gui>Online Folder</gui> in the <gui>Service</gui> 
drop-down and then enter the desired folder as the <gui>Folder URI</gui>. You can get the folder URI by 
opening that online folder in <app>Files</app> application and then pressing 
<keyseq><key>Ctrl</key><key>L</key></keyseq> to edit the path.</p>
+  <figure>
+    <title>Online Folder Synchronization configuration</title>
+    <media type="image" src="figures/gnote-syncprefs-gvfs.png" mime="image/png"/>
+  </figure>
+  <p>After entering the desired folder, click the <gui>Save</gui> button. Use the <gui>Clear</gui> button to 
turn synchronization off.</p>
+  <p>If entered folder doesn't exist, <app>Gnote</app> will attempt to create it.</p>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index a90abb25..d768f8e0 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -14,6 +14,7 @@ HELP_MEDIA = \
        figures/gnote-preferences-synchronization.png \
        figures/gnote-search-all-notes.png \
        figures/gnote-syncprefs-advanced.png \
+       figures/gnote-syncprefs-gvfs.png \
        figures/gnote-syncprefs-local.png \
        figures/gnote-syncprefs-webdav.png \
        figures/gnote-sync-progress.png \
@@ -33,6 +34,7 @@ HELP_FILES = \
        gnote-addin-readonly.page \
        gnote-addin-replacetitle.page \
        gnote-addin-specialnotes.page \
+       gnote-addin-sync-gvfs.page \
        gnote-addin-sync-local.page \
        gnote-addin-sync-webdav.page \
        gnote-addin-tableofcontents.page \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]