mirror of
https://codeberg.org/scip/kleingebaeck.git
synced 2025-12-17 04:21:00 +01:00
fixed utf8
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.IX Title "KLEINGEBAECK 1"
|
.IX Title "KLEINGEBAECK 1"
|
||||||
.TH KLEINGEBAECK 1 "2023-12-19" "1" "User Commands"
|
.TH KLEINGEBAECK 1 "2024-01-12" "1" "User Commands"
|
||||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||||
.\" way too many mistakes in technical documents.
|
.\" way too many mistakes in technical documents.
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
kleingebaeck \- kleinanzeigen.de backup tool
|
kleingebaeck \- kleinanzeigen.de backup tool
|
||||||
.SH "SYNOPSYS"
|
.SH "SYNOPSYS"
|
||||||
.IX Header "SYNOPSYS"
|
.IX Header "SYNOPSYS"
|
||||||
.Vb 10
|
.Vb 11
|
||||||
\& Usage: kleingebaeck [\-dvVhmoc] [<ad\-listing\-url>,...]
|
\& Usage: kleingebaeck [\-dvVhmoc] [<ad\-listing\-url>,...]
|
||||||
\& Options:
|
\& Options:
|
||||||
\& \-\-user \-u <uid> Backup ads from user with uid <uid>.
|
\& \-\-user \-u <uid> Backup ads from user with uid <uid>.
|
||||||
@@ -153,6 +153,7 @@ kleingebaeck \- kleinanzeigen.de backup tool
|
|||||||
\& \-\-config \-c <file> Use config file <file> (default: ~/.kleingebaeck).
|
\& \-\-config \-c <file> Use config file <file> (default: ~/.kleingebaeck).
|
||||||
\& \-\-manual \-m Show manual.
|
\& \-\-manual \-m Show manual.
|
||||||
\& \-\-help \-h Show usage.
|
\& \-\-help \-h Show usage.
|
||||||
|
\& \-\-version \-V Show program version.
|
||||||
.Ve
|
.Ve
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.IX Header "DESCRIPTION"
|
.IX Header "DESCRIPTION"
|
||||||
@@ -235,7 +236,20 @@ Also there's currently no parallelization implemented. This will
|
|||||||
change in the future.
|
change in the future.
|
||||||
.SH "LICENSE"
|
.SH "LICENSE"
|
||||||
.IX Header "LICENSE"
|
.IX Header "LICENSE"
|
||||||
Licensed under the \s-1GNU GENERAL PUBLIC LICENSE\s0 version 3.
|
Copyright 2023\-2024 Thomas von Dein
|
||||||
|
.PP
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the \s-1GNU\s0 General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
.PP
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but \s-1WITHOUT ANY WARRANTY\s0; without even the implied warranty of
|
||||||
|
\&\s-1MERCHANTABILITY\s0 or \s-1FITNESS FOR A PARTICULAR PURPOSE.\s0 See the
|
||||||
|
\&\s-1GNU\s0 General Public License for more details.
|
||||||
|
.PP
|
||||||
|
You should have received a copy of the \s-1GNU\s0 General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
.SH "Author"
|
.SH "Author"
|
||||||
.IX Header "Author"
|
.IX Header "Author"
|
||||||
T.v.Dein <tom \s-1AT\s0 vondein \s-1DOT\s0 org>
|
T.v.Dein <tom \s-1AT\s0 vondein \s-1DOT\s0 org>
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ SYNOPSYS
|
|||||||
--config -c <file> Use config file <file> (default: ~/.kleingebaeck).
|
--config -c <file> Use config file <file> (default: ~/.kleingebaeck).
|
||||||
--manual -m Show manual.
|
--manual -m Show manual.
|
||||||
--help -h Show usage.
|
--help -h Show usage.
|
||||||
|
--version -V Show program version.
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
This tool can be used to backup ads on the german ad page
|
This tool can be used to backup ads on the german ad page
|
||||||
@@ -89,7 +90,20 @@ LIMITATIONS
|
|||||||
in the future.
|
in the future.
|
||||||
|
|
||||||
LICENSE
|
LICENSE
|
||||||
Licensed under the GNU GENERAL PUBLIC LICENSE version 3.
|
Copyright 2023-2024 Thomas von Dein
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation, either version 3 of the License, or (at your
|
||||||
|
option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
|
Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Author
|
Author
|
||||||
T.v.Dein <tom AT vondein DOT org>
|
T.v.Dein <tom AT vondein DOT org>
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ change in the future.
|
|||||||
|
|
||||||
=head1 LICENSE
|
=head1 LICENSE
|
||||||
|
|
||||||
Copyright © 2023-2024 Thomas von Dein
|
Copyright 2023-2024 Thomas von Dein
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
Reference in New Issue
Block a user