summaryrefslogtreecommitdiff
path: root/debian/man/imp2gbs.1.pod
blob: 62c8b41b2401602ae0b32aa1495835cbac069ef5 (plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#  This is manual page in Perl POD format. Read more at
#  http://perldoc.perl.org/perlpod.html or run command:
#
#     perldoc perlpod | less
#
#  To check the syntax:
#
#     podchecker *.pod
#
#  Create manual page with command:
#
#    pod2man PAGE.N.pod > PAGE.N

=head1 NAME

imp2gbs - general book module creation tool

=head1 SYNOPSIS

B<imp2gbs> [input file] [OPTIONS]

=head1 DESCRIPTION

A command line utility to convert imp (import) formatted general book into SWORD
module. 

=head1 OPTIONS

=over

=item B<-o [PATH]>

Specify the output path, if different from the input file's.

=item B<-a>

Create augment module. Default is to create new module.

=item B<-O>

Overwrite entries of same key. Default is to append.

=item B<-U>

A key filter which converts toUpper.

=item B<-g>

A key filter which strips greek diacritics.

=item B<-l [levels]>

A key filter which uses Pseudo-Lexicon n-level generation using first character,
e.g. -l 2 "Abbey" -> "A/AB/Abbey".

=back

=head1 Authors

This manual page was written by Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> for
Debian project but may be used by others.

=head1 SEE ALSO

=cut