[Pkg-owncloud-commits] [owncloud-doc] 49/95: remove misplaced sync client docs
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:41:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 98d525a5150202f4c02550b691ff67f999af006c
Author: Daniel Molkentin <daniel at molkentin.de>
Date: Thu Mar 6 23:07:51 2014 +0100
remove misplaced sync client docs
---
admin_manual/sync_client/Advanced_Usage.rst | 114 ---------
admin_manual/sync_client/Introduction.rst | 9 -
admin_manual/sync_client/Obtaining_the_Client.rst | 29 ---
admin_manual/sync_client/Setting_up_an_Account.rst | 54 -----
admin_manual/sync_client/Table_of_Contents.rst | 7 -
admin_manual/sync_client/Visual_Tour.rst | 257 ---------------------
.../images/100000000000001D0000001E5C455170.png | Bin 1301 -> 0 bytes
.../images/10000000000000D2000000F553818155.png | Bin 40563 -> 0 bytes
.../images/10000000000000F20000003BAA849B42.png | Bin 12296 -> 0 bytes
.../images/10000000000001E50000018C3AD09A21.png | Bin 107117 -> 0 bytes
.../images/10000000000001EE00000164642CCA08.png | Bin 73614 -> 0 bytes
.../images/10000000000001F40000016609A0CFCC.png | Bin 55791 -> 0 bytes
.../images/10000000000002650000018CA6A1BE66.png | Bin 74341 -> 0 bytes
.../images/10000000000002650000018E4285E964.png | Bin 92661 -> 0 bytes
.../images/10000000000002690000018D3A8C9F17.png | Bin 75305 -> 0 bytes
.../images/100000000000026A000001DCAF8778F2.png | Bin 126167 -> 0 bytes
.../images/10000000000002BB000001EABD7E6DF0.png | Bin 336801 -> 0 bytes
.../images/10000000000002BF000001E5B544E7E7.png | Bin 97877 -> 0 bytes
.../images/10000000000002C1000001ED5CECCC6D.png | Bin 134744 -> 0 bytes
.../images/10000000000002C3000001EBBD39E47A.png | Bin 113591 -> 0 bytes
admin_manual/sync_client/index.rst | 11 -
21 files changed, 481 deletions(-)
diff --git a/admin_manual/sync_client/Advanced_Usage.rst b/admin_manual/sync_client/Advanced_Usage.rst
deleted file mode 100644
index e6b0836..0000000
--- a/admin_manual/sync_client/Advanced_Usage.rst
+++ /dev/null
@@ -1,114 +0,0 @@
-Advanced Usage
-==============
-
-Options
--------
-
-When invoking the client from the command line, the following options are supported.
-The invocation must be done as the admin user on Windows.
-
-* -h, --help: opens a window showing all the below options.
-
-
-
-* --logwindow: open a window to show log output.
-
-
-
-* --logfile <filename>: write log output to file <filename>.
-
-
-
-* --logdir <name>: write each sync log output to a new file in directory <name>.
-
-
-
-* --logexpire <hours>: removes logs older than <hours> hours.
- To be used with –logdir
-
-
-
-* --logflush: flush the log file after every write.
-
-
-
-* --confdir <dirname>: Use the given configuration directory.
-
-
-
-Config file
------------
-
-The ownCloud client reads a configuration file for certain parameters.
-
-The locations of the config file is as follows:
-
-* Linux:
- $HOME/.local/share/data/ownCloud/owncloud.cfg
-
-
-
-* Windows:
- %LOCALAPPDATA%\owncloud\owncloud.cfg
-
-
-
-* MAC:
- $HOME/Library/Application Support/owncloud
-
-
-
-The following parameters contained within the config file may be modified:
-
-* remotePollinterval (default 30000): Poll time for the remote repository in milliseconds
-
-
-
-* maxLogLines (default 20000): Maximum count of log lines shown in the long window.
-
-
-
-
-Comparison and Conflicts
-------------------------
-
-In a sync run, the client must detect if one of the two repositories have updated files.
-On the local repository, the client traverses the file tree and compares the modification time of each file with the value it was before.
-The previous value is stored in the client’s database.
-If it is not, it means the file was recently added to the local repository.
-Note that on the local side, the modification time is a good attribute to detect changes because it does not depend on time shifts.
-
-For the remote (i.e., ownCloud server) repository, the client compares the ETag of each file with its previous value.
-Like the client, the previous value is obtained from a database query.
-If the ETag is the same, the file has not changed.
-
-In case a file has changed on both, the local and remote repositories, since the last sync run, it cannot be determined which version of the file should be used.
-However, it is important not to lose any of the changes.
-
-This is called a conflict case.
-The client resolves it by creating a conflict file of the older of the two files and saves the newer one under the original file name.
-Conflict files are always created on the client and
-not the server.
-The conflict file has the same name as the original file appended with the timestamp of the conflict detection.
-
-Ignored Files
--------------
-
-The ownCloud client will not sync the following files:
-
-* Files matching one of the patterns in the Ignored Files Editor.
-
-
-
-* Files containing special characters that do not work on certain file systems.
-
-
-
-* Files starting in the .csync_journal.db (reserved for journaling).
-
-
-
-* Files whose complete path is greater than 256 characters will cause an error and not sync.
-
-
-
diff --git a/admin_manual/sync_client/Introduction.rst b/admin_manual/sync_client/Introduction.rst
deleted file mode 100644
index 3d4b1d4..0000000
--- a/admin_manual/sync_client/Introduction.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-Introduction
-============
-
-The ownCloud Sync Client is a desktop program installed on a user’s computer.
-It allows a user to specify one or more directories on the local machine to sync to the ownCloud server.
-It allows the user to always have the latest files wherever they may be.
-When a change is made to the file on the computer, it will sync to the ownCloud server via the sync client.
-
-The ownCloud Sync Client is available for Windows, MAC OS X, and various Linux distributions.
diff --git a/admin_manual/sync_client/Obtaining_the_Client.rst b/admin_manual/sync_client/Obtaining_the_Client.rst
deleted file mode 100644
index eb3dfaf..0000000
--- a/admin_manual/sync_client/Obtaining_the_Client.rst
+++ /dev/null
@@ -1,29 +0,0 @@
-Obtaining the Client
-====================
-
-The latest version of the Client can be obtained on the ownCloud web site.
-
-The ownCloud client for Windows is provided as a NSIS-based setup file for machine-wide installation.
-
-Installing the ownCloud client on MAC OS follows the normal app bundle installation pattern:
-
-#. Download the installation file: Click
- ownCloud-x.y.z.dmg
- a window with the ownCloud icon opens.
-
-
-
-#. In that window, drag the ownCloud application into the
- Applications
- folder.
-
-
-
-#. On the right side of
- Applications
- , choose
- ownCloud
-
-
-
-The ownCloud client is also provided in a convenient repository for a wide range of Linux distributions.
diff --git a/admin_manual/sync_client/Setting_up_an_Account.rst b/admin_manual/sync_client/Setting_up_an_Account.rst
deleted file mode 100644
index 8a1fa01..0000000
--- a/admin_manual/sync_client/Setting_up_an_Account.rst
+++ /dev/null
@@ -1,54 +0,0 @@
-Setting up an Account
-=====================
-
-If no account has been configured, the ownCloud Client will automatically assist in connecting to the ownCloud server after the application has been started.
-
-The first step is to enter the URL to the ownCloud server.
-This is the same address that is used in the browser.
-
-|10000000000002650000018CA6A1BE66_png|
-
-Next, enter the username and password.
-These are the same credentials used to log into the web interface.
-
-|10000000000002690000018D3A8C9F17_png|
-
-Finally, select the folder that the ownCloud Client will sync the contents of the ownCloud account with.
-By default, this folder is called ownCloud, which resides in the home directory.
-
-|10000000000002650000018E4285E964_png|
-
-At this time, the synchronization between the root directories of the ownCloud server will begin.
-
-If selecting a local folder that already contains data, there are two options that exist.
-
-|100000000000026A000001DCAF8778F2_png|
-
-* Keep local data: If selected, the files in the local folder on the client will be synced up to the ownCloud server.
-
-
-
-* Start a clean sync: If selected, all files in the local folder on the client will be deleted and therefore not synced to the ownCloud server.
-
-
-
-
-.. |10000000000002690000018D3A8C9F17_png| image:: images/10000000000002690000018D3A8C9F17.png
- :width: 6.4272in
- :height: 4.1346in
-
-
-.. |10000000000002650000018CA6A1BE66_png| image:: images/10000000000002650000018CA6A1BE66.png
- :width: 6.3846in
- :height: 4.1252in
-
-
-.. |100000000000026A000001DCAF8778F2_png| image:: images/100000000000026A000001DCAF8778F2.png
- :width: 6.4374in
- :height: 4.9583in
-
-
-.. |10000000000002650000018E4285E964_png| image:: images/10000000000002650000018E4285E964.png
- :width: 6.3846in
- :height: 4.1457in
-
diff --git a/admin_manual/sync_client/Table_of_Contents.rst b/admin_manual/sync_client/Table_of_Contents.rst
deleted file mode 100644
index 9835a09..0000000
--- a/admin_manual/sync_client/Table_of_Contents.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-Table of Contents
-=================
-
-` <#_Toc374017118>`_
-
-Reviewed by:
-
diff --git a/admin_manual/sync_client/Visual_Tour.rst b/admin_manual/sync_client/Visual_Tour.rst
deleted file mode 100644
index b5a5834..0000000
--- a/admin_manual/sync_client/Visual_Tour.rst
+++ /dev/null
@@ -1,257 +0,0 @@
-Visual Tour
-===========
-
-Icon
-----
-
-The ownCloud Client remains in the background and is visible as an icon in the system tray (Windows, KDE), status bar (MAC OS X), or notification area (Ubuntu).
-
-|100000000000001D0000001E5C455170_png|
-
-Menu
-----
-
-A right click on the icon provides the following menu.
-
-|10000000000000D2000000F553818155_png|
-
-Where:
-
-* Open ownCloud in browser: Opens the ownCloud web interface.
-
-
-
-* Open folder ‘ownCloud’: Opens the local folder.
- If multiple sync targets have been defined, an entry will exist for each local folder.
-
-
-
-* Disk Space Indicator: Shows how much space is used on the server.
-
-
-
-* Operation indicator: Shows the status of the current sync process, or ‘up to date’ if the client and server are in sync.
-
-
-
-|10000000000000F20000003BAA849B42_png|
-
-* Recent changes: shows the last six files modified by sync operations and provides access to the Sync Activity window which lists all changes since the last restart of the ownCloud client.
-
-
-
-* Settings…: Provides access to the settings menu.
- Same result as a left click on the icon.
-
-
-
-* Help: Opens a browser to display the documentation.
-
-
-
-* Sign out: Signs the client out of the server.
-
-
-
-* Quit ownCloud: Quits ownCloud, ending a currently running sync.
-
-
-
-
-Settings
---------
-
-Account Settings
-~~~~~~~~~~~~~~~~
-
-The Account Settings tab provides an executive summary about the synced folders in the account and gives the ability to modify them.
-
-|10000000000002C1000001ED5CECCC6D_png|
-
-Where:
-
-* “Connected to <ownCloud instance> as <user>”: Indicates the ownCloud server which the client is syncing with and the user account on that server.
-
-
-
-* Add Folder…: Provides the ability to add another folder to sync.
-
-
-
-|10000000000001EE00000164642CCA08_png|
-
-
-The Directory and alias name must be unique.
-
-|10000000000001F40000016609A0CFCC_png|
-
-Select the folder on the server to sync with.
-It is important to note that, a server folder can only sync to the client one time.
-So, in the above example, the sync is to the server root directory and thus it is not possible to select another folder under the root to sync.
-
-* Pause/Resume: will pause the current sync or prevent the client from starting a new sync.
- Resume will resume the sync process.
-
-
-
-* Remove:
- Will remove the selected folder from being synced.
- This is used, for instance, when there is a desire to sync only a few folders and not the root.
- First, remove the root from sync, then add the folders to sync as desired.
-
-
-
-* Storage Usage: Provides further details on the storage utilization on the ownCloud server.
-
-
-
-* Edit Ignored Files: provides a list of files which will be ignored, i.e., will not sync between the client and server.
- The ignored files editor allows adding patterns for files or directories that should be excluded from the sync process.
- Besides normal characters, wild cards may be used, an asterisk ‘*’ indicating multiple characters, or a question mark ‘?’ indicating a single character.
-
-
-
-
-|10000000000001E50000018C3AD09A21_png|
-
-
-* Modify Account: Allows the user to change the ownCloud server being synced to.
- It brings up the Setting up an Account (section
- above) windows.
-
-
-
-Activity
-~~~~~~~~
-
-The Activity window, which can be invoked either from the main menu (
-Recent Changes -> Details…
-) or the Activity tab on the left side of the settings window, provides an in-depth account of the recent sync activity.
-It will show files that have not been synced because they are on the ignored files list, or because they cannot be synced in a cross-platform manner due to containing special characters that cannot be stored on certain file systems.
-
-|10000000000002BB000001EABD7E6DF0_png|
-
-
-General
-~~~~~~~
-
-This tab provides several options:
-
-|10000000000002BF000001E5B544E7E7_png|
-
-* Launch on System Startup: This option is automatically activated once a user has created his account.
- Unchecking this box will cause the ownCloud client to not launch on startup for a particular user.
-
-
-
-* Show Desktop Notifications: When checked, bubble notifications when a set of sync operations has been performed are provided.
-
-
-
-* Use Monochrome Icons: Use less obtrusive icons.
- Especially useful on MAC OS.
-
-
-
-* About: provides information about authors as well as build conditions.
- This information is valuable when submitting a support request.
-
-
-
-Network
-~~~~~~~
-
-This tab contains proxy settings and bandwidth limiting settings.
-
-|10000000000002C3000001EBBD39E47A_png|
-
-Proxy Settings
-^^^^^^^^^^^^^^
-
-* No Proxy: Check this if the ownCloud client should circumvent the default proxy on the system.
-
-
-
-* Use system proxy: Default value.
- This will follow the system’s proxy settings.
- On Linux it will use the value of the variable
- http_proxy.
-
-
-
-* Specify proxy manually as: Allows to specify custom proxy settings.
- If it is required to go through a HTTP(S) proxy server.
- SOCKSv5 on the other hand is useful in special company LAN setups, or in combination with the OpenSSH dynamic application level forwarding feature.
-
-
-
-* Host: Enter the host name or IP address of the proxy server followed by the port number.
- HTTP proxies usually listen on ports 8080 (default) or 3128.
- SOCKS server usually listens on port 1080.
-
-
-
-* Proxy server requires authentication: Should be checked if the proxy server does not allow anonymous usage.
- If checked, a username and password must be provided.
-
-
-
-Bandwidth Limiting
-^^^^^^^^^^^^^^^^^^
-
-The Download Bandwidth can be either unlimited (default) or limited to a custom value.
-This is the bandwidth available for data flowing from the ownCloud Server to the client.
-
-The Upload Bandwidth, the bandwidth available or data flowing from the ownCloud client to the server, has an additional option to limit automatically.
-When this option is checked, the ownCloud client will surrender available bandwidth to other applications.
-Use this option if there are issues with real time communication in conjunction with the ownCloud Client.
-
-.. |10000000000002BB000001EABD7E6DF0_png| image:: images/10000000000002BB000001EABD7E6DF0.png
- :width: 6.5in
- :height: 4.5563in
-
-
-.. |10000000000002C1000001ED5CECCC6D_png| image:: images/10000000000002C1000001ED5CECCC6D.png
- :width: 6.5in
- :height: 4.5453in
-
-
-.. |10000000000001F40000016609A0CFCC_png| image:: images/10000000000001F40000016609A0CFCC.png
- :width: 5.2083in
- :height: 3.7291in
-
-
-.. |10000000000000D2000000F553818155_png| image:: images/10000000000000D2000000F553818155.png
- :width: 2.1874in
- :height: 2.552in
-
-
-.. |10000000000001EE00000164642CCA08_png| image:: images/10000000000001EE00000164642CCA08.png
- :width: 5.1457in
- :height: 3.7083in
-
-
-.. |10000000000002C3000001EBBD39E47A_png| image:: images/10000000000002C3000001EBBD39E47A.png
- :width: 6.5in
- :height: 4.5138in
-
-
-.. |10000000000002BF000001E5B544E7E7_png| image:: images/10000000000002BF000001E5B544E7E7.png
- :width: 6.5in
- :height: 4.4839in
-
-
-.. |100000000000001D0000001E5C455170_png| image:: images/100000000000001D0000001E5C455170.png
- :width: 0.302in
- :height: 0.3126in
-
-
-.. |10000000000001E50000018C3AD09A21_png| image:: images/10000000000001E50000018C3AD09A21.png
- :width: 5.052in
- :height: 4.1252in
-
-
-.. |10000000000000F20000003BAA849B42_png| image:: images/10000000000000F20000003BAA849B42.png
- :width: 2.5201in
- :height: 0.6146in
-
diff --git a/admin_manual/sync_client/images/100000000000001D0000001E5C455170.png b/admin_manual/sync_client/images/100000000000001D0000001E5C455170.png
deleted file mode 100644
index 28dee23..0000000
Binary files a/admin_manual/sync_client/images/100000000000001D0000001E5C455170.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000000D2000000F553818155.png b/admin_manual/sync_client/images/10000000000000D2000000F553818155.png
deleted file mode 100644
index 6101e58..0000000
Binary files a/admin_manual/sync_client/images/10000000000000D2000000F553818155.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000000F20000003BAA849B42.png b/admin_manual/sync_client/images/10000000000000F20000003BAA849B42.png
deleted file mode 100644
index 1aa0caf..0000000
Binary files a/admin_manual/sync_client/images/10000000000000F20000003BAA849B42.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000001E50000018C3AD09A21.png b/admin_manual/sync_client/images/10000000000001E50000018C3AD09A21.png
deleted file mode 100644
index d3a9b52..0000000
Binary files a/admin_manual/sync_client/images/10000000000001E50000018C3AD09A21.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000001EE00000164642CCA08.png b/admin_manual/sync_client/images/10000000000001EE00000164642CCA08.png
deleted file mode 100644
index 68bd7bf..0000000
Binary files a/admin_manual/sync_client/images/10000000000001EE00000164642CCA08.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000001F40000016609A0CFCC.png b/admin_manual/sync_client/images/10000000000001F40000016609A0CFCC.png
deleted file mode 100644
index 1e70bd2..0000000
Binary files a/admin_manual/sync_client/images/10000000000001F40000016609A0CFCC.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000002650000018CA6A1BE66.png b/admin_manual/sync_client/images/10000000000002650000018CA6A1BE66.png
deleted file mode 100644
index 8190b20..0000000
Binary files a/admin_manual/sync_client/images/10000000000002650000018CA6A1BE66.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000002650000018E4285E964.png b/admin_manual/sync_client/images/10000000000002650000018E4285E964.png
deleted file mode 100644
index 73724d7..0000000
Binary files a/admin_manual/sync_client/images/10000000000002650000018E4285E964.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000002690000018D3A8C9F17.png b/admin_manual/sync_client/images/10000000000002690000018D3A8C9F17.png
deleted file mode 100644
index 35258db..0000000
Binary files a/admin_manual/sync_client/images/10000000000002690000018D3A8C9F17.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/100000000000026A000001DCAF8778F2.png b/admin_manual/sync_client/images/100000000000026A000001DCAF8778F2.png
deleted file mode 100644
index 8d9a0c9..0000000
Binary files a/admin_manual/sync_client/images/100000000000026A000001DCAF8778F2.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000002BB000001EABD7E6DF0.png b/admin_manual/sync_client/images/10000000000002BB000001EABD7E6DF0.png
deleted file mode 100644
index e93f5b3..0000000
Binary files a/admin_manual/sync_client/images/10000000000002BB000001EABD7E6DF0.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000002BF000001E5B544E7E7.png b/admin_manual/sync_client/images/10000000000002BF000001E5B544E7E7.png
deleted file mode 100644
index fb89619..0000000
Binary files a/admin_manual/sync_client/images/10000000000002BF000001E5B544E7E7.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000002C1000001ED5CECCC6D.png b/admin_manual/sync_client/images/10000000000002C1000001ED5CECCC6D.png
deleted file mode 100644
index 7dc17cd..0000000
Binary files a/admin_manual/sync_client/images/10000000000002C1000001ED5CECCC6D.png and /dev/null differ
diff --git a/admin_manual/sync_client/images/10000000000002C3000001EBBD39E47A.png b/admin_manual/sync_client/images/10000000000002C3000001EBBD39E47A.png
deleted file mode 100644
index 1a51519..0000000
Binary files a/admin_manual/sync_client/images/10000000000002C3000001EBBD39E47A.png and /dev/null differ
diff --git a/admin_manual/sync_client/index.rst b/admin_manual/sync_client/index.rst
deleted file mode 100644
index 2e5b7a5..0000000
--- a/admin_manual/sync_client/index.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-**ownCloud Sync Client**
-
-.. toctree::
- :maxdepth: 2
-
- Table_of_Contents
- Introduction
- Obtaining_the_Client
- Setting_up_an_Account
- Visual_Tour
- Advanced_Usage
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list