From f32715a7bb97c9dd0612fcf3f8a5b28dd6c2dab4 Mon Sep 17 00:00:00 2001 From: Mert Tumer Date: Wed, 17 Nov 2021 20:44:09 +0300 Subject: [PATCH] rename: loolconvert -> coolconvert Signed-off-by: Mert Tumer Change-Id: I3283cb0d222fbdf1edb09b549ae7945d6370c289 --- .gitignore | 2 +- Makefile.am | 6 +++--- loolwsd.spec.in | 4 ++-- man/coolconfig.1 | 2 +- man/coolconvert.1 | 20 ++++++++++++++++++++ man/coolforkit.1 | 2 +- man/coolmount.1 | 2 +- man/loolwsd-generate-proof-key.1 | 2 +- man/loolwsd-systemplate-setup.1 | 2 +- man/loolwsd.1 | 2 +- 10 files changed, 32 insertions(+), 12 deletions(-) create mode 100644 man/coolconvert.1 diff --git a/.gitignore b/.gitignore index f4b1fe9d9..ece99487c 100644 --- a/.gitignore +++ b/.gitignore @@ -76,7 +76,7 @@ loolwsd coolforkit coolmount coolmap -loolconvert +coolconvert loolsocketdump loolstress loolconfig diff --git a/Makefile.am b/Makefile.am index 6858b427b..3819476ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/loolwsd.spec.in b/loolwsd.spec.in index 0a6afac21..fa454d458 100644 --- a/loolwsd.spec.in +++ b/loolwsd.spec.in @@ -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 diff --git a/man/coolconfig.1 b/man/coolconfig.1 index a1808f656..30231a421 100644 --- a/man/coolconfig.1 +++ b/man/coolconfig.1 @@ -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) diff --git a/man/coolconvert.1 b/man/coolconvert.1 new file mode 100644 index 000000000..4c5d542a6 --- /dev/null +++ b/man/coolconvert.1 @@ -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) diff --git a/man/coolforkit.1 b/man/coolforkit.1 index 0ea8d3677..975f9de78 100644 --- a/man/coolforkit.1 +++ b/man/coolforkit.1 @@ -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) diff --git a/man/coolmount.1 b/man/coolmount.1 index a28834f82..30d315d03 100644 --- a/man/coolmount.1 +++ b/man/coolmount.1 @@ -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) diff --git a/man/loolwsd-generate-proof-key.1 b/man/loolwsd-generate-proof-key.1 index e20e7b58f..ca9231926 100644 --- a/man/loolwsd-generate-proof-key.1 +++ b/man/loolwsd-generate-proof-key.1 @@ -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) diff --git a/man/loolwsd-systemplate-setup.1 b/man/loolwsd-systemplate-setup.1 index 390010ff8..3c19a8c74 100644 --- a/man/loolwsd-systemplate-setup.1 +++ b/man/loolwsd-systemplate-setup.1 @@ -6,4 +6,4 @@ loolwsd-systemplate-setup .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) diff --git a/man/loolwsd.1 b/man/loolwsd.1 index 4dc06a0ec..4e8690fe9 100644 --- a/man/loolwsd.1 +++ b/man/loolwsd.1 @@ -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)