File: eiskaltdcpp-cli-xmlrpc.1

package info (click to toggle)
eiskaltdcpp 2.2.9-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,372 kB
  • ctags: 12,362
  • sloc: cpp: 94,068; ansic: 8,832; perl: 1,523; xml: 1,378; sh: 685; php: 661; makefile: 101
file content (49 lines) | stat: -rw-r--r-- 1,623 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.TH "eiskaltdcpp-cli-xmlrpc" 1 "19 Feb 2012"
.SH "NAME"
EiskaltDC++_CLI \- simple command line interface for EiskaltDC++ Daemon written on perl
.SH "SYNOPSIS"
.PP
.B eiskaltdcpp-cli-xmlrpc
.br
.B eiskaltdcpp-cli-xmlrpc
<Key>
.SH "DESCRIPTION"
.PP
\fBEiskaltDC++\fP is a cross-platform program that uses the Direct Connect and ADC protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software.
.PP
To use this program you need first install few perl modules:
.br
Getopt::Long
.br
Data::Dump
.br
Term::ShellUI
.br
RPC::XML
.SH "COMMAND LINE OPTIONS"
.RB "A summary of options is included below."
.TP
.BR "\-h,  \-\-help"
Display help and exit
.TP
.BR "\-V,  \-\-version"
Show version information and exit
.SH "FILES"
.TP
.B "~/.config/eiskaltdc++/" or "$XDG_CONFIG_HOME/eiskaltdc++/"
Directory with user configuration files and logs
.TP
.B "/usr/local/share/eiskaltdcpp/cli/" or "/usr/share/eiskaltdcpp/cli/"
Directory with default configuration file
.SH "DOCUMENTATION"
.TP
Actual README file you can always find here: \fBhttps://raw.github.com/eiskaltdcpp/eiskaltdcpp/master/eiskaltdcpp-cli/README\fR
.SH AUTHOR
This program was written by Dmitry Kolosov <onyx@z-up.ru> and others (see file AUTHORS).
.br
EiskaltDC++ homepage: \fBhttp://code.google.com/p/eiskaltdc/\fR
.SH "BUG REPORTS"
If you find a bug in EiskaltDC++ please report it here:
.B http://code.google.com/p/eiskaltdc/issues/list
.PP
This manual page was written by Boris Pek <tehnick-8@mail.ru> for the Debian project (and may be used by others).