This is the command rep-xgettext that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
rep-xgettext - extract i18n strings from lisp scripts.
SYNOPSIS
rep-xgettext [ --include DEFINER ] [ --c ] [ --pot ]
DESCRIPTION
rep-xgettext The usual method of constructing message catalogue templates (.pot files) is
to run xgettext on the C source files of the program (that have been annotated for i18n).
librep provides the rep-xgettext program to perform the same task for files of Lisp code.
OPTIONS
--include
include DEFINER. This is not documented by upstream.
--c This makes it output pseudo C code containing the string constants found.
--pot This makes it output in standart .pot file.
Use rep-xgettext online using onworks.net services