php man page for ecppl

Query: ecppl

OS: php

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ecppl(1)							Tntnet users guide							  ecppl(1)

NAME
ecppl - language-extractor for ecpp
SYNOPSIS
ecppl [-I dir] [-ln] [-o output-filename] ecpp-filename
DESCRIPTION
Ecppl is the language-extractor for ecpp. Ecpp - the template-language used with tntnet - supports internationalized applications. In ecpp-templates a tag <i18n> changes the meaning of curly braces. A phrase, which is enclosed in curly braces, can be translated. At run- time the phrase is looked up in a language-library. This mode can be quit with the tag </i18n>. Phrases must not have newlines or tabs. Every phrase, which is marked as translatable, is extracted with ecppl and written to standard output or to a specified output-filename line by line.
OPTIONS
-I dir Search include-files in directory. This option can be passed multiple times. All specified directories are searched in turn for include-files. -l Extract language-phrases (the default) -n Extract non-language-phrases -o filename Specify output filename
AUTHOR
This manual page was written by Tommi Makitalo <tommi@tntnet.org>.
SEE ALSO
tntnet(1), ecpp(7), ecppll(1). Tntnet 2006-08-26 ecppl(1)
Related Man Pages
ecppl(1) - debian
ecppl(1) - centos
ecppl(1) - minix
ecppl(1) - xfree86
ecppl(1) - posix
Similar Topics in the Unix Linux Community
grep to find content in between curly braces, &quot;{&quot; and &quot;},&quot;
Shell script to find longest phrase
What Programming language should I start learning first?
Accepting a phrase and counting the number of times that it is repeated in a specific website
How to remove newline, tab, spaces in curly braces.. :( Pls Help?