[Pkg-owncloud-commits] [python-owncloud] 77/96: renaming to oclient

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:29 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository python-owncloud.

commit 605753c2d189f301df003782220415b91f60500b
Author: hefee <hefee at netzguerilla.net>
Date:   Wed Apr 3 23:23:11 2013 +0200

    renaming to oclient
    
    --HG--
    rename : doc/csync.1.txt => doc/oclient.1.txt
---
 doc/asciidoc.conf                  |    4 ++--
 doc/{csync.1 => oclient.1}         |   12 +++++++-----
 doc/{csync.1.txt => oclient.1.txt} |    9 +++++----
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf
index 4ae2a83..d45acc3 100644
--- a/doc/asciidoc.conf
+++ b/doc/asciidoc.conf
@@ -3,6 +3,6 @@
 #
 [specialwords]
 ifndef::doctype-manpage[]
-emphasizedwords=(?u)\\?\bCSYNC\b
-monospacedwords=(?u)\\?\bcsync\(1\)
+emphasizedwords=(?u)\\?\bOCLIENT\b
+monospacedwords=(?u)\\?\boclient\(1\)
 endif::doctype-manpage[]
diff --git a/doc/csync.1 b/doc/oclient.1
similarity index 88%
rename from doc/csync.1
rename to doc/oclient.1
index 29d5288..465af35 100644
--- a/doc/csync.1
+++ b/doc/oclient.1
@@ -1,5 +1,5 @@
 '\" t
-.\"     Title: csync
+.\"     Title: oclient
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
 .\"      Date: 04/03/2013
@@ -7,7 +7,7 @@
 .\"    Source: \ \&
 .\"  Language: English
 .\"
-.TH "CSYNC" "1" "04/03/2013" "\ \&" "\ \&"
+.TH "OCLIENT" "1" "04/03/2013" "\ \&" "\ \&"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -28,10 +28,10 @@
 .\" * MAIN CONTENT STARTS HERE *
 .\" -----------------------------------------------------------------
 .SH "NAME"
-csync \- ownCloud CLI client written in python
+oclient \- ownCloud CLI client written in python
 .SH "SYNOPSIS"
 .sp
-\fBcsync\fR [\-h] [\-v] [\-c \fICONFIG\fR] [\-u \fIUSER\fR] [\-\-ssl \fISSLFINGERPRINT\fR] [\-p \fIPASS\fR] [\-\-dry\-run] [\-\-debug] [\-s \fISRC\fR] [\-d \fIDST\fR] [\-\-url \fIURL\fR] [\-\-use\-keyring]
+\fBoclient\fR [\-h] [\-v] [\-c \fICONFIG\fR] [\-u \fIUSER\fR] [\-\-ssl \fISSLFINGERPRINT\fR] [\-p \fIPASS\fR] [\-\-dry\-run] [\-\-debug] [\-s \fISRC\fR] [\-d \fIDST\fR] [\-\-url \fIURL\fR] [\-\-use\-keyring]
 .SH "DESCRIPTION"
 .sp
 Syncing files across machines using ownCloud DAV server\&.
@@ -163,7 +163,9 @@ show program\(cqs version number and exit
 .RE
 .SH "CONFIGURATION FILE"
 .sp
-The csync configuration file can be found in \fI$HOME/\&.local/share/data/ownCloud/owncloud\&.cfg\fR\&. Only the \fBownCloud\fR section is supported\&. This file is also ued by the normal owncloud\-client\&.
+The oclient configuration file can be found in \fI$HOME/\&.local/share/data/ownCloud/owncloud\&.cfg\fR\&.
+.sp
+Only the \fBownCloud\fR section is supported\&. This file is also used by the normal owncloud\-client\&.
 .sp
 Supported keys in the cfg file:
 .PP
diff --git a/doc/csync.1.txt b/doc/oclient.1.txt
similarity index 91%
rename from doc/csync.1.txt
rename to doc/oclient.1.txt
index 76422df..e4d8562 100644
--- a/doc/csync.1.txt
+++ b/doc/oclient.1.txt
@@ -1,16 +1,16 @@
-csync(1)
+oclient(1)
 ========
 
 NAME
 ----
 
-csync - ownCloud CLI client written in python
+oclient - ownCloud CLI client written in python
 
 
 SYNOPSIS
 --------
 
-*csync* [-h] [-v] [-c 'CONFIG'] [-u 'USER'] [--ssl 'SSLFINGERPRINT']
+*oclient* [-h] [-v] [-c 'CONFIG'] [-u 'USER'] [--ssl 'SSLFINGERPRINT']
         [-p 'PASS'] [--dry-run] [--debug] [-s 'SRC'] [-d 'DST']
         [--url 'URL'] [--use-keyring]
 
@@ -66,7 +66,8 @@ OPTIONS
 CONFIGURATION FILE
 ------------------
 
-The csync configuration file can be found in '$HOME/.local/share/data/ownCloud/owncloud.cfg'.
+The oclient configuration file can be found in '$HOME/.local/share/data/ownCloud/owncloud.cfg'.
+
 Only the *ownCloud* section is supported. This file is also used by the normal owncloud-client.
 
 Supported keys in the cfg file:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git



More information about the Pkg-owncloud-commits mailing list