1ecppl(1) Tntnet users guide ecppl(1)
2
3
4
6 ecppl - language-extractor for ecpp(7)
7
9 ecppl [-I dir] [-ln] [-o output-filename] ecpp-filename ...
10
12 ecppl is the language extractor for ecpp. Ecpp - the template language
13 used with tntnet - supports internationalized applications. In ecpp
14 templates a tag <i18n> changes the meaning of curly braces. A phrase,
15 which is enclosed in curly braces, can be translated. At runtime the
16 phrase is looked up in a language-library. This mode can be quit with
17 the tag </i18n>. Phrases must not have newlines or tabs.
18
19 Every phrase, which is marked as translatable, is extracted with ecppl
20 and written to standard output or to a specified output-filename line
21 by line.
22
24 -I dir Search include-files in directory. This option can be passed
25 multiple times. All specified directories are searched in turn
26 for include-files.
27
28 -l Extract language-phrases (the default)
29
30 -n Extract non-language-phrases
31
32 -o filename
33 Specify output filename
34
36 This manual page was written by Tommi Mäkitalo ⟨tommi@tntnet.org⟩.
37
39 tntnet(1), ecpp(7), ecppll(1).
40
41
42
43Tntnet 2006-07-23 ecppl(1)