rename: loolconvert -> coolconvert

Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
Change-Id: I3283cb0d222fbdf1edb09b549ae7945d6370c289
This commit is contained in:
Mert Tumer 2021-11-17 20:44:09 +03:00 committed by Andras Timar
parent b59fbe8d4c
commit f32715a7bb
10 changed files with 32 additions and 12 deletions

2
.gitignore vendored
View file

@ -76,7 +76,7 @@ loolwsd
coolforkit
coolmount
coolmap
loolconvert
coolconvert
loolsocketdump
loolstress
loolconfig

View file

@ -17,7 +17,7 @@ export ENABLE_DEBUG
bin_PROGRAMS = \
coolforkit \
coolmount \
loolconvert coolconfig
coolconvert coolconfig
if ENABLE_LIBFUZZER
else
@ -29,7 +29,7 @@ dist_bin_SCRIPTS = loolwsd-systemplate-setup \
man_MANS = man/loolwsd.1 \
man/coolforkit.1 \
man/loolconvert.1 \
man/coolconvert.1 \
man/coolconfig.1 \
man/loolwsd-systemplate-setup.1 \
man/loolwsd-generate-proof-key.1 \
@ -225,7 +225,7 @@ coolmount_SOURCES = tools/mount.cpp
coolmap_SOURCES = tools/map.cpp
loolconvert_SOURCES = tools/Tool.cpp
coolconvert_SOURCES = tools/Tool.cpp
loolstress_CPPFLAGS = -DTDOC=\"$(abs_top_srcdir)/test/data\" ${include_paths}
loolstress_SOURCES = tools/Stress.cpp \

View file

@ -102,7 +102,7 @@ echo "account required pam_unix.so" >> %{buildroot}/etc/pam.d/loolwsd
/usr/bin/loolwsd-systemplate-setup
/usr/bin/loolwsd-generate-proof-key
/usr/bin/coolforkit
/usr/bin/loolconvert
/usr/bin/coolconvert
/usr/bin/coolconfig
/usr/bin/loolconfig
/usr/bin/coolmount
@ -116,7 +116,7 @@ echo "account required pam_unix.so" >> %{buildroot}/etc/pam.d/loolwsd
/usr/share/doc/loolwsd/reference.md
/usr/share/man/man1/loolwsd.1.gz
/usr/share/man/man1/coolforkit.1.gz
/usr/share/man/man1/loolconvert.1.gz
/usr/share/man/man1/coolconvert.1.gz
/usr/share/man/man1/coolconfig.1.gz
/usr/share/man/man1/loolwsd-systemplate-setup.1.gz
/usr/share/man/man1/loolwsd-generate-proof-key.1.gz

View file

@ -31,4 +31,4 @@ update\-system\-template
The \fBanonymize\fR command helps to read anonymized logs. If you know a document and/or a user had an issue, you can find their session in the logs by running this command with the username and/or document name and get the anonymized hash, which you use to search the logs with.
.PP
.SH "SEE ALSO"
coolforkit(1), loolconvert(1), loolwsd(1), loolwsd-systemplate-setup(1), loolwsd-generate-proof-key(1), coolmount(1)
coolforkit(1), coolconvert(1), loolwsd(1), loolwsd-systemplate-setup(1), loolwsd-generate-proof-key(1), coolmount(1)

20
man/coolconvert.1 Normal file
View file

@ -0,0 +1,20 @@
.TH COOLCONVERT "1" "May 2018" "coolconvert" "User Commands"
.SH NAME
coolconvert \- Collabora Online document converter tool
.SH SYNOPSIS
coolconvert OPTIONS FILE(S)
.SH OPTIONS
\fB\-\-help\fR Display help information on command line arguments.
.PP
\fB\-\-extension\fR=\fIformat\fR file format extension to convert to
.PP
\fB\-\-outdir\fR=\fIoutdir\fR output directory for converted files
.PP
\fB\-\-parallelism\fR=\fIthreads\fR number of simultaneous threads to use
.PP
\fB\-\-server\fR=\fIuri\fR URI of COOL server
.PP
\fB\-\-no\-check\-certificate\fR Disable checking of SSL certs
.PP
.SH "SEE ALSO"
coolwsd(1), coolforkit(1), coolconfig(1), loolforkit-systemplate-setup(1), loolwsd-generate-proof-key(1), coolmount(1)

View file

@ -8,4 +8,4 @@ Single-threaded process that spawns LibreOfficeKit (LOK) instances.
.PP
\fBNote\fR: Running this standalone is not possible. It is spawned by loolwsd and is controlled via a pipe.
.SH "SEE ALSO"
loolwsd(1), loolconvert(1), coolconfig(1), loolforkit-systemplate-setup(1), loolwsd-generate-proof-key(1), coolmount(1)
loolwsd(1), coolconvert(1), coolconfig(1), loolforkit-systemplate-setup(1), loolwsd-generate-proof-key(1), coolmount(1)

View file

@ -8,4 +8,4 @@ This is a very tiny helper to allow overlay mounting.
.PP
\fBNote\fR: Running this standalone is not possible. It is used internally by loolwsd when it creates the jail for the document.
.SH "SEE ALSO"
loolwsd(1), loolconvert(1), coolconfig(1), loolforkit-systemplate-setup(1), loolwsd-generate-proof-key(1), coolforkit(1)
loolwsd(1), coolconvert(1), coolconfig(1), loolforkit-systemplate-setup(1), loolwsd-generate-proof-key(1), coolforkit(1)

View file

@ -6,4 +6,4 @@ loolwsd-generate-proof-key
.SH DESCRIPTION
loolwsd-generate-proof-key creates an RSA key pair in /etc/loolwsd for the WOPI Proof headers. The script is automatically run by the postinstall script of loolwsd package, but in case of failure sysadmins can run it manually.
.SH "SEE ALSO"
coolforkit(1), loolconvert(1), coolconfig(1), loolwsd(1), loolwsd-systemplate-setup(1), coolmount(1)
coolforkit(1), coolconvert(1), coolconfig(1), loolwsd(1), loolwsd-systemplate-setup(1), coolmount(1)

View file

@ -6,4 +6,4 @@ loolwsd-systemplate-setup <chroot template directory for system libs to create>
.SH DESCRIPTION
loolwsd-systemplate-setup creates a minimal system template for running the LibreOfficeKit in a chroot jail. The system template contains the bare minimum of system libraries to run LibreOfficeKit, and also fonts and locale data from the system.
.SH "SEE ALSO"
coolforkit(1), loolconvert(1), coolconfig(1), loolwsd(1), loolwsd-generate-proof-key(1), coolmount(1)
coolforkit(1), coolconvert(1), coolconfig(1), loolwsd(1), loolwsd-generate-proof-key(1), coolmount(1)

View file

@ -31,4 +31,4 @@ loolwsd OPTIONS
\fB\-\-nocaps\fR Use a non\-privileged forkit, with increase in security problems.
.PP
.SH "SEE ALSO"
coolforkit(1), loolconvert(1), coolconfig(1), loolwsd-systemplate-setup(1), loolwsd-generate-proof-key(1), coolmount(1)
coolforkit(1), coolconvert(1), coolconfig(1), loolwsd-systemplate-setup(1), loolwsd-generate-proof-key(1), coolmount(1)