forked from owncloud/client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request owncloud#312 from hefee/master
usefull manpages for owncloud and mirall
- Loading branch information
Showing
7 changed files
with
130 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
ownCloud Client reads a configuration file. | ||
|
||
On Linux it can be found in: | ||
``$HOME/.local/share/data/ownCloud/owncloud.cfg`` | ||
|
||
On Windows it can be found in: | ||
``%LOCALAPPDATA%\ownCloud\owncloud.cfg`` | ||
|
||
On Mac it can be found in: | ||
``$HOME/Library/Application Support/ownCloud`` | ||
|
||
|
||
It contains settings in the ini file format known from Windows. | ||
|
||
.. note:: Changes here should be done carefully as wrong settings can cause disfunctionality. | ||
|
||
.. note:: Changes may be overwritten by using ownCloud's configuration dialog. | ||
|
||
.. note:: The new version is less precise in this regard. | ||
|
||
These are config settings that may be changed: | ||
|
||
``remotePollinterval`` (default: ``30000``) | ||
Poll time for the remote repository in milliseconds | ||
|
||
``maxLogLines`` (default: ``20000``) | ||
Maximum count of log lines shown in the log window | ||
|
||
``remotePollinterval`` | ||
The frequency used for polling for remote changes on the ownCloud Server. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
mirall(1) | ||
--------- | ||
|
||
SYNOPSIS | ||
======== | ||
|
||
*mirall* [`OPTIONS`...] | ||
|
||
|
||
DESCRIPTION | ||
=========== | ||
|
||
mirall is a file synchronisation desktop utility. | ||
It synchronizes files on your local machine with an ownCloud Server. If you | ||
make a change to the files on one computer, it will flow across the others | ||
using this desktop sync clients. | ||
|
||
Normally you start the client by click on the desktop icon or start from the | ||
application menu. After starting an ownCloud icon appears in the system tray. | ||
|
||
Options | ||
======= | ||
.. include:: options.rst | ||
|
||
Config File | ||
=========== | ||
.. include:: conffile.rst | ||
|
||
BUGS | ||
==== | ||
|
||
Please report bugs at https://github.com/owncloud/core/issues. | ||
|
||
|
||
SEE ALSO | ||
======== | ||
`csync(1)`, `mirall(1)` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ownCloud Client supports the following command line switches: | ||
|
||
``--logwindow`` | ||
open a window to show log output at startup. | ||
|
||
``--logfile`` `<filename>` | ||
write log output to file. | ||
|
||
``--flushlog`` | ||
flush the log file after every write. | ||
|
||
``--monoicons`` | ||
Use black/white pictograms for systray. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
owncloud(1) | ||
----------- | ||
|
||
|
||
SYNOPSIS | ||
======== | ||
*owncloud* [`OPTIONS`...] | ||
|
||
|
||
DESCRIPTION | ||
=========== | ||
owncloud is a file synchronisation desktop utility it is based on mirall. | ||
It synchronizes files on your local machine with an ownCloud Server. If you | ||
make a change to the files on one computer, it will flow across the others | ||
using this desktop sync clients. | ||
|
||
Normally you start the client by click on the desktop icon or start from the | ||
application menu. After starting an ownCloud icon appears in the system tray. | ||
|
||
Options | ||
======= | ||
.. include:: options.rst | ||
|
||
Config File | ||
=========== | ||
.. include:: conffile.rst | ||
|
||
BUGS | ||
==== | ||
|
||
Please report bugs at https://github.com/owncloud/core/issues. | ||
|
||
|
||
SEE ALSO | ||
======== | ||
`csync(1)`, `mirall(1)` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters